summaryrefslogtreecommitdiffstats
path: root/meta-efl
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2015-10-01 17:02:42 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2015-10-13 12:27:49 +0200
commit6c90f6fa728d82735fb796abee3fdbeb49104e99 (patch)
tree2c02a77b56a72911a6b4db899b535427c6e54df8 /meta-efl
parentb8a4f496bf8491b9463c94d0541f2ebb0991d297 (diff)
downloadmeta-openembedded-6c90f6fa728d82735fb796abee3fdbeb49104e99.tar.gz
elmdentica, azy: blacklist because they are old and fail to build with gcc-5
* they weren't migrated from E_SVN to git and updated in ages, I'm not interested in maintaining them and nobody else volunteered to fix it Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl')
-rw-r--r--meta-efl/recipes-efl/e17/elmdentica_svn.bb2
-rw-r--r--meta-efl/recipes-efl/efl/azy_svn.bb5
2 files changed, 7 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/e17/elmdentica_svn.bb b/meta-efl/recipes-efl/e17/elmdentica_svn.bb
index 20a4849ba..56a74c5a7 100644
--- a/meta-efl/recipes-efl/e17/elmdentica_svn.bb
+++ b/meta-efl/recipes-efl/e17/elmdentica_svn.bb
@@ -19,3 +19,5 @@ SRCREV = "${EFL_SRCREV}"
19RDEPENDS_${PN} = "${PN}-themes" 19RDEPENDS_${PN} = "${PN}-themes"
20 20
21SRC_URI += "file://configure.patch" 21SRC_URI += "file://configure.patch"
22
23PNBLACKLIST[elmdentica] ?= "OLD and depends on broken azy"
diff --git a/meta-efl/recipes-efl/efl/azy_svn.bb b/meta-efl/recipes-efl/efl/azy_svn.bb
index 0c3c9d7db..dec247516 100644
--- a/meta-efl/recipes-efl/efl/azy_svn.bb
+++ b/meta-efl/recipes-efl/efl/azy_svn.bb
@@ -30,3 +30,8 @@ inherit efl
30SRC_URI = "${E_SVN}/trunk/PROTO;module=${SRCNAME};protocol=http;scmdata=keep" 30SRC_URI = "${E_SVN}/trunk/PROTO;module=${SRCNAME};protocol=http;scmdata=keep"
31S = "${WORKDIR}/${SRCNAME}" 31S = "${WORKDIR}/${SRCNAME}"
32 32
33# azy/2_1.0.0+svnr82070-r2/azy/src/lib/extras/pugixml.cpp:33:
34# sysroots/qemuarm/usr/include/c++/5.2.0/bits/basic_string.h:4780:5: error: reference to 'basic_string' is ambiguous
35# basic_string<_CharT, _Traits, _Alloc>
36# ^
37PNBLACKLIST[azy] ?= "OLD and doesn't build with gcc-5"