1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-26 13:57:59 +00:00

mtd-utils-ti: Update SRC_URI:remove due to oe-core update

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 <a-christidis@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
Antonios Christidis
2026-07-23 14:00:16 -05:00
committed by Ryan Eatmon
parent 885bcd4a7e
commit e1286bc5ef
@@ -1,9 +1,9 @@
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 \
SRC_URI:prepend = "git://git.infraroot.at/mtd-utils.git;branch=master;tag=v${PV};protocol=https \
"
EXTRA_OEMAKE = "'CC=${CC} ${CFLAGS} ${@bb.utils.contains('PACKAGECONFIG', 'xattr', '', '-DWITHOUT_XATTR', d)} -I${S}/include' 'RANLIB=${RANLIB}' 'AR=${AR}' 'BUILDDIR=${S}'"