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

Yu, Mingli mingli.yu at windriver.com
Wed Aug 31 07:48:19 UTC 2016


Please ignore this, sorry for noise.

Thanks,
Grace

On 2016年08月31日 15:37, mingli.yu at windriver.com wrote:
> From: Mingli Yu <Mingli.Yu at windriver.com>
>
> * 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.
>
> 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 \
>



More information about the Openembedded-devel mailing list