diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-02-18 13:44:52 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-02-27 09:40:02 +0100 |
commit | 4027e0e3be3611226966563905a6fa3ce4527e18 (patch) | |
tree | 68a58b151b7041c18a37fb0e5c0aca00fa118224 /meta-efl | |
parent | 40e932e7d82603e5568acfba170289fae7c3f714 (diff) | |
download | meta-openembedded-4027e0e3be3611226966563905a6fa3ce4527e18.tar.gz |
entrance, diskio: blacklist
* they are old and now incompatible with edje_cc from 1.13.0
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl')
-rw-r--r-- | meta-efl/recipes-efl/e17/diskio_svn.bb | 2 | ||||
-rw-r--r-- | meta-efl/recipes-efl/efl/entrance_svn.bb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/e17/diskio_svn.bb b/meta-efl/recipes-efl/e17/diskio_svn.bb index 01a65761e..a26186e44 100644 --- a/meta-efl/recipes-efl/e17/diskio_svn.bb +++ b/meta-efl/recipes-efl/e17/diskio_svn.bb | |||
@@ -5,4 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35 \ | |||
5 | PV = "0.0.1+svnr${SRCPV}" | 5 | PV = "0.0.1+svnr${SRCPV}" |
6 | PR = "${INC_PR}.0" | 6 | PR = "${INC_PR}.0" |
7 | 7 | ||
8 | PNBLACKLIST[diskio] ?= "broken: switch to https://git.enlightenment.org/enlightenment/modules/diskio.git/ and fix 0.0.1+svnr82070-r0.0/E-MODULES-EXTRA/diskio/e-module-diskio.edc:58. invalid state name: 'off'. "default" state must always be first." | ||
9 | |||
8 | require e-module.inc | 10 | require e-module.inc |
diff --git a/meta-efl/recipes-efl/efl/entrance_svn.bb b/meta-efl/recipes-efl/efl/entrance_svn.bb index 198fe0340..337473705 100644 --- a/meta-efl/recipes-efl/efl/entrance_svn.bb +++ b/meta-efl/recipes-efl/efl/entrance_svn.bb | |||
@@ -11,6 +11,8 @@ SRC_URI = "${E_SVN}/trunk/PROTO;module=${SRCNAME};protocol=http;scmdata=keep \ | |||
11 | " | 11 | " |
12 | S = "${WORKDIR}/${SRCNAME}" | 12 | S = "${WORKDIR}/${SRCNAME}" |
13 | 13 | ||
14 | PNBLACKLIST[entrance] ?= "broken: switch to https://git.enlightenment.org/misc/entrance.git and fix 0.0.4+svnr82070-r7/entrance/data/themes/old/default.edc:678. invalid state name: 'defaault'. "default" state must always be first." | ||
15 | |||
14 | PACKAGECONFIG ??= "" | 16 | PACKAGECONFIG ??= "" |
15 | PACKAGECONFIG[consolekit] = "--enable-consolekit,--disable-consolekit,consolekit" | 17 | PACKAGECONFIG[consolekit] = "--enable-consolekit,--disable-consolekit,consolekit" |
16 | 18 | ||