summaryrefslogtreecommitdiffstats
path: root/recipes/iproute2/iproute2_2.6.20.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.20.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.20.bb')
-rw-r--r--recipes/iproute2/iproute2_2.6.20.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/iproute2/iproute2_2.6.20.bb b/recipes/iproute2/iproute2_2.6.20.bb
index dd1a504142..ec659a8130 100644
--- a/recipes/iproute2/iproute2_2.6.20.bb
+++ b/recipes/iproute2/iproute2_2.6.20.bb
@@ -1,11 +1,12 @@
require iproute2.inc
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
DATE = "070313"
SRC_URI_append = " file://new-flex-fix.patch;patch=1 \
file://ip6tunnel.patch;patch=1 \
file://man-pages-fix.patch;patch=1 \
+ file://remove-bashisms.patch;patch=1 \
file://no-strip.patch;patch=1"
S = "${WORKDIR}/iproute-${PV}-${DATE}"