summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/iproute2/iproute2_3.10.0.bb
diff options
context:
space:
mode:
authorChen Qi <qi.chen@windriver.com>2014-03-07 01:39:27 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-11 07:56:39 -0700
commit8d326e6728b7a6dceb683e610a0b81c5e4933747 (patch)
treecd0845bca1b8d7c16ffb4518ff7225e4eda0b66b /meta/recipes-connectivity/iproute2/iproute2_3.10.0.bb
parent6c9133d88735a6d08098517088e7dfe59184f90e (diff)
downloadpoky-8d326e6728b7a6dceb683e610a0b81c5e4933747.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 master rev: 1132c4210eddd59b22b2640935ab0bb8f48c0124) (From OE-Core rev: ca55e7321f0c52fbe13d301d0dfe3adff5435639) 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> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/iproute2/iproute2_3.10.0.bb')
-rw-r--r--meta/recipes-connectivity/iproute2/iproute2_3.10.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2_3.10.0.bb b/meta/recipes-connectivity/iproute2/iproute2_3.10.0.bb
index 2220467c87..721fa55c7b 100644
--- a/meta/recipes-connectivity/iproute2/iproute2_3.10.0.bb
+++ b/meta/recipes-connectivity/iproute2/iproute2_3.10.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] = "45fb5427fc723a0001c72b92c931ba02" 8SRC_URI[md5sum] = "45fb5427fc723a0001c72b92c931ba02"