1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-05 14:30:10 +00:00

gem5/gem5-m5ops: Drop uneeded package inherit

package is always inheritted by the base classes so the recipe does not
need to do this. This became an error with recent bitbake changes, fix
things by removing it.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Richard Purdie
2022-08-15 16:11:37 +01:00
committed by Jon Mason
parent 74cab68b96
commit 2327cb3033
@@ -1,5 +1,5 @@
require gem5-source_20.inc
inherit scons package
inherit scons
HOMEPAGE = "https://www.gem5.org/documentation/general_docs/m5ops"
SUMMARY = "m5ops provide pseudo-instructions to trigger gem5 functionality"