aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/autoconf/autoconf_2.63.bb
blob: 6963baf16907081c0e9872d65f6c514ebd818b18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
require autoconf.inc

PR = "${INC_PR}.0"

DEFAULT_PREFERENCE = "-1"

PARALLEL_MAKE = ""

SRC_URI += " \
	   file://autoreconf-exclude.patch;patch=1 \
	   file://autoreconf-foreign.patch;patch=1 \
	   file://autoheader-nonfatal-warnings.patch;patch=1 \
       file://autoreconf-gnuconfigize.patch;patch=1 \
       file://config-site.patch;patch=1 \
	   ${@['file://path_prog_fixes.patch;patch=1', ''][bb.data.inherits_class('native', d)]}"