]> code.ossystems Code Review - openembedded-core.git/commitdiff
quilt: depend on util-linux instead of bash to get 'getopt' command (from OE)
authorMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 19 Oct 2007 14:27:57 +0000 (14:27 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 19 Oct 2007 14:27:57 +0000 (14:27 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2935 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/quilt/quilt-native.inc
meta/packages/quilt/quilt_0.45.bb

index 5db7d25c4f973d5c4f823e177a0c20d701f4fd24..4d7291f5b9619584dbeb2b8f5632ff3e79a6a2ae 100644 (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"
index 55e88b113bb41f5d7635d0c608f061c352300676..4de052635cf4f52f0cb013c645bbc21121237036 100644 (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