diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-19 14:27:57 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-19 14:27:57 +0000 |
commit | d8b7e957786e57fc3d0db2014cd428b37b2c0ac9 (patch) | |
tree | 5270061b540a7fbc5e6083cc8589436a99b2fe90 /meta/packages/quilt/quilt-native.inc | |
parent | 644eaceb5124cfe873c888de45e42dc932c6f90d (diff) | |
download | poky-d8b7e957786e57fc3d0db2014cd428b37b2c0ac9.tar.gz |
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
Diffstat (limited to 'meta/packages/quilt/quilt-native.inc')
-rw-r--r-- | meta/packages/quilt/quilt-native.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/quilt/quilt-native.inc b/meta/packages/quilt/quilt-native.inc index 5db7d25c4f..4d7291f5b9 100644 --- a/meta/packages/quilt/quilt-native.inc +++ b/meta/packages/quilt/quilt-native.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | require quilt_${PV}.inc | 1 | require quilt_${PV}.inc |
2 | 2 | ||
3 | SRC_URI_append_build-darwin = "? file://non-gnu.patch;patch=1 " | 3 | SRC_URI_append_build-darwin = "? file://non-gnu.patch;patch=1 " |
4 | RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native" | 4 | RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native util-linux-native" |
5 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/quilt-${PV}" | 5 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/quilt-${PV}" |
6 | 6 | ||
7 | INHIBIT_AUTOTOOLS_DEPS = "1" | 7 | INHIBIT_AUTOTOOLS_DEPS = "1" |