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.57.bb | |
parent | 1a6da1c53201f1ecb158a57e54afb16fa48e2528 (diff) |
autoconf: unify recipes
Diffstat (limited to 'packages/autoconf/autoconf_2.57.bb')
-rw-r--r-- | packages/autoconf/autoconf_2.57.bb | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/packages/autoconf/autoconf_2.57.bb b/packages/autoconf/autoconf_2.57.bb index 48726b1605..6c2906a362 100644 --- a/packages/autoconf/autoconf_2.57.bb +++ b/packages/autoconf/autoconf_2.57.bb @@ -1,9 +1,2 @@ -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." - +require autoconf.inc PR = "r1" -SECTION = "devel" -inherit autotools |