From 302134bb59d9b848f763dae5034f582d722e9f17 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 20 Mar 2022 01:38:19 -0700 Subject: io-compress-lzma-perl,io-compress-perl: Do not mark allarch These recipes are using target perl install during build so they can not be allarch, the issue becomes evident when libdir for target the native build hosts do not match e.g. ppc64 where target libdir is usr/lib64 then the do_configure starts to fail because it can not find Config_heavy-target.pl script which is part of tatget perl install and allarch recipes seems to assume libdir defaults to /usr/lib when accessing it. I think it can be fixed by perhaps building the missing perl files into perl native perhaps. Signed-off-by: Khem Raj Cc: Hongxu Jia Cc: Tim "moto-timo" Orling --- meta-perl/recipes-perl/libio/io-compress-lzma-perl_2.096.bb | 2 +- meta-perl/recipes-perl/libio/io-compress-perl_2.096.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-perl') diff --git a/meta-perl/recipes-perl/libio/io-compress-lzma-perl_2.096.bb b/meta-perl/recipes-perl/libio/io-compress-lzma-perl_2.096.bb index 9655176a86..3b8ce8d02d 100644 --- a/meta-perl/recipes-perl/libio/io-compress-lzma-perl_2.096.bb +++ b/meta-perl/recipes-perl/libio/io-compress-lzma-perl_2.096.bb @@ -19,6 +19,6 @@ RDEPENDS:${PN} += "io-compress-perl" S = "${WORKDIR}/IO-Compress-Lzma-${PV}" -inherit cpan allarch +inherit cpan BBCLASSEXTEND = "native" diff --git a/meta-perl/recipes-perl/libio/io-compress-perl_2.096.bb b/meta-perl/recipes-perl/libio/io-compress-perl_2.096.bb index ccc78d0078..c00d8945b7 100644 --- a/meta-perl/recipes-perl/libio/io-compress-perl_2.096.bb +++ b/meta-perl/recipes-perl/libio/io-compress-perl_2.096.bb @@ -19,6 +19,6 @@ RDEPENDS:${PN} += "compress-raw-zlib-perl" S = "${WORKDIR}/IO-Compress-${PV}" -inherit cpan allarch +inherit cpan BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf