aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity
diff options
context:
space:
mode:
authorPersian Prince <persianpros@yahoo.com>2021-06-25 03:43:57 +0430
committerKhem Raj <raj.khem@gmail.com>2021-06-24 16:17:33 -0700
commita6653e6dd42910ea2ad83aa1cd87ae7828555caf (patch)
tree86184099dc1fc766ae5bf51dda005467c5cced7c /meta-networking/recipes-connectivity
parentc2975e0dbe7d446760e521692b2cc6e6ea42f6e8 (diff)
downloadmeta-openembedded-contrib-a6653e6dd42910ea2ad83aa1cd87ae7828555caf.tar.gz
samba: Don't guess dirs for perllocal.pod removing
We're not living in a perfect world so avoid build failures like: ERROR: samba-4.14.5-r0 do_package_qa: QA Issue: samba-pidl contains perllocal.pod (/usr/lib/perl5/5.34.0/x86_64-linux/perllocal.pod), should not be installed [perllocalpod] ERROR: samba-4.14.5-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r--meta-networking/recipes-connectivity/samba/samba_4.14.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.14.5.bb b/meta-networking/recipes-connectivity/samba/samba_4.14.5.bb
index 82108842f6..018bbf1632 100644
--- a/meta-networking/recipes-connectivity/samba/samba_4.14.5.bb
+++ b/meta-networking/recipes-connectivity/samba/samba_4.14.5.bb
@@ -209,7 +209,7 @@ do_install_append() {
fi
oe_runmake -C ${S}/pidl DESTDIR=${D} install_vendor
- rm -rf ${D}${libdir}/perl5/${PERLVERSION}/${BUILD_SYS}/perllocal.pod
+ find ${D}${libdir}/ -type f -name "perllocal.pod" | xargs rm -f
rm -rf ${D}${libdir}/perl5/vendor_perl/${PERLVERSION}/${BUILD_SYS}/auto/Parse/Pidl/.packlist
}