mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
gosu: upgrade from 1.17 to 1.19
Upgrade gosu from 1.17 to 1.19.
Add extra tag=${PV} parameter in SRC_URI to ensure we're at the
correct srcrev.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
302d136dd9
commit
3fa1ef9051
@ -5,11 +5,11 @@ 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;destsuffix=src/${GO_IMPORT};branch=master;protocol=https \
|
||||
SRC_URI = "git://${GO_IMPORT}.git;destsuffix=src/${GO_IMPORT};branch=master;protocol=https;tag=${PV} \
|
||||
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"
|
||||
SRCREV = "6456aaa0f3c854d199d0f037f068eb97515b7513"
|
||||
#v0.1.0
|
||||
SRCREV_user = "c0711cde08c8fa33857a2c28721659267f49b5e2"
|
||||
#v0.1.0
|
||||
Loading…
x
Reference in New Issue
Block a user