aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/iproute2/iproute2_2.6.29.bb
diff options
context:
space:
mode:
authorMarc Olzheim <marc@iphion.nl>2010-01-22 00:22:35 -0800
committerKhem Raj <raj.khem@gmail.com>2010-01-22 00:22:35 -0800
commit658cf78bc2615df4d3a8ef5b2f5c9974d4aab292 (patch)
treea59a17d50727edbe438d6e3a121a6f82f6131c7d /recipes/iproute2/iproute2_2.6.29.bb
parent0ed1a21a00beafb31dc358aa4d3c9beba211a2b6 (diff)
downloadopenembedded-658cf78bc2615df4d3a8ef5b2f5c9974d4aab292.tar.gz
iproute2: Remove unneeded bash dependency
* Even though the recipes did not list it in REDEPENDS, two scripts in this package depended on bash. Since this was unneeded, I removed that dependency. (Upstream notified) Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/iproute2/iproute2_2.6.29.bb')
-rw-r--r--recipes/iproute2/iproute2_2.6.29.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/iproute2/iproute2_2.6.29.bb b/recipes/iproute2/iproute2_2.6.29.bb
index d38dde880f..d72738da7e 100644
--- a/recipes/iproute2/iproute2_2.6.29.bb
+++ b/recipes/iproute2/iproute2_2.6.29.bb
@@ -1,11 +1,12 @@
require iproute2.inc
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
SRC_URI = "http://developer.osdl.org/dev/iproute2/download/${P}.tar.bz2 \
file://new-flex-fix.patch;patch=1 \
file://compilation-fix.patch;patch=1 \
file://use-cross-compiler.patch;patch=1 \
+ file://remove-bashisms.patch;patch=1 \
"
S = "${WORKDIR}/iproute2-${PV}"