summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/iproute2/iproute2_3.11.0.bb
diff options
context:
space:
mode:
authorChen Qi <qi.chen@windriver.com>2013-11-01 16:21:06 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-05 22:04:28 +0000
commit90c709da9b3e8d3167a0ecb6ef91f569a70fe285 (patch)
treeb888e371d8540411dd8f0c1e9d7da7db81ee9d25 /meta/recipes-connectivity/iproute2/iproute2_3.11.0.bb
parenta530781a441652f9bf8ccc779803df7eceade59b (diff)
downloadpoky-90c709da9b3e8d3167a0ecb6ef91f569a70fe285.tar.gz
iproute2: de-bash its scripts to remove the bash dependency
If we build a minimal image with iproute2 installed, the following error will appear during rootfs. error: Can't install iproute2-3.10.0-r0.0@i586: no package provides /bin/bash The problem is that iproute2 has an implicit dependency on 'bash'. This dependency is from per-file dependency checking. Patch two scripts, ifcfg and rtpr, from iproute2 to remove the bash specific syntax. [YOCTO #5415] (From OE-Core rev: 1132c4210eddd59b22b2640935ab0bb8f48c0124) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/iproute2/iproute2_3.11.0.bb')
-rw-r--r--meta/recipes-connectivity/iproute2/iproute2_3.11.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2_3.11.0.bb b/meta/recipes-connectivity/iproute2/iproute2_3.11.0.bb
index 98f5a802e8..469b2b026d 100644
--- a/meta/recipes-connectivity/iproute2/iproute2_3.11.0.bb
+++ b/meta/recipes-connectivity/iproute2/iproute2_3.11.0.bb
@@ -2,6 +2,7 @@ require iproute2.inc
2 2
3SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BPN}-${PV}.tar.xz \ 3SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BPN}-${PV}.tar.xz \
4 file://configure-cross.patch \ 4 file://configure-cross.patch \
5 file://0001-iproute2-de-bash-scripts.patch \
5 " 6 "
6 7
7SRC_URI[md5sum] = "d7ffb27bc9f0d80577b1f3fb9d1a7689" 8SRC_URI[md5sum] = "d7ffb27bc9f0d80577b1f3fb9d1a7689"