diff options
Diffstat (limited to 'meta/packages/autoconf/autoconf_2.59.bb')
| -rw-r--r-- | meta/packages/autoconf/autoconf_2.59.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/packages/autoconf/autoconf_2.59.bb b/meta/packages/autoconf/autoconf_2.59.bb new file mode 100644 index 0000000000..3cc962da01 --- /dev/null +++ b/meta/packages/autoconf/autoconf_2.59.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | DESCRIPTION = "A package of M4 macros to produce scripts to \ | ||
| 2 | automatically configure sourcecode." | ||
| 3 | LICENSE = "GPL" | ||
| 4 | HOMEPAGE = "http://www.gnu.org/software/autoconf/" | ||
| 5 | SECTION = "devel" | ||
| 6 | DEPENDS += "m4-native" | ||
| 7 | RDEPENDS_${PN} = "m4 gnu-config" | ||
| 8 | RRECOMMENDS_${PN} = "automake" | ||
| 9 | PR = "r4" | ||
| 10 | |||
| 11 | SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \ | ||
| 12 | file://program_prefix.patch;patch=1 \ | ||
| 13 | file://autoreconf-include.patch;patch=1 \ | ||
| 14 | file://autoreconf-exclude.patch;patch=1 \ | ||
| 15 | file://autoreconf-foreign.patch;patch=1 \ | ||
| 16 | file://autoreconf-gnuconfigize.patch;patch=1 \ | ||
| 17 | file://autoconf259-update-configscripts.patch;patch=1 \ | ||
| 18 | file://autoheader-nonfatal-warnings.patch;patch=1 \ | ||
| 19 | file://sizeof_types.patch;patch=1 \ | ||
| 20 | file://autoconf-x.patch;patch=1 \ | ||
| 21 | ${@['file://path_prog_fixes.patch;patch=1', ''][bb.data.inherits_class('native', d)]}" | ||
| 22 | inherit autotools | ||
