All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] iproute2: add bash runtime dependence
@ 2013-03-26 16:17 Giuseppe CONDORELLI
  2013-03-26 17:26 ` Khem Raj
  2013-03-26 17:28 ` Phil Blundell
  0 siblings, 2 replies; 9+ messages in thread
From: Giuseppe CONDORELLI @ 2013-03-26 16:17 UTC (permalink / raw)
  To: openembedded-core

Add bash runtime dependence, required at package install time.

Signed-off-by: Giuseppe Condorelli <giuseppe.condorelli@st.com>
---
 meta/recipes-connectivity/iproute2/iproute2.inc    |    1 +
 .../iproute2/iproute2_3.8.0.bb                     |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-connectivity/iproute2/iproute2.inc b/meta/recipes-connectivity/iproute2/iproute2.inc
index fb233eb..e840605 100644
--- a/meta/recipes-connectivity/iproute2/iproute2.inc
+++ b/meta/recipes-connectivity/iproute2/iproute2.inc
@@ -10,6 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
                     file://ip/ip.c;beginline=3;endline=8;md5=689d691d0410a4b64d3899f8d6e31817"
 
 DEPENDS = "flex-native bison-native iptables"
+RDEPENDS_${PN} += "bash"
 
 inherit update-alternatives
 
diff --git a/meta/recipes-connectivity/iproute2/iproute2_3.8.0.bb b/meta/recipes-connectivity/iproute2/iproute2_3.8.0.bb
index 65164cb..99c7ede 100644
--- a/meta/recipes-connectivity/iproute2/iproute2_3.8.0.bb
+++ b/meta/recipes-connectivity/iproute2/iproute2_3.8.0.bb
@@ -1,6 +1,6 @@
 require iproute2.inc
 
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BPN}-${PV}.tar.xz \
            file://configure-cross.patch \
-- 
1.7.7.6




^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [PATCH] iproute2: add bash runtime dependence
  2013-03-26 16:17 [PATCH] iproute2: add bash runtime dependence Giuseppe CONDORELLI
@ 2013-03-26 17:26 ` Khem Raj
  2013-03-26 17:28 ` Phil Blundell
  1 sibling, 0 replies; 9+ messages in thread
From: Khem Raj @ 2013-03-26 17:26 UTC (permalink / raw)
  To: Giuseppe CONDORELLI; +Cc: openembedded-core

Giuseppe

On Mar 26, 2013, at 9:17 AM, Giuseppe CONDORELLI <giuseppe.condorelli@st.com> wrote:

> Add bash runtime dependence, required at package install time.

it would be nicer if you could find which scripts in the whole package needs bash
separate that out into a separate package and add RDEPENDS_<thatpackage> = "bash"

> 
> Signed-off-by: Giuseppe Condorelli <giuseppe.condorelli@st.com>
> ---
> meta/recipes-connectivity/iproute2/iproute2.inc    |    1 +
> .../iproute2/iproute2_3.8.0.bb                     |    2 +-
> 2 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/meta/recipes-connectivity/iproute2/iproute2.inc b/meta/recipes-connectivity/iproute2/iproute2.inc
> index fb233eb..e840605 100644
> --- a/meta/recipes-connectivity/iproute2/iproute2.inc
> +++ b/meta/recipes-connectivity/iproute2/iproute2.inc
> @@ -10,6 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
>                     file://ip/ip.c;beginline=3;endline=8;md5=689d691d0410a4b64d3899f8d6e31817"
> 
> DEPENDS = "flex-native bison-native iptables"
> +RDEPENDS_${PN} += "bash"
> 
> inherit update-alternatives
> 
> diff --git a/meta/recipes-connectivity/iproute2/iproute2_3.8.0.bb b/meta/recipes-connectivity/iproute2/iproute2_3.8.0.bb
> index 65164cb..99c7ede 100644
> --- a/meta/recipes-connectivity/iproute2/iproute2_3.8.0.bb
> +++ b/meta/recipes-connectivity/iproute2/iproute2_3.8.0.bb
> @@ -1,6 +1,6 @@
> require iproute2.inc
> 
> -PR = "r2"
> +PR = "r3"
> 
> SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BPN}-${PV}.tar.xz \
>            file://configure-cross.patch \
> -- 
> 1.7.7.6
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] iproute2: add bash runtime dependence
  2013-03-26 16:17 [PATCH] iproute2: add bash runtime dependence Giuseppe CONDORELLI
  2013-03-26 17:26 ` Khem Raj
@ 2013-03-26 17:28 ` Phil Blundell
  1 sibling, 0 replies; 9+ messages in thread
