[oe-commits] Martin Jansa : eve: restrict for armv7a, because upstream dropped support in webkit-efl

git at git.openembedded.org git at git.openembedded.org
Tue Apr 1 17:15:19 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: b874dd697673bcb4e530c4ccd5fa650fa67f4335
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=b874dd697673bcb4e530c4ccd5fa650fa67f4335

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Mar  5 20:49:27 2014 +0100

eve: restrict for armv7a, because upstream dropped support in webkit-efl

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-efl/recipes-efl/e17/eve_svn.bb | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/meta-efl/recipes-efl/e17/eve_svn.bb b/meta-efl/recipes-efl/e17/eve_svn.bb
index 3cc68cb..5845c2d 100644
--- a/meta-efl/recipes-efl/e17/eve_svn.bb
+++ b/meta-efl/recipes-efl/e17/eve_svn.bb
@@ -5,6 +5,12 @@ DEPENDS = "evas ecore edje elementary webkit-efl eldbus"
 PV = "0.3.0.0+svnr${SRCPV}"
 SRCREV = "84579"
 
+# webkit-efl isn't available for < armv7a
+COMPATIBLE_MACHINE = "(-)"
+COMPATIBLE_MACHINE_i586 = "(.*)"
+COMPATIBLE_MACHINE_x86-64 = "(.*)"
+COMPATIBLE_MACHINE_armv7a = "(.*)"
+
 inherit e gettext
 SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep"
 S = "${WORKDIR}/${SRCNAME}"



More information about the Openembedded-commits mailing list