diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-29 16:00:31 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-29 16:00:31 +0000 |
| commit | 50d9304068e5ee151b2bc29e14adbfaabe203738 (patch) | |
| tree | 368f60471b69077cfffe97097cbd08b863adda28 /meta/packages/autoconf/autoconf_2.65.bb | |
| parent | 4420ddc284b4eae1a6165de30de165347a03334c (diff) | |
| download | poky-50d9304068e5ee151b2bc29e14adbfaabe203738.tar.gz | |
autoconf: 2.63 -> 2.65 (not default)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/autoconf/autoconf_2.65.bb')
| -rw-r--r-- | meta/packages/autoconf/autoconf_2.65.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/packages/autoconf/autoconf_2.65.bb b/meta/packages/autoconf/autoconf_2.65.bb new file mode 100644 index 0000000000..ace5ec36ea --- /dev/null +++ b/meta/packages/autoconf/autoconf_2.65.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | require autoconf.inc | ||
| 2 | |||
| 3 | PR = "r1" | ||
| 4 | |||
| 5 | PARALLEL_MAKE = "" | ||
| 6 | |||
| 7 | DEPENDS += "m4-native" | ||
| 8 | RDEPENDS_${PN} = "m4 gnu-config" | ||
| 9 | |||
| 10 | SRC_URI += "file://autoreconf-include.patch;patch=1 \ | ||
| 11 | file://autoreconf-exclude.patch;patch=1 \ | ||
| 12 | file://autoreconf-foreign.patch;patch=1 \ | ||
| 13 | file://autoreconf-gnuconfigize.patch;patch=1 \ | ||
| 14 | file://autoheader-nonfatal-warnings.patch;patch=1 \ | ||
| 15 | ${@['file://path_prog_fixes.patch;patch=1', ''][bb.data.inherits_class('native', d)]}" | ||
| 16 | |||
| 17 | #DEFAULT_PREFERENCE = "-1" | ||
| 18 | |||
| 19 | DEPENDS_virtclass-native = "m4-native gnu-config-native" | ||
| 20 | RDEPENDS_${PN}_virtclass-native = "m4-native gnu-config-native" | ||
| 21 | |||
| 22 | SRC_URI_append_virtclass-native = " file://fix_path_xtra.patch;patch=1" | ||
| 23 | |||
| 24 | BBCLASSEXTEND = "native" | ||