From: Phil Blundell @ 2013-03-26 17:28 UTC (permalink / raw)
  To: Giuseppe CONDORELLI; +Cc: openembedded-core

On Tue, 2013-03-26 at 17:17 +0100, Giuseppe CONDORELLI wrote:
> Add bash runtime dependence, required at package install time.

Where does this dependency come from?

p.





^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] iproute2: add bash runtime dependence
  2013-03-27 14:48 ` Khem Raj
@ 2013-03-27 14:51   ` Giuseppe CONDORELLI
  0 siblings, 0 replies; 9+ messages in thread
From: Giuseppe CONDORELLI @ 2013-03-27 14:51 UTC (permalink / raw)
  To: 'Khem Raj'; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 2057 bytes --]

What’s about ifcfg and rtpr contained in ip dir?

 

From: Khem Raj [mailto:raj.khem@gmail.com] 
Sent: mercoledì 27 marzo 2013 15:48
To: Giuseppe CONDORELLI
Cc: openembedded-core@lists.openembedded.org; pb@pbcl.net
Subject: Re: [OE-core] [PATCH] iproute2: add bash runtime dependence

 

 

On Mar 27, 2013, at 2:19 AM, Giuseppe CONDORELLI
<giuseppe.condorelli@st.com> wrote:





Hi All,

 

Ø  Where does this dependency come from?

The dependency comes from the “ip” subdirs, where there are three bash
scripts.

Also there are few scripts as examples.

 

 

yeah create a new package something like iproute2-examples and package these
scripts there





Khem,

do you think it is however the case to split the package creating the ip
one?

This problem appeared when I tried to install iproute2, previously packaged
as rpm.

 

Best Regards,

Giuseppe

 

 

From: Giuseppe Condorelli [mailto:giuseppe.condorelli@ <http://gmail.com>
gmail.com] 
Sent: mercoledì 27 marzo 2013 10:14
To: Giuseppe CONDORELLI
Subject: Fwd: [OE-core] [PATCH] iproute2: add bash runtime dependence

 

 

---------- Forwarded message ----------
From: Phil Blundell < <mailto:pb@pbcl.net> pb@pbcl.net>
Date: 2013/3/26
Subject: Re: [OE-core] [PATCH] iproute2: add bash runtime dependence
To: Giuseppe CONDORELLI < <mailto:giuseppe.condorelli@st.com>
giuseppe.condorelli@st.com>
Cc:  <mailto:openembedded-core@lists.openembedded.org>
openembedded-core@lists.openembedded.org




On Tue, 2013-03-26 at 17:17 +0100, Giuseppe CONDORELLI wrote:
> Add bash runtime dependence, required at package install time.

Where does this dependency come from?

p.




_______________________________________________
Openembedded-core mailing list
 <mailto:Openembedded-core@lists.openembedded.org>
Openembedded-core@lists.openembedded.org
 <http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core>
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

 

 


[-- Attachment #2: Type: text/html, Size: 8892 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] iproute2: add bash runtime dependence
  2013-03-27 14:36   ` Giuseppe CONDORELLI
@ 2013-03-27 14:49     ` Khem Raj
  0 siblings, 0 replies; 9+ messages in thread
From: Khem Raj @ 2013-03-27 14:49 UTC (permalink / raw)
  To: Giuseppe CONDORELLI; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 2503 bytes --]

Giuseppe

You can file a bug in yp bugzilla for tracking this

On Mar 27, 2013, at 7:36 AM, Giuseppe CONDORELLI <giuseppe.condorelli@st.com> wrote:

