mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
(From OE-Core rev: a07e6449a19deec698f6682c97f8f5c8d3b51486) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
253 B
BlitzBasic
13 lines
253 B
BlitzBasic
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
|