Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-browser][PATCH] chromium: restrict COMPATIBLE_MACHINE to any armv6 or armv7a MACHINE
@ 2012-07-16 19:24 Martin Jansa
  2012-07-16 19:31 ` Koen Kooi
  2012-07-16 19:32 ` [meta-browser][PATCH] chromium: restrict COMPATIBLE_MACHINE to any armv6 or armv7a MACHINE Eric Bénard
  0 siblings, 2 replies; 4+ messages in thread
From: Martin Jansa @ 2012-07-16 19:24 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 recipes-browser/chromium/chromium_19.0.1049.3.bb |    5 +++++
 recipes-browser/chromium/chromium_20.0.1086.0.bb |    5 +++++
 2 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/recipes-browser/chromium/chromium_19.0.1049.3.bb b/recipes-browser/chromium/chromium_19.0.1049.3.bb
index 4c9de8e..e657c48 100644
--- a/recipes-browser/chromium/chromium_19.0.1049.3.bb
+++ b/recipes-browser/chromium/chromium_19.0.1049.3.bb
@@ -10,6 +10,11 @@ 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 = "(.*)"
+
 PR = "r1"
 
 SRC_URI[md5sum] = "0cdd94b2be21180af93f719e9a9a2883"
diff --git a/recipes-browser/chromium/chromium_20.0.1086.0.bb b/recipes-browser/chromium/chromium_20.0.1086.0.bb
index 47f0173..527f317 100644
--- a/recipes-browser/chromium/chromium_20.0.1086.0.bb
+++ b/recipes-browser/chromium/chromium_20.0.1086.0.bb
@@ -7,6 +7,11 @@ SRC_URI = "http://commondatastorage.googleapis.com/chromium-browser-official/${P
 	file://include.gypi \
 "
 
+# 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 = "(.*)"
+
 DEFAULT_PREFERENCE = "-1"
 
 SRC_URI[md5sum] = "86535af2d00d157b358e8fd6fb6ad38c"
-- 
1.7.8.6




^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-07-16 20:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-16 19:24 [meta-browser][PATCH] chromium: restrict COMPATIBLE_MACHINE to any armv6 or armv7a MACHINE Martin Jansa
2012-07-16 19:31 ` Koen Kooi
2012-07-16 20:25   ` [meta-browser][PATCH] chromium: use COMPATIBLE_HOST instead of COMPATIBLE_MACHINE Martin Jansa
2012-07-16 19:32 ` [meta-browser][PATCH] chromium: restrict COMPATIBLE_MACHINE to any armv6 or armv7a MACHINE Eric Bénard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox