diff options
10 files changed, 28 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb b/meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb index 0c97960f8b..4fe6893fac 100644 --- a/meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb +++ b/meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb | |||
@@ -38,3 +38,6 @@ DEPENDS = "bison-native" | |||
38 | inherit autotools-brokensep | 38 | inherit autotools-brokensep |
39 | 39 | ||
40 | EXTRA_OEMAKE = "BIN_GROUP=root MAN_GROUP=root RDIST_MODE=755 RDISTD_MODE=755 MAN_MODE=644" | 40 | EXTRA_OEMAKE = "BIN_GROUP=root MAN_GROUP=root RDIST_MODE=755 RDISTD_MODE=755 MAN_MODE=644" |
41 | |||
42 | # http://errors.yoctoproject.org/Errors/Details/186972/ | ||
43 | EXCLUDE_FROM_WORLD_libc-musl = "1" | ||
diff --git a/meta-networking/recipes-daemons/opensaf/opensaf_5.18.04.bb b/meta-networking/recipes-daemons/opensaf/opensaf_5.18.04.bb index effe956999..c534c6206b 100644 --- a/meta-networking/recipes-daemons/opensaf/opensaf_5.18.04.bb +++ b/meta-networking/recipes-daemons/opensaf/opensaf_5.18.04.bb | |||
@@ -70,3 +70,5 @@ INSANE_SKIP_${PN} = "dev-so" | |||
70 | 70 | ||
71 | RDEPENDS_${PN} += "bash python" | 71 | RDEPENDS_${PN} += "bash python" |
72 | 72 | ||
73 | # http://errors.yoctoproject.org/Errors/Details/186970/ | ||
74 | EXCLUDE_FROM_WORLD_libc-musl = "1" | ||
diff --git a/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb b/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb index f08256d31e..03dd96338a 100644 --- a/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb +++ b/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb | |||
@@ -100,3 +100,6 @@ RPROVIDES_${PN}-server = "rshd" | |||
100 | 100 | ||
101 | RDEPENDS_${PN}-server = "xinetd" | 101 | RDEPENDS_${PN}-server = "xinetd" |
102 | RDEPENDS_${PN}-server += "tcp-wrappers" | 102 | RDEPENDS_${PN}-server += "tcp-wrappers" |
103 | |||
104 | # http://errors.yoctoproject.org/Errors/Details/186963/ | ||
105 | EXCLUDE_FROM_WORLD_libc-musl = "1" | ||
diff --git a/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb b/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb index 113f89b7f5..9b8af27f88 100644 --- a/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb +++ b/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb | |||
@@ -73,3 +73,6 @@ FILES_${PN}-dbg = "${prefix}/src/debug \ | |||
73 | ${bindir}/.debug ${sbindir}/.debug" | 73 | ${bindir}/.debug ${sbindir}/.debug" |
74 | 74 | ||
75 | RDEPENDS_${PN}-server = "tcp-wrappers xinetd rpcbind" | 75 | RDEPENDS_${PN}-server = "tcp-wrappers xinetd rpcbind" |
76 | |||
77 | # http://errors.yoctoproject.org/Errors/Details/186962/ | ||
78 | EXCLUDE_FROM_WORLD_libc-musl = "1" | ||
diff --git a/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb b/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb index 9fe3d6e51c..2fadf0334e 100644 --- a/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb +++ b/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb | |||
@@ -59,3 +59,6 @@ ALTERNATIVE_LINK_NAME[telnet] = "${bindir}/telnet" | |||
59 | SRC_URI[md5sum] = "d6beabaaf53fe6e382c42ce3faa05a36" | 59 | SRC_URI[md5sum] = "d6beabaaf53fe6e382c42ce3faa05a36" |
60 | SRC_URI[sha256sum] = "9c80d5c7838361a328fb6b60016d503def9ce53ad3c589f3b08ff71a2bb88e00" | 60 | SRC_URI[sha256sum] = "9c80d5c7838361a328fb6b60016d503def9ce53ad3c589f3b08ff71a2bb88e00" |
61 | FILES_${PN} += "${sbindir}/in.* ${libdir}/* ${sysconfdir}/xinetd.d/*" | 61 | FILES_${PN} += "${sbindir}/in.* ${libdir}/* ${sysconfdir}/xinetd.d/*" |
62 | |||
63 | # http://errors.yoctoproject.org/Errors/Details/186954/ | ||
64 | EXCLUDE_FROM_WORLD_libc-musl = "1" | ||
diff --git a/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb b/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb index 3a71fb9790..5154208175 100644 --- a/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb +++ b/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb | |||
@@ -30,3 +30,5 @@ do_configure() { | |||
30 | do_install() { | 30 | do_install() { |
31 | oe_runmake prefix=${D}/usr PPPDIR=${D}/etc/ppp/peers install | 31 | oe_runmake prefix=${D}/usr PPPDIR=${D}/etc/ppp/peers install |
32 | } | 32 | } |
33 | # http://errors.yoctoproject.org/Errors/Details/186959/ | ||
34 | EXCLUDE_FROM_WORLD_libc-musl = "1" | ||
diff --git a/meta-oe/recipes-kernel/crash/crash_7.2.3.bb b/meta-oe/recipes-kernel/crash/crash_7.2.3.bb index 66d740af93..45a26545d9 100644 --- a/meta-oe/recipes-kernel/crash/crash_7.2.3.bb +++ b/meta-oe/recipes-kernel/crash/crash_7.2.3.bb | |||
@@ -115,3 +115,6 @@ RDEPENDS_${PN}_class-cross = "" | |||
115 | # Causes gcc to get stuck and eat all available memory in qemuarm builds | 115 | # Causes gcc to get stuck and eat all available memory in qemuarm builds |
116 | # 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 - | 116 | # 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 - |
117 | ARM_INSTRUCTION_SET = "arm" | 117 | ARM_INSTRUCTION_SET = "arm" |
118 | |||
119 | # http://errors.yoctoproject.org/Errors/Details/186964/ | ||
120 | EXCLUDE_FROM_WORLD_libc-musl = "1" | ||
diff --git a/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.0.bb b/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.0.bb index 27348f750c..bae5cf4f9f 100644 --- a/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.0.bb +++ b/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.0.bb | |||
@@ -42,3 +42,6 @@ do_install_append() { | |||
42 | sed -i -e s:/usr/bin/minicoredumper:${sbindir}/minicoredumper:g ${D}${sysconfdir}/init.d/minicoredumper | 42 | sed -i -e s:/usr/bin/minicoredumper:${sbindir}/minicoredumper:g ${D}${sysconfdir}/init.d/minicoredumper |
43 | sed -i -e s:/usr/bin/minicoredumper:${sbindir}/minicoredumper:g ${D}${systemd_system_unitdir}/minicoredumper.service | 43 | sed -i -e s:/usr/bin/minicoredumper:${sbindir}/minicoredumper:g ${D}${systemd_system_unitdir}/minicoredumper.service |
44 | } | 44 | } |
45 | |||
46 | # http://errors.yoctoproject.org/Errors/Details/186966/ | ||
47 | EXCLUDE_FROM_WORLD_libc-musl = "1" | ||
diff --git a/meta-oe/recipes-multimedia/alsa/alsa-oss_1.1.6.bb b/meta-oe/recipes-multimedia/alsa/alsa-oss_1.1.6.bb index efc56fe8c4..6c2176f79c 100644 --- a/meta-oe/recipes-multimedia/alsa/alsa-oss_1.1.6.bb +++ b/meta-oe/recipes-multimedia/alsa/alsa-oss_1.1.6.bb | |||
@@ -41,3 +41,6 @@ do_configure_prepend () { | |||
41 | touch NEWS README AUTHORS ChangeLog | 41 | touch NEWS README AUTHORS ChangeLog |
42 | sed -i "s/libaoss.so/${LEAD_SONAME}/" ${S}/alsa/aoss.in | 42 | sed -i "s/libaoss.so/${LEAD_SONAME}/" ${S}/alsa/aoss.in |
43 | } | 43 | } |
44 | |||
45 | # http://errors.yoctoproject.org/Errors/Details/186961/ | ||
46 | EXCLUDE_FROM_WORLD_libc-musl = "1" | ||
diff --git a/meta-oe/recipes-test/pm-qa/pm-qa_git.bb b/meta-oe/recipes-test/pm-qa/pm-qa_git.bb index 1ee6573bdb..09290909d6 100644 --- a/meta-oe/recipes-test/pm-qa/pm-qa_git.bb +++ b/meta-oe/recipes-test/pm-qa/pm-qa_git.bb | |||
@@ -63,3 +63,6 @@ do_install () { | |||
63 | done | 63 | done |
64 | } | 64 | } |
65 | RDEPENDS_${PN} +="bash" | 65 | RDEPENDS_${PN} +="bash" |
66 | |||
67 | # http://errors.yoctoproject.org/Errors/Details/186956/ | ||
68 | EXCLUDE_FROM_WORLD_libc-musl = "1" | ||