aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
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
parent297c8b2031e646bac93967e473878e892d6a899d (diff)
downloadmeta-openembedded-contrib-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')
-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 70c7275bc4..a29d6bce45 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
GO_IMPORT = "github.com/tianon/gosu"
SRC_URI = "git://${GO_IMPORT}.git;branch=master;protocol=https \
- git://github.com/opencontainers/runc;name=runc;destsuffix=${S}/src/github.com/opencontainers/runc;branch=main;protocol=https \
+ git://github.com/moby/sys;name=user;destsuffix=${S}/src/github.com/moby/sys;branch=main;protocol=https \
+ git://github.com/golang/sys;name=sys;destsuffix=${S}/src/golang.org/x/sys;branch=master;protocol=https \
"
-SRCREV = "0e7347714352cd7f2e5edc9d2cf838d9934e6036"
-#v1.1.0
-SRCREV_runc = "067aaf8548d78269dcb2c13b856775e27c410f9c"
+SRCREV = "0d1847490b448a17eb347e5e357f2c0478df87ad"
+#v0.1.0
+SRCREV_user = "c0711cde08c8fa33857a2c28721659267f49b5e2"
+#v0.1.0
+SRCREV_sys = "95e765b1cc43ac521bd4fd501e00774e34401449"
-SRCREV_FORMAT .= "_runc"
+SRCREV_FORMAT .= "_user_sys"
inherit go