summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/azy_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-efl/recipes-efl/efl/azy_svn.bb')
-rw-r--r--meta-efl/recipes-efl/efl/azy_svn.bb5
1 files changed, 5 insertions, 0 deletions
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"