[oe] [meta-browser][PATCH] Revert "chromium: use COMPATIBLE_HOST instead of COMPATIBLE_MACHINE"

Martin Jansa martin.jansa at gmail.com
Mon Aug 6 09:41:46 UTC 2012


On Mon, Jul 30, 2012 at 02:03:53PM +0200, Martin Jansa wrote:
> * COMPATIBLE_HOST is not good enough for some configurations:
>   ERROR: chromium was skipped: incompatible with host arm-oe-linux-gnueabi (not in COMPATIBLE_HOST)
> 

ping

> This reverts commit 7fb308d4f8d68d19a91daab8d33418cea8dea57b.
> 
> Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
> ---
>  recipes-browser/chromium/chromium_19.0.1049.3.bb |    6 ++++--
>  recipes-browser/chromium/chromium_20.0.1086.0.bb |    4 +++-
>  2 files changed, 7 insertions(+), 3 deletions(-)
> 
> diff --git a/recipes-browser/chromium/chromium_19.0.1049.3.bb b/recipes-browser/chromium/chromium_19.0.1049.3.bb
> index 97843a3..e657c48 100644
> --- a/recipes-browser/chromium/chromium_19.0.1049.3.bb
> +++ b/recipes-browser/chromium/chromium_19.0.1049.3.bb
> @@ -10,8 +10,10 @@ SRC_URI = "http://commondatastorage.googleapis.com/chromium-browser-official/${P
>  	file://softfloat-fix.patch \
>  "
>  
> -# include.gypi exists only for armv6 and armv7a
> -COMPATIBLE_HOST = "(armv6|armv7).*-linux"
> +# include.gypi exists only for armv6 and armv7a and there isn't something like COMPATIBLE_ARCH afaik
> +COMPATIBLE_MACHINE = "(-)"
> +COMPATIBLE_MACHINE_armv6 = "(.*)"
> +COMPATIBLE_MACHINE_armv7a = "(.*)"
>  
>  PR = "r1"
>  
> diff --git a/recipes-browser/chromium/chromium_20.0.1086.0.bb b/recipes-browser/chromium/chromium_20.0.1086.0.bb
> index d1ae7e5..527f317 100644
> --- a/recipes-browser/chromium/chromium_20.0.1086.0.bb
> +++ b/recipes-browser/chromium/chromium_20.0.1086.0.bb
> @@ -8,7 +8,9 @@ SRC_URI = "http://commondatastorage.googleapis.com/chromium-browser-official/${P
>  "
>  
>  # include.gypi exists only for armv6 and armv7a and there isn't something like COMPATIBLE_ARCH afaik
> -COMPATIBLE_HOST = "(armv6|armv7).*-linux"
> +COMPATIBLE_MACHINE = "(-)"
> +COMPATIBLE_MACHINE_armv6 = "(.*)"
> +COMPATIBLE_MACHINE_armv7a = "(.*)"
>  
>  DEFAULT_PREFERENCE = "-1"
>  
> -- 
> 1.7.8.6
> 

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20120806/727ef6b6/attachment-0002.sig>


More information about the Openembedded-devel mailing list