mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
crda, lftp, curlpp: blacklist, fails to build with gcc-6
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
parent
0561402920
commit
f0756d1ee3
|
|
@ -39,3 +39,6 @@ RDEPENDS_${PN} = "udev"
|
|||
FILES_${PN} += "${libdir}crda/regulatory.bin \
|
||||
${base_libdir}/udev/rules.d/85-regulatory.rules \
|
||||
"
|
||||
|
||||
# http://errors.yoctoproject.org/Errors/Details/68635/
|
||||
PNBLACKLIST[crda] ?= "BROKEN: fails to build with gcc-6"
|
||||
|
|
|
|||
|
|
@ -24,3 +24,6 @@ PACKAGECONFIG[gnutls] = "--with-gnutls, --without-gnutls, gnutls"
|
|||
|
||||
FILES_${PN}-dbg += "${libdir}/lftp/${PV}/.debug"
|
||||
RDEPENDS_${PN} = "perl bash readline"
|
||||
|
||||
# http://errors.yoctoproject.org/Errors/Details/68625/
|
||||
PNBLACKLIST[lftp] ?= "BROKEN: fails to build with gcc-6"
|
||||
|
|
|
|||
|
|
@ -29,3 +29,6 @@ FILES_lib${BPN}-dev = "${includedir} \
|
|||
FILES_lib${BPN}-staticdev = "${libdir}/lib*.a"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
# http://errors.yoctoproject.org/Errors/Details/68623/
|
||||
PNBLACKLIST[curlpp] ?= "BROKEN: fails to build with gcc-6"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user