mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-03 01:40:20 +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:
@@ -28,7 +28,7 @@ inherit scons native
|
|||||||
# google protobuf
|
# google protobuf
|
||||||
# pkgconfig
|
# pkgconfig
|
||||||
# hdf5
|
# 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"
|
boost-native libpng-native"
|
||||||
|
|
||||||
EXTRA_OESCONS = "${GEM5_SCONS_ARGS}"
|
EXTRA_OESCONS = "${GEM5_SCONS_ARGS}"
|
||||||
|
|||||||
Reference in New Issue
Block a user