From 15abedd8ab5ae20c9ce30bd06c59d18eed2004a9 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 8 Jan 2024 20:11:24 -0800 Subject: [PATCH] libconfig-general-perl: Enable on musl targets its needed by tgt and thankfully builds with musl these days Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/perl/libconfig-general-perl_2.65.bb | 2 -- 1 file changed, 2 deletions(-) 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