]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
perf: Drop perl buildpaths skip
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 7 Aug 2024 11:49:17 +0000 (12:49 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 8 Aug 2024 07:25:53 +0000 (08:25 +0100)
According to my tests, enabling perl in PACKAGECONFIG and building doesn't
show any buildpaths QA issue. Therefore drop this INSANE_SKIP as obsolete.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/perf/perf-perl.inc

index 491f54c328071bd0436ec7aa08196bef139283a0..f3eef75a9057cd21e2c6877b17a88453edc13216 100644 (file)
@@ -5,7 +5,3 @@ export PERLCONFIGTARGET = "${@is_target(d)}"
 export PERL_INC = "${STAGING_LIBDIR}${PERL_OWN_DIR}/perl5/${@get_perl_version(d)}/${@get_perl_arch(d)}/CORE"
 export PERL_LIB = "${STAGING_LIBDIR}${PERL_OWN_DIR}/perl5/${@get_perl_version(d)}"
 export PERL_ARCHLIB = "${STAGING_LIBDIR}${PERL_OWN_DIR}/perl5/${@get_perl_version(d)}/${@get_perl_arch(d)}"
-
-# The perl symbols CPPSTDIN and CPPRUN embed the sysroot into the
-# binaries, work needed to remove this
-INSANE_SKIP:${PN}-dbg += "buildpaths"