| Message ID | 20260701075411.1092848-5-twoerner@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | wic: ship the tools it needs where it is packaged | expand |
diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb index 51e48f250b19..a8e59de4bca0 100644 --- a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb +++ b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb @@ -29,6 +29,7 @@ RDEPENDS:${PN} = "\ nativesdk-bison \ nativesdk-flex \ nativesdk-perl-module-integer \ + nativesdk-wic \ " RDEPENDS:${PN}:darwin = "\
wic is useful from an installed SDK for assembling or inspecting a wic image, but it is not part of the host packagegroup, so a user who wants it has to add it themselves. Add nativesdk-wic so it is available by default. AI-Generated: codex/claude-opus 4.8 (xhigh) Signed-off-by: Trevor Woerner <twoerner@gmail.com> --- .../packagegroups/nativesdk-packagegroup-sdk-host.bb | 1 + 1 file changed, 1 insertion(+)