diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-05-18 18:18:44 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-05-23 08:44:41 -0700 |
commit | 9d17f797f39f3bced3973eb2a877f0cfa45f78cf (patch) | |
tree | b699b7bb73c43dc7426923c9658d234e002bb93f | |
parent | bc654c300fdad3632d6753d9b31beb8e1c434d3d (diff) | |
download | meta-openembedded-9d17f797f39f3bced3973eb2a877f0cfa45f78cf.tar.gz |
gosu: Adjust for UNPACKDIR/WORKDIR rework
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/gosu/gosu_1.17.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/gosu/gosu_1.17.bb b/meta-oe/recipes-support/gosu/gosu_1.17.bb index a29d6bce4..6a4441fc2 100644 --- a/meta-oe/recipes-support/gosu/gosu_1.17.bb +++ b/meta-oe/recipes-support/gosu/gosu_1.17.bb | |||
@@ -5,9 +5,9 @@ LICENSE = "Apache-2.0 " | |||
5 | LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 5 | LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
6 | 6 | ||
7 | GO_IMPORT = "github.com/tianon/gosu" | 7 | GO_IMPORT = "github.com/tianon/gosu" |
8 | SRC_URI = "git://${GO_IMPORT}.git;branch=master;protocol=https \ | 8 | SRC_URI = "git://${GO_IMPORT}.git;destsuffix=src/${GO_IMPORT};branch=master;protocol=https \ |
9 | git://github.com/moby/sys;name=user;destsuffix=${S}/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=${S}/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 | " |
12 | SRCREV = "0d1847490b448a17eb347e5e357f2c0478df87ad" | 12 | SRCREV = "0d1847490b448a17eb347e5e357f2c0478df87ad" |
13 | #v0.1.0 | 13 | #v0.1.0 |
@@ -17,6 +17,7 @@ SRCREV_sys = "95e765b1cc43ac521bd4fd501e00774e34401449" | |||
17 | 17 | ||
18 | SRCREV_FORMAT .= "_user_sys" | 18 | SRCREV_FORMAT .= "_user_sys" |
19 | 19 | ||
20 | S = "${UNPACKDIR}" | ||
20 | inherit go | 21 | inherit go |
21 | 22 | ||
22 | CGO_ENABLED = "1" | 23 | CGO_ENABLED = "1" |