diff mbox series

[meta-oe,1/2] libconfig-general-perl: Enable on musl targets

Message ID 20240109041324.4110649-1-raj.khem@gmail.com
State New
Headers show
Series [meta-oe,1/2] libconfig-general-perl: Enable on musl targets | expand

Commit Message

Khem Raj Jan. 9, 2024, 4:13 a.m. UTC
its needed by tgt and thankfully builds with musl these days

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-devtools/perl/libconfig-general-perl_2.65.bb | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/perl/libconfig-general-perl_2.65.bb b/meta-oe/recipes-devtools/perl/libconfig-general-perl_2.65.bb
index ecc89d075e..b2266394d6 100644
--- a/meta-oe/recipes-devtools/perl/libconfig-general-perl_2.65.bb
+++ b/meta-oe/recipes-devtools/perl/libconfig-general-perl_2.65.bb
@@ -12,8 +12,6 @@  SRC_URI[sha256sum] = "4d6d5754be3a9f30906836f0cc10e554c8832e14e7a1341efb15b05d70
 
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
-COMPATIBLE_HOST:libc-musl = "null"
-
 EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}"
 
 inherit cpan