From 6db58b283742d9f598daeb89534d022a65bb867b Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Thu, 1 Jul 2021 17:56:59 +0800 Subject: 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 Signed-off-by: Khem Raj --- meta-networking/recipes-connectivity/samba/samba_4.14.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking') 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 \ " -- cgit 1.2.3-korg