Message ID | 20250108084226.117178-7-alex.kanavin@gmail.com |
---|---|
State | Accepted, archived |
Commit | 2c0e20fca1491adfef4f79b0088664f587ade4fd |
Headers | show |
Series | [01/20] ppp: update 2.5.1 -> 2.5.2 | expand |
diff --git a/meta/recipes-extended/go-examples/go-helloworld_0.1.bb b/meta/recipes-extended/go-examples/go-helloworld_0.1.bb index 1e911e16940..4d2b5b63bc9 100644 --- a/meta/recipes-extended/go-examples/go-helloworld_0.1.bb +++ b/meta/recipes-extended/go-examples/go-helloworld_0.1.bb @@ -6,7 +6,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" SRC_URI = "git://go.googlesource.com/example;branch=master;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}" -SRCREV = "d7b0ac1278591aea848a99258ccfdee8e4d454c1" +SRCREV = "40afcb705d05179afce97d51b6677e46b5b48bf5" UPSTREAM_CHECK_COMMITS = "1" GO_IMPORT = "golang.org/x/example"