mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +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:
committed by
Joe MacDonald
parent
0561402920
commit
f0756d1ee3
@@ -39,3 +39,6 @@ RDEPENDS_${PN} = "udev"
|
|||||||
FILES_${PN} += "${libdir}crda/regulatory.bin \
|
FILES_${PN} += "${libdir}crda/regulatory.bin \
|
||||||
${base_libdir}/udev/rules.d/85-regulatory.rules \
|
${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"
|
FILES_${PN}-dbg += "${libdir}/lftp/${PV}/.debug"
|
||||||
RDEPENDS_${PN} = "perl bash readline"
|
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"
|
FILES_lib${BPN}-staticdev = "${libdir}/lib*.a"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|
||||||
|
# http://errors.yoctoproject.org/Errors/Details/68623/
|
||||||
|
PNBLACKLIST[curlpp] ?= "BROKEN: fails to build with gcc-6"
|
||||||
|
|||||||
Reference in New Issue
Block a user