mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-22 01:09:27 +00:00
faac, iperf, crash, espeak, open-vcdiff: blacklist, fails to build with gcc-6
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
25a78e55e9
commit
33fc64cef7
@ -19,3 +19,5 @@ FILES_lib${PN} = " ${libdir}/libfaac.so.*"
|
||||
FILES_lib${PN}-dev = "${includedir}/faac.h ${includedir}/faaccfg.h ${libdir}/libfaac.so ${libdir}/libfaac.la"
|
||||
FILES_lib${PN}-staticdev = "${libdir}/libfaac.a"
|
||||
|
||||
# http://errors.yoctoproject.org/Errors/Details/68660/
|
||||
PNBLACKLIST[faac] ?= "BROKEN: fails to build with gcc-6"
|
||||
|
||||
@ -17,3 +17,6 @@ S = "${WORKDIR}/${BP}"
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF = "--exec-prefix=${STAGING_DIR_HOST}${layout_exec_prefix}"
|
||||
|
||||
# http://errors.yoctoproject.org/Errors/Details/68671/
|
||||
PNBLACKLIST[iperf] ?= "BROKEN: fails to build with gcc-6"
|
||||
|
||||
@ -110,3 +110,6 @@ RDEPENDS_${PN}_class-cross = ""
|
||||
# Causes gcc to get stuck and eat all available memory in qemuarm builds
|
||||
# jenkins 15161 100 12.5 10389596 10321284 ? R 11:40 28:17 /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/libexec/arm-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.9.2/cc1 -quiet -I . -I . -I ./common -I ./config -I ./../include/opcode -I ./../opcodes/.. -I ./../readline/.. -I ../bfd -I ./../bfd -I ./../include -I ../libdecnumber -I ./../libdecnumber -I ./gnulib/import -I build-gnulib/import -isysroot /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/qemuarm -MMD eval.d -MF .deps/eval.Tpo -MP -MT eval.o -D LOCALEDIR="/usr/local/share/locale" -D CRASH_MERGE -D HAVE_CONFIG_H -D TUI=1 eval.c -quiet -dumpbase eval.c -march=armv5te -mthumb -mthumb-interwork -mtls-dialect=gnu -auxbase-strip eval.o -g -O2 -Wall -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -feliminate-unused-debug-types -o -
|
||||
ARM_INSTRUCTION_SET = "arm"
|
||||
|
||||
# http://errors.yoctoproject.org/Errors/Details/68624/
|
||||
PNBLACKLIST[crash] ?= "BROKEN: fails to build with gcc-6"
|
||||
|
||||
@ -42,3 +42,6 @@ do_install() {
|
||||
cp -prf ${S}/espeak-data/* ${D}${datadir}/espeak-data
|
||||
chown -R root:root ${D}${datadir}/espeak-data
|
||||
}
|
||||
|
||||
# http://errors.yoctoproject.org/Errors/Details/68663/
|
||||
PNBLACKLIST[espeak] ?= "BROKEN: fails to build with gcc-6"
|
||||
|
||||
@ -16,3 +16,6 @@ SRC_URI[md5sum] = "5c0d378d907bebc38b51c3d7e4117011"
|
||||
SRC_URI[sha256sum] = "2b142b1027fb0a62c41347600e01a53fa274dad15445a7da48083c830c3138b3"
|
||||
|
||||
inherit autotools
|
||||
|
||||
# http://errors.yoctoproject.org/Errors/Details/68667/
|
||||
PNBLACKLIST[open-vcdiff] ?= "BROKEN: fails to build with gcc-6"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user