1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-02 01:20:09 +00:00

gem5/gem5-native: add missing m4-native DEPENDS

Latest oe-core has less implicit DEPENDS, so gem5 fails to configure:

Error: Can't find version of M4 macro processor.  Please install M4 and try again.

Explicitly add m4-native to DEPENDS.

Change-Id: I2e107ea6448eec399619e0d1922fd29930a95fd8
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2021-10-18 12:22:17 +01:00
committed by Jon Mason
parent 328d95e27d
commit 491cac17fe
@@ -28,7 +28,7 @@ inherit scons native
# google protobuf
# pkgconfig
# hdf5
DEPENDS += "python3-six-native protobuf-native hdf5-native pkgconfig-native \
DEPENDS += "m4-native python3-six-native protobuf-native hdf5-native pkgconfig-native \
boost-native libpng-native"
EXTRA_OESCONS = "${GEM5_SCONS_ARGS}"