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

Martin Jansa martin.jansa at gmail.com
Mon Jul 16 20:25:38 UTC 2012


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, 3 insertions(+), 7 deletions(-)

diff --git a/recipes-browser/chromium/chromium_19.0.1049.3.bb b/recipes-browser/chromium/chromium_19.0.1049.3.bb
index e657c48..97843a3 100644
--- a/recipes-browser/chromium/chromium_19.0.1049.3.bb
+++ b/recipes-browser/chromium/chromium_19.0.1049.3.bb
@@ -10,10 +10,8 @@ SRC_URI = "http://commondatastorage.googleapis.com/chromium-browser-official/${P
 	file://softfloat-fix.patch \
 "
 
-# 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 = "(.*)"
+# include.gypi exists only for armv6 and armv7a
+COMPATIBLE_HOST = "(armv6|armv7).*-linux"
 
 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 527f317..d1ae7e5 100644
--- a/recipes-browser/chromium/chromium_20.0.1086.0.bb
+++ b/recipes-browser/chromium/chromium_20.0.1086.0.bb
@@ -8,9 +8,7 @@ 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_MACHINE = "(-)"
-COMPATIBLE_MACHINE_armv6 = "(.*)"
-COMPATIBLE_MACHINE_armv7a = "(.*)"
+COMPATIBLE_HOST = "(armv6|armv7).*-linux"
 
 DEFAULT_PREFERENCE = "-1"
 
-- 
1.7.8.6





More information about the Openembedded-devel mailing list