> Well,
>  
> I don’t know iproute2 in dept, I’ve tried to install it.
> At any rate, couple of scripts (ifcfg ad rtpr) seems to be used on target (ifcfg similarly to ifconfig and rtpr is used to convert the output back into readable form).
>  
> Regards,
> Giuseppe
>  
> From: Iorga, Cristian [mailto:cristian.iorga@intel.com] 
> Sent: mercoledì 27 marzo 2013 15:25
> To: Giuseppe CONDORELLI; openembedded-core@lists.openembedded.org; pb@pbcl.net; raj.khem@gmail.com
> Subject: RE: [OE-core] [PATCH] iproute2: add bash runtime dependence
>  
> Hello,
>  
> Are the three bash scripts related to iproute base functionality?
>  
> Regards,
> Cristian
>  
> From: openembedded-core-bounces@lists.openembedded.org [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of Giuseppe CONDORELLI
> Sent: Wednesday, March 27, 2013 11:19 AM
> To: openembedded-core@lists.openembedded.org; pb@pbcl.net; raj.khem@gmail.com
> Subject: Re: [OE-core] [PATCH] iproute2: add bash runtime dependence
>  
> Hi All,
>  
> Ø  Where does this dependency come from?
> The dependency comes from the “ip” subdirs, where there are three bash scripts.
> Also there are few scripts as examples.
>  
> Khem,
> do you think it is however the case to split the package creating the ip one?
> This problem appeared when I tried to install iproute2, previously packaged as rpm.
>  
> Best Regards,
> Giuseppe
>  
>  
> From: Giuseppe Condorelli [mailto:giuseppe.condorelli@gmail.com] 
> Sent: mercoledì 27 marzo 2013 10:14
> To: Giuseppe CONDORELLI
> Subject: Fwd: [OE-core] [PATCH] iproute2: add bash runtime dependence
>  
>  
> 
> ---------- Forwarded message ----------
> From: Phil Blundell <pb@pbcl.net>
> Date: 2013/3/26
> Subject: Re: [OE-core] [PATCH] iproute2: add bash runtime dependence
> To: Giuseppe CONDORELLI <giuseppe.condorelli@st.com>
> Cc: openembedded-core@lists.openembedded.org
> 
> On Tue, 2013-03-26 at 17:17 +0100, Giuseppe CONDORELLI wrote:
> > Add bash runtime dependence, required at package install time.
> 
> Where does this dependency come from?
> 
> p.
> 
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>  


[-- Attachment #2: Type: text/html, Size: 15140 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] iproute2: add bash runtime dependence
  2013-03-27  9:19 Giuseppe CONDORELLI
  2013-03-27 14:25 ` Iorga, Cristian
@ 2013-03-27 14:48 ` Khem Raj
  2013-03-27 14:51   ` Giuseppe CONDORELLI
  1 sibling, 1 reply; 9+ messages in thread
From: Khem Raj @ 2013-03-27 14:48 UTC (permalink / raw)
  To: Giuseppe CONDORELLI; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1512 bytes --]


On Mar 27, 2013, at 2:19 AM, Giuseppe CONDORELLI <giuseppe.condorelli@st.com> wrote:

> Hi All,
>  
> Ø  Where does this dependency come from?
> The dependency comes from the “ip” subdirs, where there are three bash scripts.
> Also there are few scripts as examples.
>  

yeah create a new package something like iproute2-examples and package these scripts there

> Khem,
> do you think it is however the case to split the package creating the ip one?
> This problem appeared when I tried to install iproute2, previously packaged as rpm.
>  
> Best Regards,
> Giuseppe
>  
>  
> From: Giuseppe Condorelli [mailto:giuseppe.condorelli@gmail.com] 
> Sent: mercoledì 27 marzo 2013 10:14
> To: Giuseppe CONDORELLI
> Subject: Fwd: [OE-core] [PATCH] iproute2: add bash runtime dependence
>  
>  
> 
> ---------- Forwarded message ----------
> From: Phil Blundell <pb@pbcl.net>
> Date: 2013/3/26
> Subject: Re: [OE-core] [PATCH] iproute2: add bash runtime dependence
> To: Giuseppe CONDORELLI <giuseppe.condorelli@st.com>
> Cc: openembedded-core@lists.openembedded.org
> 
> 
> On Tue, 2013-03-26 at 17:17 +0100, Giuseppe CONDORELLI wrote:
> > Add bash runtime dependence, required at package install time.
> 
> Where does this dependency come from?
> 
> p.
> 
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>  


[-- Attachment #2: Type: text/html, Size: 8614 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] iproute2: add bash runtime dependence
  2013-03-27 14:25 ` Iorga, Cristian
@ 2013-03-27 14:36   ` Giuseppe CONDORELLI
  2013-03-27 14:49     ` Khem Raj
  0 siblings, 1 reply; 9+ messages in thread
From: Giuseppe CONDORELLI @ 2013-03-27 14:36 UTC (permalink / raw)
  To: 'Iorga, Cristian', openembedded-core, pb, raj.khem

[-- Attachment #1: Type: text/plain, Size: 2298 bytes --]

Well,

 

I don’t know iproute2 in dept, I’ve tried to install it.

At any rate, couple of scripts (ifcfg ad rtpr) seems to be used on target
(ifcfg similarly to ifconfig and rtpr is used to convert the output back
into readable form).

 

Regards,

Giuseppe

 

From: Iorga, Cristian [mailto:cristian.iorga@intel.com] 
Sent: mercoledì 27 marzo 2013 15:25
To: Giuseppe CONDORELLI; openembedded-core@lists.openembedded.org;
pb@pbcl.net; raj.khem@gmail.com
Subject: RE: [OE-core] [PATCH] iproute2: add bash runtime dependence

 

Hello,

 

Are the three bash scripts related to iproute base functionality?

 

Regards,

Cristian

 

From: openembedded-core-bounces@lists.openembedded.org
[mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of
Giuseppe CONDORELLI
Sent: Wednesday, March 27, 2013 11:19 AM
To: openembedded-core@lists.openembedded.org; pb@pbcl.net;
raj.khem@gmail.com
Subject: Re: [OE-core] [PATCH] iproute2: add bash runtime dependence

 

Hi All,

 

Ø  Where does this dependency come from?

The dependency comes from the “ip” subdirs, where there are three bash
scripts.

Also there are few scripts as examples.

 

Khem,

do you think it is however the case to split the package creating the ip
one? 

This problem appeared when I tried to install iproute2, previously packaged
as rpm.

 

Best Regards,

Giuseppe

 

 

From: Giuseppe Condorelli [mailto:giuseppe.condorelli@gmail.com] 
Sent: mercoledì 27 marzo 2013 10:14
To: Giuseppe CONDORELLI
Subject: Fwd: [OE-core] [PATCH] iproute2: add bash runtime dependence

 

 

---------- Forwarded message ----------
From: Phil Blundell <pb@pbcl.net>
Date: 2013/3/26
Subject: Re: [OE-core] [PATCH] iproute2: add bash runtime dependence
To: Giuseppe CONDORELLI <giuseppe.condorelli@st.com>
Cc: openembedded-core@lists.openembedded.org

On Tue, 2013-03-26 at 17:17 +0100, Giuseppe CONDORELLI wrote:
> Add bash runtime dependence, required at package install time.

Where does this dependency come from?

p.




_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

 


[-- Attachment #2: Type: text/html, Size: 12878 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] iproute2: add bash runtime dependence
  2013-03-27  9:19 Giuseppe CONDORELLI
@ 2013-03-27 14:25 ` Iorga, Cristian
  2013-03-27 14:36   ` Giuseppe CONDORELLI
  2013-03-27 14:48 ` Khem Raj
  1 sibling, 1 reply; 9+ messages in thread
From: Iorga, Cristian @ 2013-03-27 14:25 UTC (permalink / raw)
  To: Giuseppe CONDORELLI, openembedded-core, pb, raj.khem

[-- Attachment #1: Type: text/plain, Size: 1817 bytes --]

Hello,

Are the three bash scripts related to iproute base functionality?

Regards,
Cristian

From: openembedded-core-bounces@lists.openembedded.org [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of Giuseppe CONDORELLI
Sent: Wednesday, March 27, 2013 11:19 AM
To: openembedded-core@lists.openembedded.org; pb@pbcl.net; raj.khem@gmail.com
Subject: Re: [OE-core] [PATCH] iproute2: add bash runtime dependence

Hi All,


Ø  Where does this dependency come from?
The dependency comes from the "ip" subdirs, where there are three bash scripts.
Also there are few scripts as examples.

Khem,
do you think it is however the case to split the package creating the ip one?
This problem appeared when I tried to install iproute2, previously packaged as rpm.

Best Regards,
Giuseppe


From: Giuseppe Condorelli [mailto:giuseppe.condorelli@gmail.com]
Sent: mercoledì 27 marzo 2013 10:14
To: Giuseppe CONDORELLI
Subject: Fwd: [OE-core] [PATCH] iproute2: add bash runtime dependence


---------- Forwarded message ----------
From: Phil Blundell <pb@pbcl.net<mailto:pb@pbcl.net>>
Date: 2013/3/26
Subject: Re: [OE-core] [PATCH] iproute2: add bash runtime dependence
To: Giuseppe CONDORELLI <giuseppe.condorelli@st.com<mailto:giuseppe.condorelli@st.com>>
Cc: openembedded-core@lists.openembedded.org<mailto:openembedded-core@lists.openembedded.org>
On Tue, 2013-03-26 at 17:17 +0100, Giuseppe CONDORELLI wrote:
> Add bash runtime dependence, required at package install time.
Where does this dependency come from?

p.



_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org<mailto:Openembedded-core@lists.openembedded.org>
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[-- Attachment #2: Type: text/html, Size: 11303 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] iproute2: add bash runtime dependence
@ 2013-03-27  9:19 Giuseppe CONDORELLI
  2013-03-27 14:25 ` Iorga, Cristian
  2013-03-27 14:48 ` Khem Raj
  0 siblings, 2 replies; 9+ messages in thread
From: Giuseppe CONDORELLI @ 2013-03-27  9:19 UTC (permalink / raw)
  To: openembedded-core, pb, raj.khem

[-- Attachment #1: Type: text/plain, Size: 1282 bytes --]

Hi All,

 

Ø  Where does this dependency come from?

The dependency comes from the “ip” subdirs, where there are three bash
scripts.

Also there are few scripts as examples.

 

Khem,

do you think it is however the case to split the package creating the ip
one? 

This problem appeared when I tried to install iproute2, previously packaged
as rpm.

 

Best Regards,

Giuseppe

 

 

From: Giuseppe Condorelli [mailto:giuseppe.condorelli@gmail.com] 
Sent: mercoledì 27 marzo 2013 10:14
To: Giuseppe CONDORELLI
Subject: Fwd: [OE-core] [PATCH] iproute2: add bash runtime dependence

 

 

---------- Forwarded message ----------
From: Phil Blundell <pb@pbcl.net>
Date: 2013/3/26
Subject: Re: [OE-core] [PATCH] iproute2: add bash runtime dependence
To: Giuseppe CONDORELLI <giuseppe.condorelli@st.com>
Cc: openembedded-core@lists.openembedded.org



On Tue, 2013-03-26 at 17:17 +0100, Giuseppe CONDORELLI wrote:
> Add bash runtime dependence, required at package install time.

Where does this dependency come from?

p.




_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

 


[-- Attachment #2: Type: text/html, Size: 8784 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-03-27 21:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-26 16:17 [PATCH] iproute2: add bash runtime dependence Giuseppe CONDORELLI
2013-03-26 17:26 ` Khem Raj
2013-03-26 17:28 ` Phil Blundell
2013-03-27  9:19 Giuseppe CONDORELLI
2013-03-27 14:25 ` Iorga, Cristian
2013-03-27 14:36   ` Giuseppe CONDORELLI
2013-03-27 14:49     ` Khem Raj
2013-03-27 14:48 ` Khem Raj
2013-03-27 14:51   ` Giuseppe CONDORELLI

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.