diff options
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 0a7c384a70..770b99ff04 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 = "" | |||
117 | ARM_INSTRUCTION_SET = "arm" | 117 | ARM_INSTRUCTION_SET = "arm" |
118 | 118 | ||
119 | # http://errors.yoctoproject.org/Errors/Details/186964/ | 119 | # http://errors.yoctoproject.org/Errors/Details/186964/ |
120 | EXCLUDE_FROM_WORLD_libc-musl = "1" | 120 | COMPATIBLE_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 50dab8d162..051656b5a0 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/ |
46 | EXCLUDE_FROM_WORLD_libc-musl = "1" | 46 | COMPATIBLE_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 e6b9d6b5ba..6b955dcfd9 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/ |
22 | EXCLUDE_FROM_WORLD_libc-musl = "1" | 22 | COMPATIBLE_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 09290909d6..7e9971ea4c 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 () { | |||
65 | RDEPENDS_${PN} +="bash" | 65 | RDEPENDS_${PN} +="bash" |
66 | 66 | ||
67 | # http://errors.yoctoproject.org/Errors/Details/186956/ | 67 | # http://errors.yoctoproject.org/Errors/Details/186956/ |
68 | EXCLUDE_FROM_WORLD_libc-musl = "1" | 68 | COMPATIBLE_HOST_libc-musl = 'null' |