From f9a533a8f5d2b49c3673a69dfe7dcf7c31faf907 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Sat, 4 Dec 2021 08:13:01 +0100 Subject: 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. (From OE-Core rev: 52f4ca245a6a5e99538bcd052a27bbe936bc7e08) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-devtools/perl-cross/perlcross_1.3.6.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/perl-cross') 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" -- cgit v1.2.3-54-g00ecf