Message ID | 20220815151137.1396680-1-richard.purdie@linuxfoundation.org |
---|---|
State | New |
Headers | show |
Series | gem5/gem5-m5ops: Drop uneeded package inherit | expand |
On Mon, 15 Aug 2022 16:11:37 +0100, Richard Purdie wrote: > 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. Applied, thanks! [1/1] gem5/gem5-m5ops: Drop uneeded package inherit commit: 2327cb30337d7ac1912bf0a17cf26f77f456c4f8 Best regards,
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"
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> --- meta-gem5/recipes-devtools/gem5/gem5-m5ops_20.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)