Openembedded Core Discussions
 help / color / mirror / Atom feed
* 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
* [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

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-27  9:19 [PATCH] iproute2: add bash runtime dependence 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
  -- strict thread matches above, loose matches on Subject: below --
2013-03-26 16:17 Giuseppe CONDORELLI
2013-03-26 17:26 ` Khem Raj
2013-03-26 17:28 ` Phil Blundell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox