summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/gosu
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2026-03-13 00:29:48 -0700
committerKhem Raj <raj.khem@gmail.com>2026-03-18 14:33:22 -0700
commit3fa1ef9051d7042d5916280c72ad4f3f9771f8fa (patch)
tree97d7913f415b9b4af2223f4e8c95e86642369a6a /meta-oe/recipes-support/gosu
parent302d136dd992bdbf53e1678237095b1a0a150de5 (diff)
downloadmeta-openembedded-3fa1ef9051d7042d5916280c72ad4f3f9771f8fa.tar.gz
gosu: upgrade from 1.17 to 1.19
Upgrade gosu from 1.17 to 1.19. Add extra tag=${PV} parameter in SRC_URI to ensure we're at the correct srcrev. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/gosu')
-rw-r--r--meta-oe/recipes-support/gosu/gosu_1.19.bb (renamed from meta-oe/recipes-support/gosu/gosu_1.17.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/gosu/gosu_1.17.bb b/meta-oe/recipes-support/gosu/gosu_1.19.bb
index 6a4441fc24..937c45b96e 100644
--- a/meta-oe/recipes-support/gosu/gosu_1.17.bb
+++ b/meta-oe/recipes-support/gosu/gosu_1.19.bb
@@ -5,11 +5,11 @@ LICENSE = "Apache-2.0 "
5LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" 5LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
6 6
7GO_IMPORT = "github.com/tianon/gosu" 7GO_IMPORT = "github.com/tianon/gosu"
8SRC_URI = "git://${GO_IMPORT}.git;destsuffix=src/${GO_IMPORT};branch=master;protocol=https \ 8SRC_URI = "git://${GO_IMPORT}.git;destsuffix=src/${GO_IMPORT};branch=master;protocol=https;tag=${PV} \
9 git://github.com/moby/sys;name=user;destsuffix=src/github.com/moby/sys;branch=main;protocol=https \ 9 git://github.com/moby/sys;name=user;destsuffix=src/github.com/moby/sys;branch=main;protocol=https \
10 git://github.com/golang/sys;name=sys;destsuffix=src/golang.org/x/sys;branch=master;protocol=https \ 10 git://github.com/golang/sys;name=sys;destsuffix=src/golang.org/x/sys;branch=master;protocol=https \
11" 11"
12SRCREV = "0d1847490b448a17eb347e5e357f2c0478df87ad" 12SRCREV = "6456aaa0f3c854d199d0f037f068eb97515b7513"
13#v0.1.0 13#v0.1.0
14SRCREV_user = "c0711cde08c8fa33857a2c28721659267f49b5e2" 14SRCREV_user = "c0711cde08c8fa33857a2c28721659267f49b5e2"
15#v0.1.0 15#v0.1.0