diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2006-12-16 13:29:29 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2006-12-16 13:29:29 +0000 |
commit | ce63bda57c45f8900dc35cbfc8e5ec56aa2f4535 (patch) | |
tree | 9155f91fc339244b6197fedbe0b000854cbfb0ee /packages/autoconf/autoconf_2.59.bb | |
parent | 1a6da1c53201f1ecb158a57e54afb16fa48e2528 (diff) |
autoconf: unify recipes
Diffstat (limited to 'packages/autoconf/autoconf_2.59.bb')
-rw-r--r-- | packages/autoconf/autoconf_2.59.bb | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/packages/autoconf/autoconf_2.59.bb b/packages/autoconf/autoconf_2.59.bb index 3a5c220a48..5891d1ec59 100644 --- a/packages/autoconf/autoconf_2.59.bb +++ b/packages/autoconf/autoconf_2.59.bb @@ -1,15 +1,10 @@ -DESCRIPTION = "A package of M4 macros to produce scripts to \ -automatically configure sourcecode." -LICENSE = "GPL" -HOMEPAGE = "http://www.gnu.org/software/autoconf/" -SECTION = "devel" +require autoconf.inc + DEPENDS += "m4-native" RDEPENDS_${PN} = "m4 gnu-config" PR = "r5" -SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \ - file://program_prefix.patch;patch=1 \ - file://autoreconf-include.patch;patch=1 \ +SRC_URI += "file://autoreconf-include.patch;patch=1 \ file://autoreconf-exclude.patch;patch=1 \ file://autoreconf-foreign.patch;patch=1 \ file://autoreconf-gnuconfigize.patch;patch=1 \ @@ -18,4 +13,3 @@ SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \ file://sizeof_types.patch;patch=1 \ file://autoconf-x.patch;patch=1 \ ${@['file://path_prog_fixes.patch;patch=1', ''][bb.data.inherits_class('native', d)]}" -inherit autotools |