mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
babeltrace/libatomic-ops: correct the SRC_URI
The old SRC_URIs are not available and need to update. (From OE-Core rev: 94d24ff01573dc1d65078c92150dc252b3e9b145) Signed-off-by: Guocai He <guocai.he.cn@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
parent
cf89524072
commit
91d538d055
|
|
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=76ba15dd76a248e1dd526bca0e2125fa"
|
|||
|
||||
DEPENDS = "glib-2.0 util-linux popt bison-native flex-native"
|
||||
|
||||
SRC_URI = "git://git.efficios.com/babeltrace.git;branch=stable-1.5 \
|
||||
SRC_URI = "git://git.efficios.com/babeltrace.git;protocol=https;branch=stable-1.5 \
|
||||
file://run-ptest \
|
||||
"
|
||||
SRCREV = "91c00f70884887ff5c4849a8e3d47e311a22ba9d"
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
|||
file://doc/LICENSING.txt;md5=dfc50c7cea7b66935844587a0f7389e7 \
|
||||
"
|
||||
|
||||
SRC_URI = "https://github.com/ivmai/libatomic_ops/releases/download/v${PV}/libatomic_ops-${PV}.tar.gz"
|
||||
UPSTREAM_CHECK_URI = "https://github.com/ivmai/libatomic_ops/releases"
|
||||
SRC_URI = "https://github.com/bdwgc/libatomic_ops/releases/download/v${PV}/libatomic_ops-${PV}.tar.gz"
|
||||
UPSTREAM_CHECK_URI = "https://github.com/bdwgc/libatomic_ops/releases"
|
||||
|
||||
SRC_URI[sha256sum] = "390f244d424714735b7050d056567615b3b8f29008a663c262fb548f1802d292"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user