Signed-off-by: Khem Raj <raj.k...@gmail.com>
---
 meta-oe/recipes-support/gosu/gosu_1.17.bb | 7 ++++---
 1 file 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 a29d6bce45..6a4441fc24 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 "
 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/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
 \
+SRC_URI = 
"git://${GO_IMPORT}.git;destsuffix=src/${GO_IMPORT};branch=master;protocol=https
 \
+           
git://github.com/moby/sys;name=user;destsuffix=src/github.com/moby/sys;branch=main;protocol=https
 \
+           
git://github.com/golang/sys;name=sys;destsuffix=src/golang.org/x/sys;branch=master;protocol=https
 \
 "
 SRCREV = "0d1847490b448a17eb347e5e357f2c0478df87ad"
 #v0.1.0
@@ -17,6 +17,7 @@ SRCREV_sys = "95e765b1cc43ac521bd4fd501e00774e34401449"
 
 SRCREV_FORMAT .= "_user_sys"
 
+S = "${UNPACKDIR}"
 inherit go
 
 CGO_ENABLED = "1"
-- 
2.45.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110455): 
https://lists.openembedded.org/g/openembedded-devel/message/110455
Mute This Topic: https://lists.openembedded.org/mt/106228489/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to