From 491cac17fe78969cdee8c4a184ba77d716a9fa08 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 18 Oct 2021 12:22:17 +0100 Subject: [PATCH] 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 Signed-off-by: Jon Mason --- meta-gem5/recipes-devtools/gem5/gem5-native.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gem5/recipes-devtools/gem5/gem5-native.inc b/meta-gem5/recipes-devtools/gem5/gem5-native.inc index a719f726..74b35c98 100644 --- a/meta-gem5/recipes-devtools/gem5/gem5-native.inc +++ b/meta-gem5/recipes-devtools/gem5/gem5-native.inc @@ -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}"