diff options
author | Chris Larson <clarson@kergoth.com> | 2005-03-09 11:06:39 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2005-03-09 11:06:39 +0000 |
commit | 4219e8ab43016c7fc943befa6c7797e752158b4e (patch) | |
tree | 82d2127c7d6b0dbdeb3127c835e6301b7d621484 /packages/autoconf/autoconf_2.59.bb | |
parent | 8a1173d8e5dac9a8d659a2d548895ffd79cee1d0 (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.59.bb')
-rw-r--r-- | packages/autoconf/autoconf_2.59.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/autoconf/autoconf_2.59.bb b/packages/autoconf/autoconf_2.59.bb index e69de29bb2..162ca14bbd 100644 --- a/packages/autoconf/autoconf_2.59.bb +++ b/packages/autoconf/autoconf_2.59.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "A package of M4 macros to produce scripts to \ +automatically configure sourcecode." +LICENSE = "GPL" +HOMEPAGE = "http://www.gnu.org/software/autoconf/" +SECTION = "devel" +RRECOMMENDS_${PN} = "automake" +PR = "r1" + +SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \ + file://program_prefix.patch;patch=1 \ + file://autoreconf-include.patch;patch=1 \ + file://autoreconf-exclude.patch;patch=1 \ + file://autoreconf-foreign.patch;patch=1 \ + file://autoreconf-gnuconfigize.patch;patch=1 \ + file://autoconf259-update-configscripts.patch;patch=1 \ + file://autoheader-nonfatal-warnings.patch;patch=1 \ + file://sizeof_types.patch;patch=1" +inherit autotools |