From: Changqing Li <[email protected]> This is for fixing the following error of 'bitbake meta-go-toolchain' when multilib is enabled: Error: Transaction test error: file /usr/bin/go conflicts between attempted installs of go-1.25.4-r0.x86_64_v3 and lib32-go-1.25.4-r0.core2_32 file /usr/bin/gofmt conflicts between attempted installs of go-1.25.4-r0.x86_64_v3 and lib32-go-1.25.4-r0.core2_32
Package go only contains some tools, it is not needed to be installed into sdk, target go tools is not expected to be used in sdk. Signed-off-by: Changqing Li <[email protected]> --- meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb | 1 - 1 file changed, 1 deletion(-) 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 \ " -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#228207): https://lists.openembedded.org/g/openembedded-core/message/228207 Mute This Topic: https://lists.openembedded.org/mt/116857356/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
