[oe-commits] [openembedded-core] 13/26: diffoscope: Exclude from musl builds

git at git.openembedded.org git at git.openembedded.org
Fri Feb 14 13:19:47 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 085b0a3337e04e14e0d922a9028a7748dc81c4d0
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Fri Feb 14 08:25:18 2020 +0000

    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.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/diffoscope/diffoscope_136.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-support/diffoscope/diffoscope_136.bb b/meta/recipes-support/diffoscope/diffoscope_136.bb
index a00f281..3e3e1df 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
 
 RDEPENDS_${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic"
 
+# Dependencies don't build for musl
+COMPATIBLE_HOST_libc-musl = 'null'
+
 BBCLASSEXTEND = "native"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list