aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2012-07-16 22:25:38 +0200
committerEric Bénard <eric@eukrea.com>2012-07-16 22:50:32 +0200
commit7fb308d4f8d68d19a91daab8d33418cea8dea57b (patch)
tree2e8824998ce982ecba422fc52a4236e9b830821c
parent6b1ffee7ef9e4d72969fd31bdc41487a0bc04297 (diff)
chromium: use COMPATIBLE_HOST instead of COMPATIBLE_MACHINE
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
-rw-r--r--recipes-browser/chromium/chromium_19.0.1049.3.bb6
-rw-r--r--recipes-browser/chromium/chromium_20.0.1086.0.bb4
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"