mirror of
https://git.yoctoproject.org/poky
synced 2026-09-16 00:49:32 +02:00
m4: upgrade from 1.4.13 to 1.4.15
And update recipe checksums Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
88dbadfa45
commit
01e53cad77
12
meta/recipes-devtools/m4/m4-native_1.4.15.bb
Normal file
12
meta/recipes-devtools/m4/m4-native_1.4.15.bb
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user