| Message ID | 20251219102956.442714-1-changqing.li@windriver.com |
|---|---|
| State | New |
| Headers | show |
| Series | packagegroup-go-sdk-target: remove go from packagegroup | expand |
On Fri, 19 Dec 2025 at 11:30, Changqing Li via lists.openembedded.org <changqing.li=windriver.com@lists.openembedded.org> wrote: > RDEPENDS:${PN} = " \ > - go \ > go-runtime \ > go-runtime-dev \ > " These packagegroups are intended to provide the entire toolchain, including the compiler. Alex
diff --git a/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb b/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb index c03918acc8..52dba3d2ff 100644 --- a/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb +++ b/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb @@ -3,7 +3,6 @@ SUMMARY = "Target packages for the Go SDK" inherit packagegroup goarch RDEPENDS:${PN} = " \ - go \ go-runtime \ go-runtime-dev \ "