diff mbox series

[meta-arago,master] mtd-utils: Adjust to upstream recipe changes

Message ID 20241206143455.14514-1-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master] mtd-utils: Adjust to upstream recipe changes | expand

Commit Message

Ryan Eatmon Dec. 6, 2024, 2:34 p.m. UTC
The upstream recipe name changed, so use % to better match in the
future. Also, upstream now has the BBCLASSEXTEND += "nativesdk", so we
can drop that.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 .../mtd/{mtd-utils_git.bbappend => mtd-utils_%.bbappend}        | 2 --
 1 file changed, 2 deletions(-)
 rename meta-arago-test/recipes-devtools/mtd/{mtd-utils_git.bbappend => mtd-utils_%.bbappend} (97%)
diff mbox series

Patch

diff --git a/meta-arago-test/recipes-devtools/mtd/mtd-utils_git.bbappend b/meta-arago-test/recipes-devtools/mtd/mtd-utils_%.bbappend
similarity index 97%
rename from meta-arago-test/recipes-devtools/mtd/mtd-utils_git.bbappend
rename to meta-arago-test/recipes-devtools/mtd/mtd-utils_%.bbappend
index 341d0600..1120e87a 100644
--- a/meta-arago-test/recipes-devtools/mtd/mtd-utils_git.bbappend
+++ b/meta-arago-test/recipes-devtools/mtd/mtd-utils_%.bbappend
@@ -6,8 +6,6 @@  SRC_URI:remove = "git://git.infradead.org/mtd-utils.git;branch=master \
 SRC_URI:prepend = "git://git.infraroot.at/mtd-utils.git;branch=master;protocol=https \
 "
 
-BBCLASSEXTEND += "nativesdk"
-
 EXTRA_OEMAKE = "'CC=${CC} ${CFLAGS} ${@bb.utils.contains('PACKAGECONFIG', 'xattr', '', '-DWITHOUT_XATTR', d)} -I${S}/include' 'RANLIB=${RANLIB}' 'AR=${AR}' 'BUILDDIR=${S}'"
 
 do_compile:append() {