mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
13 lines
252 B
BlitzBasic
13 lines
252 B
BlitzBasic
require m4_${PV}.bb
|
|
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
|
|
}
|
|
|