diff options
| author | Fabio Estevam <festevam@gmail.com> | 2025-09-20 09:15:14 -0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-09-21 08:21:26 -0700 |
| commit | 7b0e0d225af96f4224039e6b7f3afd84beba83f6 (patch) | |
| tree | 68923d1c1a0b2c03b0885cdc3a455040217c68d2 /meta-oe/recipes-support/crucible | |
| parent | 4989be90d8936125a671a4aed6cf42d72ad1e8f4 (diff) | |
| download | meta-openembedded-7b0e0d225af96f4224039e6b7f3afd84beba83f6.tar.gz | |
crucible: Inherit 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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/crucible')
| -rw-r--r-- | meta-oe/recipes-support/crucible/crucible_2025.05.28.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 9c5d534890..2f9c14e700 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 = "\ | |||
| 16 | ${GO_IMPORT}/cmd/habtool \ | 16 | ${GO_IMPORT}/cmd/habtool \ |
| 17 | " | 17 | " |
| 18 | 18 | ||
| 19 | inherit go-mod | 19 | inherit go-mod go-mod-update-modules |
