quilt: depend on util-linux instead of bash to get 'getopt' command (from OE)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2935 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-10-19 14:27:57 +00:00
parent 644eaceb51
commit d8b7e95778
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
require quilt_${PV}.inc
SRC_URI_append_build-darwin = "? file://non-gnu.patch;patch=1 "
RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native"
RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native util-linux-native"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/quilt-${PV}"
INHIBIT_AUTOTOOLS_DEPS = "1"

View File

@ -1,8 +1,9 @@
# ash isn't good enough for quilt at least...
RDEPENDS_${PN} += "patch diffstat bzip2 bash"
RDEPENDS_${PN} += "patch diffstat bzip2 util-linux"
require quilt_${PV}.inc
PR = "r1"
SRC_URI += "file://aclocal.patch;patch=1"
inherit autotools gettext