* [meta-networking][PATCH] samba: add samba-pidl to RDEPENDS
@ 2016-08-31 7:35 mingli.yu
2016-08-31 7:35 ` Yu, Mingli
0 siblings, 1 reply; 4+ messages in thread
From: mingli.yu @ 2016-08-31 7:35 UTC (permalink / raw)
To: openembedded-devel
From: Mingli Yu <Mingli.Yu@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@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@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
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [meta-networking][PATCH] samba: add samba-pidl to RDEPENDS
2016-08-31 7:35 [meta-networking][PATCH] samba: add samba-pidl to RDEPENDS mingli.yu
@ 2016-08-31 7:35 ` Yu, Mingli
0 siblings, 0 replies; 4+ messages in thread
From: Yu, Mingli @ 2016-08-31 7:35 UTC (permalink / raw)
To: openembedded-devel
Please ignore this.
Thanks,
On 2016年08月31日 15:35, mingli.yu@windriver.com wrote:
> From: Mingli Yu <Mingli.Yu@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@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@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 \
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [meta-networking][PATCH] samba: add samba-pidl to RDEPENDS
@ 2016-08-31 7:37 mingli.yu
2016-08-31 7:48 ` Yu, Mingli
0 siblings, 1 reply; 4+ messages in thread
From: mingli.yu @ 2016-08-31 7:37 UTC (permalink / raw)
To: openembedded-devel
From: Mingli Yu <Mingli.Yu@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@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@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
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [meta-networking][PATCH] samba: add samba-pidl to RDEPENDS
2016-08-31 7:37 mingli.yu
@ 2016-08-31 7:48 ` Yu, Mingli
0 siblings, 0 replies; 4+ messages in thread
From: Yu, Mingli @ 2016-08-31 7:48 UTC (permalink / raw)
To: openembedded-devel
Please ignore this, sorry for noise.
Thanks,
Grace
On 2016年08月31日 15:37, mingli.yu@windriver.com wrote:
> From: Mingli Yu <Mingli.Yu@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@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@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 \
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-08-31 7:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-31 7:35 [meta-networking][PATCH] samba: add samba-pidl to RDEPENDS mingli.yu
2016-08-31 7:35 ` Yu, Mingli
-- strict thread matches above, loose matches on Subject: below --
2016-08-31 7:37 mingli.yu
2016-08-31 7:48 ` Yu, Mingli
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.