citadel/meta/recipes-devtools/m4/m4-native_1.4.18.bb
brl 098b8f982b Squashed 'poky/' content from commit 4469acdf1d
git-subtree-dir: poky
git-subtree-split: 4469acdf1d0338220f3fe2ecb5e079eea6fda375
2017-12-04 16:35:29 -05:00

15 lines
295 B
BlitzBasic

require m4-${PV}.inc
inherit native
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
}
UPSTREAM_CHECK_URI = "${GNU_MIRROR}/m4/"