summaryrefslogtreecommitdiff
path: root/packages/autoconf/autoconf_2.57.bb
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2005-03-09 11:06:39 +0000
committerChris Larson <clarson@kergoth.com>2005-03-09 11:06:39 +0000
commit4219e8ab43016c7fc943befa6c7797e752158b4e (patch)
tree82d2127c7d6b0dbdeb3127c835e6301b7d621484 /packages/autoconf/autoconf_2.57.bb
parent8a1173d8e5dac9a8d659a2d548895ffd79cee1d0 (diff)
Merge oe-devel@oe-devel.bkbits.net:openembedded
into handhelds.org:/home/kergoth/code/openembedded 2005/03/09 06:06:19-05:00 handhelds.org!kergoth Add autoconf to automake's RDEPENDS. Add automake to autoconf's RRECOMMENDS. BKrev: 422ed8bf20O86QKN29lZVEnaQiZc8g
Diffstat (limited to 'packages/autoconf/autoconf_2.57.bb')
-rw-r--r--packages/autoconf/autoconf_2.57.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/autoconf/autoconf_2.57.bb b/packages/autoconf/autoconf_2.57.bb
index e69de29bb2..86059aa355 100644
--- a/packages/autoconf/autoconf_2.57.bb
+++ b/packages/autoconf/autoconf_2.57.bb
@@ -0,0 +1,10 @@
+SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \
+ file://program_prefix.patch;patch=1"
+LICENSE = "GPL"
+DESCRIPTION = "A package of M4 macros to produce scripts to \
+automatically configure sourcecode."
+
+PR = "r1"
+RRECOMMENDS_${PN} = "automake"
+SECTION = "devel"
+inherit autotools