summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2021-08-14 13:18:31 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2021-08-14 13:18:31 +0200
commit16bc9c9fc8fa6a040fe981eb643d405c35014fda (patch)
tree7da6b2c0956923fce24ff9f161736911df9610c0
parent3b6aff8e309ec8fb45b1492477d6c2e848da4060 (diff)
mtd-utils: drop unneeded bbappend
This was needed for the update scripts for the colibri-vf machine. The machine got dropped, so drop this bbappend also. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-devtools/mtd/mtd-utils_%.bbappend3
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-devtools/mtd/mtd-utils_%.bbappend b/recipes-devtools/mtd/mtd-utils_%.bbappend
deleted file mode 100644
index d70de74..0000000
--- a/recipes-devtools/mtd/mtd-utils_%.bbappend
+++ /dev/null
@@ -1,3 +0,0 @@
-#EXTRA_OEMAKE = "'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}' 'CFLAGS=${CFLAGS} -I${S}/include -DWITHOUT_XATTR' 'BUILDDIR=${S}'"
-#we want mkfs.ubifs binary to run on a 32-bit architecture, on x86_64 this requires the 32-bit compatibility libs
-EXTRA_OEMAKE_class-native = "'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}' 'CFLAGS=${CFLAGS} -I${S}/include -DWITHOUT_XATTR' 'BUILDDIR=${S}'"