blob: 8c81aff6584f72a71e8c45de8bc9609208086597 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
require autoconf.inc
PR = "${INC_PR}.0"
DEFAULT_PREFERENCE = "-1"
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"
SRC_URI_append_virtclass-native = " file://fix_path_xtra.patch;patch=1"
|