* [PATCH 1/2] blktrace: correct SRC_URI
@ 2026-02-17 10:50 Alexander Kanavin
2026-02-17 10:50 ` [PATCH 2/2] ifupdown: correct upstream version check Alexander Kanavin
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Kanavin @ 2026-02-17 10:50 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
From: Alexander Kanavin <alex@linutronix.de>
AI scrapers prompted the move:
https://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git/commit/?id=9b24b42ef59d2e8015957db3dd70ffedb7ebcfe8
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
meta/recipes-kernel/blktrace/blktrace_1.3.0.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-kernel/blktrace/blktrace_1.3.0.bb b/meta/recipes-kernel/blktrace/blktrace_1.3.0.bb
index f053490409..2c1b6b1d6c 100644
--- a/meta/recipes-kernel/blktrace/blktrace_1.3.0.bb
+++ b/meta/recipes-kernel/blktrace/blktrace_1.3.0.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
DEPENDS = "libaio"
-SRC_URI = "git://git.kernel.dk/blktrace.git;protocol=https;branch=master \
+SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git;protocol=https;branch=master \
file://0001-bno_plot.py-btt_plot.py-Ask-for-python3-specifically.patch \
"
--
2.47.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH 2/2] ifupdown: correct upstream version check
2026-02-17 10:50 [PATCH 1/2] blktrace: correct SRC_URI Alexander Kanavin
@ 2026-02-17 10:50 ` Alexander Kanavin
0 siblings, 0 replies; 2+ messages in thread
From: Alexander Kanavin @ 2026-02-17 10:50 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
From: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
meta/recipes-core/ifupdown/ifupdown_0.8.45.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-core/ifupdown/ifupdown_0.8.45.bb b/meta/recipes-core/ifupdown/ifupdown_0.8.45.bb
index c78fb73398..4afd4f1095 100644
--- a/meta/recipes-core/ifupdown/ifupdown_0.8.45.bb
+++ b/meta/recipes-core/ifupdown/ifupdown_0.8.45.bb
@@ -17,6 +17,7 @@ SRC_URI = "git://salsa.debian.org/debian/ifupdown.git;protocol=https;branch=mast
file://tweak-ptest-script.patch \
"
SRCREV = "9ec193ec5a36f94ac8c647cdb6fe9b49c1a26fed"
+UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
inherit ptest update-alternatives
--
2.47.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-02-17 10:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-17 10:50 [PATCH 1/2] blktrace: correct SRC_URI Alexander Kanavin
2026-02-17 10:50 ` [PATCH 2/2] ifupdown: correct upstream version check Alexander Kanavin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox