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 | |
| 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
| -rw-r--r-- | meta/packages/quilt/quilt-native.inc | 2 | ||||
| -rw-r--r-- | meta/packages/quilt/quilt_0.45.bb | 5 |
2 files changed, 4 insertions, 3 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" |
diff --git a/meta/packages/quilt/quilt_0.45.bb b/meta/packages/quilt/quilt_0.45.bb index 55e88b113b..4de052635c 100644 --- a/meta/packages/quilt/quilt_0.45.bb +++ b/meta/packages/quilt/quilt_0.45.bb | |||
| @@ -1,8 +1,9 @@ | |||
| 1 | # ash isn't good enough for quilt at least... | 1 | RDEPENDS_${PN} += "patch diffstat bzip2 util-linux" |
| 2 | RDEPENDS_${PN} += "patch diffstat bzip2 bash" | ||
| 3 | 2 | ||
| 4 | require quilt_${PV}.inc | 3 | require quilt_${PV}.inc |
| 5 | 4 | ||
| 5 | PR = "r1" | ||
| 6 | |||
| 6 | SRC_URI += "file://aclocal.patch;patch=1" | 7 | SRC_URI += "file://aclocal.patch;patch=1" |
| 7 | 8 | ||
| 8 | inherit autotools gettext | 9 | inherit autotools gettext |
