diff mbox series

[meta-lts-mixins,scarthgap/go,RFC,06/34] Revert "go: Drop fork of unpack code, mandate GO_SRCURI_DESTSUFFIX"

Message ID 20251113125712.18914-7-peter.marko@siemens.com
State New
Headers show
Series initial scarthgap/go version | expand

Commit Message

Peter Marko Nov. 13, 2025, 12:56 p.m. UTC
From: Jose Quaresma <jose.quaresma@foundries.io>

This reverts commit f3bb48cea8c9794ff9e4d9eb13309c4651a7a226.

This drop the 'destsuffix' overriding the SRC_URI
so we make the oe-core backports easier without conflits.

Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Peter Marko <peter.marko@siemens.com>
---
 recipes-extended/go-examples/go-helloworld_0.1.bb | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/recipes-extended/go-examples/go-helloworld_0.1.bb b/recipes-extended/go-examples/go-helloworld_0.1.bb
index 575ee81..4f9e60d 100644
--- a/recipes-extended/go-examples/go-helloworld_0.1.bb
+++ b/recipes-extended/go-examples/go-helloworld_0.1.bb
@@ -9,6 +9,9 @@  SRC_URI = "git://go.googlesource.com/example;branch=master;protocol=https;destsu
 SRCREV = "32022caedd6a177a7717aa8680cbe179e1045935"
 UPSTREAM_CHECK_COMMITS = "1"
 
+# drop the 'destsuffix' so we make the oe-core backports easier without conflits
+SRC_URI = "git://go.googlesource.com/example;branch=master;protocol=https"
+
 GO_IMPORT = "golang.org/x/example"
 GO_INSTALL = "${GO_IMPORT}/hello"