> On Jun 3, 2015, at 8:09 PM, Andre McCurdy <[email protected]> wrote:
> 
> Signed-off-by: Andre McCurdy <[email protected]>
> ---
> meta-efl/recipes-efl/e17/elbow_git.bb | 1 +
> 1 file changed, 1 insertion(+)
> 
> diff --git a/meta-efl/recipes-efl/e17/elbow_git.bb 
> b/meta-efl/recipes-efl/e17/elbow_git.bb
> index 16664f9..29881ab 100644
> --- a/meta-efl/recipes-efl/e17/elbow_git.bb
> +++ b/meta-efl/recipes-efl/e17/elbow_git.bb
> @@ -9,6 +9,7 @@ SRCREV = "b41fd0bc9514ff61bb2a50d957efe4155fa3e6a8"
> # webkit-efl isn't available for < armv7a
> COMPATIBLE_MACHINE = "(-)"
> COMPATIBLE_MACHINE_i586 = "(.*)"
> +COMPATIBLE_MACHINE_i686 = "(.*)"
> COMPATIBLE_MACHINE_x86-64 = "(.*)"
> COMPATIBLE_MACHINE_armv7a = "(.*)”

This whole block may use something like

COMPATIBLE_HOST ?= “(-)”
COMPATIBLE_HOST_x86 = “(.*)"
COMPATIBLE_HOST_x86-64 = “(.*)”
COMPATIBLE_HOST_armv7a = “(.*)"

> 
> --
> 1.9.1
> 
> --
> _______________________________________________
> Openembedded-devel mailing list
> [email protected]
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

-- 
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to