quilt: move RDEPENDS to quilt so quilt-native will have them correct too
authorMarcin Juszkiewicz <hrw@openembedded.org>
Fri, 28 Apr 2006 18:01:51 +0000 (18:01 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 28 Apr 2006 18:01:51 +0000 (18:01 +0000)
packages/quilt/quilt.inc
packages/quilt/quilt_0.39.bb
packages/quilt/quilt_0.42.bb

index e9ca698..cd5e85c 100644 (file)
@@ -3,8 +3,6 @@ HOMEPAGE = "http://savannah.nongnu.org/projects/quilt/"
 SECTION = "devel"
 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
 LICENSE = "GPL"
-# RDEPENDS_${PN} += "patch diffstat bzip2 gawk gettext"
-RDEPENDS_${PN} += "patch diffstat bzip2"
 
 SRC_URI = "http://download.savannah.gnu.org/releases/quilt/quilt-${PV}.tar.gz \
           file://install.patch;patch=1 \
index b59fb2c..51bfa7a 100644 (file)
@@ -1,3 +1,5 @@
+RDEPENDS_${PN} += "patch diffstat bzip2"
+
 include quilt.inc
 
 inherit autotools gettext
index b59fb2c..51bfa7a 100644 (file)
@@ -1,3 +1,5 @@
+RDEPENDS_${PN} += "patch diffstat bzip2"
+
 include quilt.inc
 
 inherit autotools gettext