summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2024-03-07 10:42:38 +0800
committerKhem Raj <raj.khem@gmail.com>2024-03-08 10:07:25 -0800
commitbe21057c22d18b2625ba8d087030ebc16cc1cf83 (patch)
treed5ee7a5fa8f5e9d9faee6508076ea105c02ab1ee /meta-oe/recipes-support
parent297c8b2031e646bac93967e473878e892d6a899d (diff)
downloadmeta-openembedded-be21057c22d18b2625ba8d087030ebc16cc1cf83.tar.gz
gosu: Upgrade to 1.17
The new version is built on github.com/moby/sys/user 0.1.0 [1]. [1] https://github.com/tianon/gosu/releases/tag/1.17 Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/gosu/gosu_1.17.bb (renamed from meta-oe/recipes-support/gosu/gosu_1.16.bb)13
1 files changed, 8 insertions, 5 deletions
diff --git a/meta-oe/recipes-support/gosu/gosu_1.16.bb b/meta-oe/recipes-support/gosu/gosu_1.17.bb
index 70c7275bc..a29d6bce4 100644
--- a/meta-oe/recipes-support/gosu/gosu_1.16.bb
+++ b/meta-oe/recipes-support/gosu/gosu_1.17.bb
@@ -6,13 +6,16 @@ LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=3b83ef96387f14655fc854dd
6 6
7GO_IMPORT = "github.com/tianon/gosu" 7GO_IMPORT = "github.com/tianon/gosu"
8SRC_URI = "git://${GO_IMPORT}.git;branch=master;protocol=https \ 8SRC_URI = "git://${GO_IMPORT}.git;branch=master;protocol=https \
9 git://github.com/opencontainers/runc;name=runc;destsuffix=${S}/src/github.com/opencontainers/runc;branch=main;protocol=https \ 9 git://github.com/moby/sys;name=user;destsuffix=${S}/src/github.com/moby/sys;branch=main;protocol=https \
10 git://github.com/golang/sys;name=sys;destsuffix=${S}/src/golang.org/x/sys;branch=master;protocol=https \
10" 11"
11SRCREV = "0e7347714352cd7f2e5edc9d2cf838d9934e6036" 12SRCREV = "0d1847490b448a17eb347e5e357f2c0478df87ad"
12#v1.1.0 13#v0.1.0
13SRCREV_runc = "067aaf8548d78269dcb2c13b856775e27c410f9c" 14SRCREV_user = "c0711cde08c8fa33857a2c28721659267f49b5e2"
15#v0.1.0
16SRCREV_sys = "95e765b1cc43ac521bd4fd501e00774e34401449"
14 17
15SRCREV_FORMAT .= "_runc" 18SRCREV_FORMAT .= "_user_sys"
16 19
17inherit go 20inherit go
18 21