[PATCH] gem5/gem5-m5ops: Drop uneeded package inherit


Richard Purdie
 

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@...>
---
meta-gem5/recipes-devtools/gem5/gem5-m5ops_20.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-gem5/recipes-devtools/gem5/gem5-m5ops_20.bb b/meta-gem5/recipes-devtools/gem5/gem5-m5ops_20.bb
index 8ff4826..d55ed85 100644
--- a/meta-gem5/recipes-devtools/gem5/gem5-m5ops_20.bb
+++ b/meta-gem5/recipes-devtools/gem5/gem5-m5ops_20.bb
@@ -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"
--
2.34.1

Join {meta-arm@lists.yoctoproject.org to automatically receive all group messages.