summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2024-08-07 12:49:17 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-08-08 08:26:14 +0100
commit63acf50f1c90c13e8f3013a6feab03a2a0eb1e60 (patch)
tree9e6131ec3932b572e5b140faf30aaa5b39c5ba61 /meta
parent1e9f886d76262c74176c8bf8f0691d64b5cc9ceb (diff)
downloadpoky-63acf50f1c90c13e8f3013a6feab03a2a0eb1e60.tar.gz
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. (From OE-Core rev: f5f48a53507d73051c77159f423e555f3634b5fa) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-kernel/perf/perf-perl.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-kernel/perf/perf-perl.inc b/meta/recipes-kernel/perf/perf-perl.inc
index 491f54c328..f3eef75a90 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)}"
5export PERL_INC = "${STAGING_LIBDIR}${PERL_OWN_DIR}/perl5/${@get_perl_version(d)}/${@get_perl_arch(d)}/CORE" 5export PERL_INC = "${STAGING_LIBDIR}${PERL_OWN_DIR}/perl5/${@get_perl_version(d)}/${@get_perl_arch(d)}/CORE"
6export PERL_LIB = "${STAGING_LIBDIR}${PERL_OWN_DIR}/perl5/${@get_perl_version(d)}" 6export PERL_LIB = "${STAGING_LIBDIR}${PERL_OWN_DIR}/perl5/${@get_perl_version(d)}"
7export PERL_ARCHLIB = "${STAGING_LIBDIR}${PERL_OWN_DIR}/perl5/${@get_perl_version(d)}/${@get_perl_arch(d)}" 7export PERL_ARCHLIB = "${STAGING_LIBDIR}${PERL_OWN_DIR}/perl5/${@get_perl_version(d)}/${@get_perl_arch(d)}"
8
9# The perl symbols CPPSTDIN and CPPRUN embed the sysroot into the
10# binaries, work needed to remove this
11INSANE_SKIP:${PN}-dbg += "buildpaths"