summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl-cross
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-12-04 08:13:01 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-06 11:09:47 +0000
commit52f4ca245a6a5e99538bcd052a27bbe936bc7e08 (patch)
treed41a6c42095c0d17126497d43102ae5de34508bd /meta/recipes-devtools/perl-cross
parent17fb047282a413aae5af991ecf5bbb225e19581e (diff)
downloadopenembedded-core-contrib-52f4ca245a6a5e99538bcd052a27bbe936bc7e08.tar.gz
perlcross: do not copy ${S}/patches into sysroot
That is not actually a part of the source tree, and will clash with perl's own ${S}/patches. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl-cross')
-rw-r--r--meta/recipes-devtools/perl-cross/perlcross_1.3.6.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl-cross/perlcross_1.3.6.bb b/meta/recipes-devtools/perl-cross/perlcross_1.3.6.bb
index 2759ef8a53..b8e1f846d7 100644
--- a/meta/recipes-devtools/perl-cross/perlcross_1.3.6.bb
+++ b/meta/recipes-devtools/perl-cross/perlcross_1.3.6.bb
@@ -34,6 +34,7 @@ do_compile () {
do_install:class-native() {
mkdir -p ${D}/${datadir}/perl-cross/
cp -rf ${S}/* ${D}/${datadir}/perl-cross/
+ rm -rf ${D}/${datadir}/perl-cross/patches/
}
BBCLASSEXTEND = "native"