diff options
author | Chen Qi <qi.chen@windriver.com> | 2014-03-07 01:39:27 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-11 07:56:29 -0700 |
commit | ca55e7321f0c52fbe13d301d0dfe3adff5435639 (patch) | |
tree | c33b8b118fad32bf7b550dd6dbbccb82037b1597 /scripts | |
parent | a77984aef1ef9f351a9ee0a30893e24034ed0aed (diff) | |
download | openembedded-core-ca55e7321f0c52fbe13d301d0dfe3adff5435639.tar.gz openembedded-core-ca55e7321f0c52fbe13d301d0dfe3adff5435639.tar.bz2 openembedded-core-ca55e7321f0c52fbe13d301d0dfe3adff5435639.zip |
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)
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 'scripts')
0 files changed, 0 insertions, 0 deletions