summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/m4/m4-native_1.4.9.bb
blob: 23a21d0939acf7606085dbcbc29f92398096919b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require m4-${PV}.inc

INHIBIT_AUTOTOOLS_DEPS = "1"
DEPENDS += "gnu-config-native"

do_configure()  {
	install -m 0644 ${STAGING_DATADIR}/gnu-config/config.sub .
	install -m 0644 ${STAGING_DATADIR}/gnu-config/config.guess .
	oe_runconf
}

inherit native