diff options
| author | Adrian Bunk <bunk@stusta.de> | 2019-08-30 18:48:07 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-08-30 09:27:56 -0700 |
| commit | c6351749d671c3527077f7eb972403bbd9c64b9f (patch) | |
| tree | 03d7199dd51b06e7e3fab61e8d4ea01a8e59f3e9 /meta-oe/recipes-multimedia | |
| parent | 2754eb92dbc8d675b73df49ac8dd640436e1c4ee (diff) | |
| download | meta-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>
Diffstat (limited to 'meta-oe/recipes-multimedia')
| -rw-r--r-- | meta-oe/recipes-multimedia/alsa/alsa-oss_1.1.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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' |
