]> code.ossystems Code Review - openembedded-core.git/commit
iproute2: de-bash its scripts to remove the bash dependency
authorChen Qi <qi.chen@windriver.com>
Fri, 1 Nov 2013 08:21:06 +0000 (16:21 +0800)
committerSaul Wold <sgw@linux.intel.com>
Mon, 4 Nov 2013 18:01:17 +0000 (10:01 -0800)
commit1132c4210eddd59b22b2640935ab0bb8f48c0124
treebab4ae8ff96e8cd2ab1c7cd8316bf96258d718af
parent8308e22a44a2dea7d1bbfb429b9df9c63714a649
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]

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-connectivity/iproute2/iproute2/0001-iproute2-de-bash-scripts.patch [new file with mode: 0644]
meta/recipes-connectivity/iproute2/iproute2_3.11.0.bb