summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-08-30 18:48:07 +0300
committerKhem Raj <raj.khem@gmail.com>2019-08-30 09:27:56 -0700
commitc6351749d671c3527077f7eb972403bbd9c64b9f (patch)
tree03d7199dd51b06e7e3fab61e8d4ea01a8e59f3e9
parent2754eb92dbc8d675b73df49ac8dd640436e1c4ee (diff)
downloadmeta-openembedded-c6351749d671c3527077f7eb972403bbd9c64b9f.tar.gz
meta-oe: Replace EXCLUDE_FROM_WORLD_libc-musl = "1" with COMPATIBLE_HOST_libc-musl = 'null'
This gives users a proper error message when trying to build a known non-building package. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-kernel/crash/crash_7.2.6.bb2
-rw-r--r--meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.1.bb2
-rw-r--r--meta-oe/recipes-multimedia/alsa/alsa-oss_1.1.8.bb2
-rw-r--r--meta-oe/recipes-test/pm-qa/pm-qa_git.bb2
4 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-kernel/crash/crash_7.2.6.bb b/meta-oe/recipes-kernel/crash/crash_7.2.6.bb
index 0a7c384a7..770b99ff0 100644
--- a/meta-oe/recipes-kernel/crash/crash_7.2.6.bb
+++ b/meta-oe/recipes-kernel/crash/crash_7.2.6.bb
@@ -117,4 +117,4 @@ RDEPENDS_${PN}_class-cross = ""
117ARM_INSTRUCTION_SET = "arm" 117ARM_INSTRUCTION_SET = "arm"
118 118
119# http://errors.yoctoproject.org/Errors/Details/186964/ 119# http://errors.yoctoproject.org/Errors/Details/186964/
120EXCLUDE_FROM_WORLD_libc-musl = "1" 120COMPATIBLE_HOST_libc-musl = 'null'
diff --git a/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.1.bb b/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.1.bb
index 50dab8d16..051656b5a 100644
--- a/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.1.bb
+++ b/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.1.bb
@@ -43,4 +43,4 @@ do_install_append() {
43} 43}
44 44
45# http://errors.yoctoproject.org/Errors/Details/186966/ 45# http://errors.yoctoproject.org/Errors/Details/186966/
46EXCLUDE_FROM_WORLD_libc-musl = "1" 46COMPATIBLE_HOST_libc-musl = 'null'
diff --git a/meta-oe/recipes-multimedia/alsa/alsa-oss_1.1.8.bb b/meta-oe/recipes-multimedia/alsa/alsa-oss_1.1.8.bb
index e6b9d6b5b..6b955dcfd 100644
--- a/meta-oe/recipes-multimedia/alsa/alsa-oss_1.1.8.bb
+++ b/meta-oe/recipes-multimedia/alsa/alsa-oss_1.1.8.bb
@@ -19,4 +19,4 @@ do_configure_prepend () {
19} 19}
20 20
21# http://errors.yoctoproject.org/Errors/Details/186961/ 21# http://errors.yoctoproject.org/Errors/Details/186961/
22EXCLUDE_FROM_WORLD_libc-musl = "1" 22COMPATIBLE_HOST_libc-musl = 'null'
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 09290909d..7e9971ea4 100644
--- a/meta-oe/recipes-test/pm-qa/pm-qa_git.bb
+++ b/meta-oe/recipes-test/pm-qa/pm-qa_git.bb
@@ -65,4 +65,4 @@ do_install () {
65RDEPENDS_${PN} +="bash" 65RDEPENDS_${PN} +="bash"
66 66
67# http://errors.yoctoproject.org/Errors/Details/186956/ 67# http://errors.yoctoproject.org/Errors/Details/186956/
68EXCLUDE_FROM_WORLD_libc-musl = "1" 68COMPATIBLE_HOST_libc-musl = 'null'