diff options
Diffstat (limited to 'meta/packages/autoconf/autoconf_2.63.bb')
-rw-r--r-- | meta/packages/autoconf/autoconf_2.63.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/packages/autoconf/autoconf_2.63.bb b/meta/packages/autoconf/autoconf_2.63.bb new file mode 100644 index 0000000000..03bcc18513 --- /dev/null +++ b/meta/packages/autoconf/autoconf_2.63.bb | |||
@@ -0,0 +1,17 @@ | |||
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" \ No newline at end of file | ||