diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-14 08:25:18 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-14 13:07:23 +0000 |
commit | 2c3b751a1277797a7ab1cd5fee44486b596fa8de (patch) | |
tree | beec1bebbf1e976bd69202bb4a3d8195352a6f62 | |
parent | 282d42fe3d1376663d27e9d90e1af8c5efcc4e5e (diff) | |
download | poky-2c3b751a1277797a7ab1cd5fee44486b596fa8de.tar.gz |
diffoscope: Exclude from musl builds
Various dependencies don't build for musl so exclude this recipe too, at
least for now until the issues are resolved to avoid build failures in
world builds.
(From OE-Core rev: 085b0a3337e04e14e0d922a9028a7748dc81c4d0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/diffoscope/diffoscope_136.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-support/diffoscope/diffoscope_136.bb b/meta/recipes-support/diffoscope/diffoscope_136.bb index a00f281deb..3e3e1dfc00 100644 --- a/meta/recipes-support/diffoscope/diffoscope_136.bb +++ b/meta/recipes-support/diffoscope/diffoscope_136.bb | |||
@@ -12,4 +12,7 @@ SRC_URI[sha256sum] = "0d6486d6eb6e0445ba21fee2e8bdd3a366ce786bfac98e00e5a95038b7 | |||
12 | 12 | ||
13 | RDEPENDS_${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic" | 13 | RDEPENDS_${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic" |
14 | 14 | ||
15 | # Dependencies don't build for musl | ||
16 | COMPATIBLE_HOST_libc-musl = 'null' | ||
17 | |||
15 | BBCLASSEXTEND = "native" | 18 | BBCLASSEXTEND = "native" |