meta-arm.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gem5/gem5-native: add missing m4-native DEPENDS
@ 2021-10-18 11:22 Ross Burton
  0 siblings, 0 replies; only message in thread
From: Ross Burton @ 2021-10-18 11:22 UTC (permalink / raw)
  To: meta-arm

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>
---
 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}"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-18 11:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-18 11:22 [PATCH] gem5/gem5-native: add missing m4-native DEPENDS Ross Burton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).