blob: ea0bebd237e6fcf64e19bd001cfbce4ec1315e2e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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"
SRC_URI[autoconf.md5sum] = "7565809ed801bb5726da0631ceab3699"
SRC_URI[autoconf.sha256sum] = "264d7c1c0e268bc77fbe0f308e085545535edfe73f33e27c80219cc0c9c71246"
|