diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2006-12-16 14:01:34 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2006-12-16 14:01:34 +0000 |
commit | b29928b022bd34c6c8e902c0b311b4b69e1d36ec (patch) | |
tree | 468b91229c77324300bb05f723d35f81f10989ea /packages/autoconf/autoconf_2.59.bb | |
parent | 0729b190f2a0e92b6a66f958803350e738cc376c (diff) | |
parent | 9e38546bebf75735da5dd957b7e4a3b54aa594ae (diff) |
merge of 'a1ac08321d149b2fdf0a8556eee3e9606457d69c'
and 'f8367e2de589c7255122fe3367ff2f636e8ee6b1'
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 |