aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2021-07-01 17:56:59 +0800
committerKhem Raj <raj.khem@gmail.com>2021-07-01 08:09:38 -0700
commit6db58b283742d9f598daeb89534d022a65bb867b (patch)
tree1d1d1015ec9ae2545223d0371e08522f5cda9bf3
parent7b5b96b4445ee57eca4cc442fb917856e52734bc (diff)
downloadmeta-openembedded-contrib-6db58b283742d9f598daeb89534d022a65bb867b.tar.gz
samba: add missing runtime dependency for pidl
Add libparse-yapp-perl to RDEPENDS for pidl. Fixes: $ pidl Can't locate Parse/Yapp/Driver.pm in @INC (you may need to install the Parse::Yapp::Driver module) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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 49259c7e21..5c5ce36705 100644
--- a/meta-networking/recipes-connectivity/samba/samba_4.14.5.bb
+++ b/meta-networking/recipes-connectivity/samba/samba_4.14.5.bb
@@ -316,7 +316,7 @@ FILES_smbclient = "${bindir}/cifsdd \
${bindir}/smbtree \
${libdir}/samba/smbspool_krb5_wrapper"
-RDEPENDS_${PN}-pidl_append = " perl"
+RDEPENDS_${PN}-pidl_append = " perl libparse-yapp-perl"
FILES_${PN}-pidl = "${bindir}/pidl \
${libdir}/perl5 \
"