RE: [meta-lts-mixins][scarthgap/go][PATCH 1/7] go-helloworld: upgrade to latest revision
"Marko, Peter" <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <AS8PR10MB5073BE5B6275CF3BC2225665FD0B2@AS8PR10MB5073.EURPRD10.PROD.OUTLOOK.COM> |
This series is now applied. Peter -----Original Message----- From: Marko, Peter (FT D EU SK BFS1) <[email protected]> Sent: Wednesday, May 13, 2026 7:09 PM To: [email protected] Cc: Marko, Peter (FT D EU SK BFS1) <[email protected]>; [email protected] Subject: [meta-lts-mixins][scarthgap/go][PATCH 1/7] go-helloworld: upgrade to latest revision From: Alexander Kanavin <[email protected]> Signed-off-by: Alexander Kanavin <[email protected]> Signed-off-by: Mathieu Dubois-Briand <[email protected]> Signed-off-by: Richard Purdie <[email protected]> (From OE-Core rev: 7f05d217867b2af52b0a28c6d1c91df97e1b5b39) Signed-off-by: Peter Marko <[email protected]> --- recipes-extended/go-examples/go-helloworld_0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/go-examples/go-helloworld_0.1.bb b/recipes-extended/go-examples/go-helloworld_0.1.bb index 3ffe64b..c8401c9 100644 --- a/recipes-extended/go-examples/go-helloworld_0.1.bb +++ b/recipes-extended/go-examples/go-helloworld_0.1.bb @@ -6,7 +6,7 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=7998cb338f82d15c0eff93b7004d272a" SRC_URI = "git://go.googlesource.com/example;branch=master;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}" -SRCREV = "8b405629c4a5215871be932097e099c05ec5cb2e" +SRCREV = "7f05d217867b2af52b0a28c6d1c91df97e1b5b39" UPSTREAM_CHECK_COMMITS = "1" # drop the 'destsuffix' so we make the oe-core backports easier without conflits