diff options
author | Matthias Hentges <oe@hentges.net> | 2004-09-29 15:10:37 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2004-09-29 15:10:37 +0000 |
commit | 6a4043e6d36d241ada95003c9014264a4c998c00 (patch) | |
tree | 91313cceeaee632a39afac542121c444e93d9129 /autoconf/autoconf_2.59.oe | |
parent | 2559b746a63dac206bf8ea670e8acecd8a46e806 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into mhcln01.hentges.local:/home/mhentges/OpenEmbedded/packages
2004/09/29 16:41:23+02:00 mn-logistik.de!schurig
fix some INHERIT += "oelint" warnings
BKrev: 415ad06dOGp0_TI_vyRVCWHZOjrasg
Diffstat (limited to 'autoconf/autoconf_2.59.oe')
-rw-r--r-- | autoconf/autoconf_2.59.oe | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/autoconf/autoconf_2.59.oe b/autoconf/autoconf_2.59.oe index 41c8e21058..8863ac476c 100644 --- a/autoconf/autoconf_2.59.oe +++ b/autoconf/autoconf_2.59.oe @@ -1,3 +1,9 @@ +DESCRIPTION = "A package of M4 macros to produce scripts to \ +automatically configure sourcecode." +LICENSE = "GPL" +HOMEPAGE = "http://www.gnu.org/software/autoconf/" +SECTION = "devel" + SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \ file://program_prefix.patch;patch=1 \ file://autoreconf-include.patch;patch=1 \ @@ -7,7 +13,4 @@ SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \ file://autoconf259-update-configscripts.patch;patch=1 \ file://autoheader-nonfatal-warnings.patch;patch=1 \ file://sizeof_types.patch;patch=1" -DESCRIPTION = "A package of M4 macros to produce scripts to \ -automatically configure sourcecode." - inherit autotools |