[meta-ti][master][PATCH] mtd-utils-ti: Update SRC_URI:remove due to oe-core update

<[email protected]> Thu, 23 Jul 2026 14:00:16 -0500
Newsgroups org.yoctoproject.lists.meta-ti
Message-ID <[email protected]>
From: Antonios Christidis <[email protected]>

The SRC_URI found in the oe-core recipe for mtd-utils has been updated.
Update the SRC_URI:remove to look for the new value.

Signed-off-by: Antonios Christidis <[email protected]>
---
 meta-ti-test/recipes-devtools/mtd/mtd-utils-ti.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-ti-test/recipes-devtools/mtd/mtd-utils-ti.inc b/meta-ti-test/recipes-devtools/mtd/mtd-utils-ti.inc
index 4c4f8028..ad0f2ed1 100644
--- a/meta-ti-test/recipes-devtools/mtd/mtd-utils-ti.inc
+++ b/meta-ti-test/recipes-devtools/mtd/mtd-utils-ti.inc
@@ -1,6 +1,6 @@
 PR:append = ".ti2"
 
-SRC_URI:remove = "git://git.infradead.org/mtd-utils.git;branch=master \
+SRC_URI:remove = "git://git.infradead.org/mtd-utils.git;branch=master;tag=v${PV} \
 "
 
 SRC_URI:prepend = "git://git.infraroot.at/mtd-utils.git;branch=master;protocol=https \
-- 
2.34.1