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

Martin Jansa martin.jansa at gmail.com
Mon Jul 30 12:03:53 UTC 2012


* COMPATIBLE_HOST is not good enough for some configurations:
  ERROR: chromium was skipped: incompatible with host arm-oe-linux-gnueabi (not in COMPATIBLE_HOST)

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





More information about the Openembedded-devel mailing list