diff options
author | Martin Dietze <di@fh-wedel.de> | 2007-04-18 17:12:50 +0000 |
---|---|---|
committer | Martin Dietze <di@fh-wedel.de> | 2007-04-18 17:12:50 +0000 |
commit | bcbe2cb0a539e74e9053dd1e69e29a5f4e47abbf (patch) | |
tree | cfc35de1afcc7aa8951e4c7f5548e7c06419387c /packages/quilt | |
parent | ffafccabc5d244ae3c6bd7c23ea24fba6a3bc9d4 (diff) |
quilt: added DEPEND on autoconf-native (>= 2.61)
Diffstat (limited to 'packages/quilt')
-rw-r--r-- | packages/quilt/quilt_0.45.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/quilt/quilt_0.45.bb b/packages/quilt/quilt_0.45.bb index d809c83518..2884fc42fc 100644 --- a/packages/quilt/quilt_0.45.bb +++ b/packages/quilt/quilt_0.45.bb @@ -1,3 +1,4 @@ +DEPENDS = "autoconf-native (>= 2.61)" RDEPENDS_${PN} += "patch diffstat bzip2 util-linux" require quilt_${PV}.inc |