mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
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>
This commit is contained in:
@@ -316,7 +316,7 @@ FILES_smbclient = "${bindir}/cifsdd \
|
|||||||
${bindir}/smbtree \
|
${bindir}/smbtree \
|
||||||
${libdir}/samba/smbspool_krb5_wrapper"
|
${libdir}/samba/smbspool_krb5_wrapper"
|
||||||
|
|
||||||
RDEPENDS_${PN}-pidl_append = " perl"
|
RDEPENDS_${PN}-pidl_append = " perl libparse-yapp-perl"
|
||||||
FILES_${PN}-pidl = "${bindir}/pidl \
|
FILES_${PN}-pidl = "${bindir}/pidl \
|
||||||
${libdir}/perl5 \
|
${libdir}/perl5 \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user