Message ID | 20250613020908.2880888-1-guocai.he.cn@windriver.com |
---|---|
State | Changes Requested |
Delegated to: | Steve Sakoman |
Headers | show |
Series | [kirkstone,1/1] babeltrace/libatomic-ops: correct the SRC_URI | expand |
On Thu, Jun 12, 2025 at 7:09 PM guocai he via lists.openembedded.org <guocai.he.cn=windriver.com@lists.openembedded.org> wrote: > > From: Guocai He <guocai.he.cn@windriver.com> > > The old SRC_URIs are not available and need to update. > > Signed-off-by: Guocai He <guocai.he.cn@windriver.com> > --- > meta/recipes-kernel/lttng/babeltrace_1.5.11.bb | 2 +- > meta/recipes-support/libatomic-ops/libatomic-ops_7.6.14.bb | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb b/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb > index fb62937819..d9c56d038b 100644 > --- a/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb > +++ b/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb > @@ -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 \ > file://0001-Handle-negative-time-and-offset-from-Epoch.patch \ > file://0002-babeltrace-fix-bug-in-stream-intersection-option.patch \ This patch will not apply -- the above two lines are not present in kirkstone HEAD. Steve > diff --git a/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.14.bb b/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.14.bb > index fad92df507..69d8a266f6 100644 > --- a/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.14.bb > +++ b/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.14.bb > @@ -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" > > -- > 2.34.1 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#218547): https://lists.openembedded.org/g/openembedded-core/message/218547 > Mute This Topic: https://lists.openembedded.org/mt/113618118/3620601 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [steve@sakoman.com] > -=-=-=-=-=-=-=-=-=-=-=- >
diff --git a/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb b/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb index fb62937819..d9c56d038b 100644 --- a/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb +++ b/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb @@ -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 \ file://0001-Handle-negative-time-and-offset-from-Epoch.patch \ file://0002-babeltrace-fix-bug-in-stream-intersection-option.patch \ diff --git a/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.14.bb b/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.14.bb index fad92df507..69d8a266f6 100644 --- a/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.14.bb +++ b/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.14.bb @@ -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"