diff options
Diffstat (limited to 'meta/packages/autoconf/autoconf_2.59.bb')
| -rw-r--r-- | meta/packages/autoconf/autoconf_2.59.bb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/packages/autoconf/autoconf_2.59.bb b/meta/packages/autoconf/autoconf_2.59.bb deleted file mode 100644 index 3a5c220a48..0000000000 --- a/meta/packages/autoconf/autoconf_2.59.bb +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 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 | PR = "r5" | ||
| 9 | |||
| 10 | SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \ | ||
| 11 | file://program_prefix.patch;patch=1 \ | ||
| 12 | file://autoreconf-include.patch;patch=1 \ | ||
| 13 | file://autoreconf-exclude.patch;patch=1 \ | ||
| 14 | file://autoreconf-foreign.patch;patch=1 \ | ||
| 15 | file://autoreconf-gnuconfigize.patch;patch=1 \ | ||
| 16 | file://autoconf259-update-configscripts.patch;patch=1 \ | ||
| 17 | file://autoheader-nonfatal-warnings.patch;patch=1 \ | ||
| 18 | file://sizeof_types.patch;patch=1 \ | ||
| 19 | file://autoconf-x.patch;patch=1 \ | ||
| 20 | ${@['file://path_prog_fixes.patch;patch=1', ''][bb.data.inherits_class('native', d)]}" | ||
| 21 | inherit autotools | ||
