quilt: add util-linux to RDEPENDS for getopt
authorJustin Patrin <papercrane@gmail.com>
Thu, 18 Jan 2007 18:35:19 +0000 (18:35 +0000)
committerJustin Patrin <papercrane@gmail.com>
Thu, 18 Jan 2007 18:35:19 +0000 (18:35 +0000)
packages/quilt/quilt-native.inc
packages/quilt/quilt.inc
packages/quilt/quilt_0.39.bb
packages/quilt/quilt_0.45.bb

index b7ddd8b..5861b22 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 b1d19da..ee90455 100644 (file)
@@ -2,6 +2,7 @@ DESCRIPTION = "Tool to work with series of patches."
 HOMEPAGE = "http://savannah.nongnu.org/projects/quilt/"
 SECTION = "devel"
 LICENSE = "GPL"
+PR = "r1"
 
 SRC_URI = "http://download.savannah.gnu.org/releases/quilt/quilt-${PV}.tar.gz "
 
index 9a08b19..5d8ae08 100644 (file)
@@ -1,4 +1,4 @@
-RDEPENDS_${PN} += "patch diffstat bzip2"
+RDEPENDS_${PN} += "patch diffstat bzip2 util-linux"
 
 require quilt_${PV}.inc
 
index cf96cc9..d809c83 100644 (file)
@@ -1,4 +1,4 @@
-RDEPENDS_${PN} += "patch diffstat bzip2"
+RDEPENDS_${PN} += "patch diffstat bzip2 util-linux"
 
 require quilt_${PV}.inc