From 051c15a36d871ba6ae0252923c05f40e6fdefd91 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 15 Jun 2023 10:25:45 -0700 Subject: gosu: Upgrade to 1.16 release ChangeLog is here https://github.com/tianon/gosu/releases/tag/1.15 https://github.com/tianon/gosu/releases/tag/1.16 Signed-off-by: Khem Raj --- meta-oe/recipes-support/gosu/gosu_1.14.bb | 20 -------------------- meta-oe/recipes-support/gosu/gosu_1.16.bb | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 20 deletions(-) delete mode 100644 meta-oe/recipes-support/gosu/gosu_1.14.bb create mode 100644 meta-oe/recipes-support/gosu/gosu_1.16.bb diff --git a/meta-oe/recipes-support/gosu/gosu_1.14.bb b/meta-oe/recipes-support/gosu/gosu_1.14.bb deleted file mode 100644 index 624adf3099..0000000000 --- a/meta-oe/recipes-support/gosu/gosu_1.14.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "Simple Go-based setuid+setgid+setgroups+exec" -HOMEPAGE = "https://github.com/tianon/gosu" -DESCRIPTION = "This is a simple tool grown out of the simple fact that su and sudo have very strange and often annoying TTY and signal-forwarding behavior." -LICENSE = "Apache-2.0 " -LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" - -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 \ -" -SRCREV = "9f7cd138a1ebc0684d43ef6046bf723978e8741f" -SRCREV_runc = "d7f7b22a85a2387557bdcda125710c2506f8d5c5" -inherit go - -do_compile:prepend() { - # New Go versions has Go modules support enabled by default - export GO111MODULE=off -} - -RDEPENDS:${PN}-dev += "bash" diff --git a/meta-oe/recipes-support/gosu/gosu_1.16.bb b/meta-oe/recipes-support/gosu/gosu_1.16.bb new file mode 100644 index 0000000000..b209de16a4 --- /dev/null +++ b/meta-oe/recipes-support/gosu/gosu_1.16.bb @@ -0,0 +1,23 @@ +SUMMARY = "Simple Go-based setuid+setgid+setgroups+exec" +HOMEPAGE = "https://github.com/tianon/gosu" +DESCRIPTION = "This is a simple tool grown out of the simple fact that su and sudo have very strange and often annoying TTY and signal-forwarding behavior." +LICENSE = "Apache-2.0 " +LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" + +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 \ +" +SRCREV = "0e7347714352cd7f2e5edc9d2cf838d9934e6036" +#v1.1.0 +SRCREV_runc = "067aaf8548d78269dcb2c13b856775e27c410f9c" +inherit go + +CGO_ENABLED = "1" + +do_compile:prepend() { + # New Go versions has Go modules support enabled by default + export GO111MODULE=off +} + +RDEPENDS:${PN}-dev += "bash" -- cgit v1.2.3-54-g00ecf