From: Richard Purdie Date: Wed, 7 Aug 2024 11:49:17 +0000 (+0100) Subject: perf: Drop perl buildpaths skip X-Git-Tag: yocto-5.2~2139 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f5f48a53507d73051c77159f423e555f3634b5fa;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git perf: Drop perl buildpaths skip 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 --- diff --git a/meta/recipes-kernel/perf/perf-perl.inc b/meta/recipes-kernel/perf/perf-perl.inc index 491f54c3280..f3eef75a905 100644 --- a/meta/recipes-kernel/perf/perf-perl.inc +++ b/meta/recipes-kernel/perf/perf-perl.inc @@ -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"