Message ID | 20250920121514.587680-1-festevam@gmail.com |
---|---|
State | Under Review |
Headers | show |
Series | crucible: Inherit go-mod-update-modules | expand |
diff --git a/meta-oe/recipes-support/crucible/crucible_2025.05.28.bb b/meta-oe/recipes-support/crucible/crucible_2025.05.28.bb index 9c5d534890c9..2f9c14e7009c 100644 --- a/meta-oe/recipes-support/crucible/crucible_2025.05.28.bb +++ b/meta-oe/recipes-support/crucible/crucible_2025.05.28.bb @@ -16,4 +16,4 @@ GO_INSTALL = "\ ${GO_IMPORT}/cmd/habtool \ " -inherit go-mod +inherit go-mod go-mod-update-modules
Inherit go-mod-update-modules to make future recipe updates easier. Suggested-by: Christian Lindeberg <christian.lindeberg@axis.com> Signed-off-by: Fabio Estevam <festevam@gmail.com> --- meta-oe/recipes-support/crucible/crucible_2025.05.28.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)