diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-03-05 20:49:27 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-04-20 10:43:30 +0200 |
commit | 19a8f2bd70ad2c7374105760c29c011b3947c0eb (patch) | |
tree | caf2e58964f4b639697f565e7a4bcacf358a0fd3 /meta-efl | |
parent | 5ad00d90f44da260f5871fe6f0b05df2f75814df (diff) | |
download | meta-openembedded-19a8f2bd70ad2c7374105760c29c011b3947c0eb.tar.gz |
eve: restrict for armv7a, because upstream dropped support in webkit-efl
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl')
-rw-r--r-- | meta-efl/recipes-efl/e17/eve_svn.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/e17/eve_svn.bb b/meta-efl/recipes-efl/e17/eve_svn.bb index 3cc68cb85..5845c2de5 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" | |||
5 | PV = "0.3.0.0+svnr${SRCPV}" | 5 | PV = "0.3.0.0+svnr${SRCPV}" |
6 | SRCREV = "84579" | 6 | SRCREV = "84579" |
7 | 7 | ||
8 | # webkit-efl isn't available for < armv7a | ||
9 | COMPATIBLE_MACHINE = "(-)" | ||
10 | COMPATIBLE_MACHINE_i586 = "(.*)" | ||
11 | COMPATIBLE_MACHINE_x86-64 = "(.*)" | ||
12 | COMPATIBLE_MACHINE_armv7a = "(.*)" | ||
13 | |||
8 | inherit e gettext | 14 | inherit e gettext |
9 | SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep" | 15 | SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep" |
10 | S = "${WORKDIR}/${SRCNAME}" | 16 | S = "${WORKDIR}/${SRCNAME}" |