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 <[email protected]> --- .../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 --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() { -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15645): https://lists.yoctoproject.org/g/meta-arago/message/15645 Mute This Topic: https://lists.yoctoproject.org/mt/109958380/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
