[oe] [meta-networking][PATCH] samba: add samba-pidl to RDEPENDS

mingli.yu at windriver.com mingli.yu at windriver.com
Wed Aug 31 07:35:37 UTC 2016


From: Mingli Yu <Mingli.Yu at windriver.com>

Issue: LIN9-1464

* Add samba-pidl to RDEPENDS for samba as pidl
  provided by samba depends on Parse::Pidl module
  provided by samba-pidl, otherwise comes below error

  root at super_micro-1:~# pidl -h
  Can't locate Parse/Pidl.pm in @INC (you may
  need to install the Parse::Pidl module) (@INC
  contains: /usr/share/perl5 /etc/perl
  /usr/lib64/perl/site_perl/5.22.1/
  /usr/lib64/perl/site_perl/5.22.1
  /usr/lib64/perl/vendor_perl/5.22.1/
  /usr/lib64/perl/vendor_perl/5.22.1
  /usr/lib64/perl/5.22.1/ /usr/lib64/perl/5.22.1
  /usr/local/lib/site_perl .) at /usr/bin/pidl line 409.
  BEGIN failed--compilation aborted at /usr/bin/pidl line 409.

(LOCAL REV: NOT UPSTREAM) -- Sent to meta-oe on 20160831

Signed-off-by: Mingli Yu <Mingli.Yu at windriver.com>
---
 meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb b/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb
index e35d527..eebf71c 100644
--- a/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb
+++ b/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb
@@ -130,7 +130,7 @@ PACKAGES += "${PN}-python ${PN}-python-dbg ${PN}-pidl libwinbind libwinbind-dbg
 PACKAGES =+ "libwbclient libnss-winbind winbind winbind-dbg libnetapi libsmbsharemodes \
              libsmbclient libsmbclient-dev lib${PN}-base ${PN}-base ${PN}-ctdb-tests"
 
-RDEPENDS_${PN} += "${PN}-base"
+RDEPENDS_${PN} += "${PN}-base ${PN}-pidl"
 
 FILES_${PN}-base = "${sbindir}/nmbd \
                     ${sbindir}/smbd \
-- 
2.8.1




More information about the Openembedded-devel mailing list