mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
b8a4f496bf
commit
6c90f6fa72
|
|
@ -19,3 +19,5 @@ SRCREV = "${EFL_SRCREV}"
|
|||
RDEPENDS_${PN} = "${PN}-themes"
|
||||
|
||||
SRC_URI += "file://configure.patch"
|
||||
|
||||
PNBLACKLIST[elmdentica] ?= "OLD and depends on broken azy"
|
||||
|
|
|
|||
|
|
@ -30,3 +30,8 @@ inherit efl
|
|||
SRC_URI = "${E_SVN}/trunk/PROTO;module=${SRCNAME};protocol=http;scmdata=keep"
|
||||
S = "${WORKDIR}/${SRCNAME}"
|
||||
|
||||
# azy/2_1.0.0+svnr82070-r2/azy/src/lib/extras/pugixml.cpp:33:
|
||||
# sysroots/qemuarm/usr/include/c++/5.2.0/bits/basic_string.h:4780:5: error: reference to 'basic_string' is ambiguous
|
||||
# basic_string<_CharT, _Traits, _Alloc>
|
||||
# ^
|
||||
PNBLACKLIST[azy] ?= "OLD and doesn't build with gcc-5"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user