From 457f051ba4a114f14f7bc72795a4835a94b8ddd4 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sun, 8 Jun 2014 15:04:17 +0200 Subject: Use generic bbappend files This uses the % wildcard for recipe matching. remove the deprecated PRINC variable while at it. --- recipes-devtools/mtd/mtd-utils_%.bbappend | 3 +++ recipes-devtools/mtd/mtd-utils_1.5.0.bbappend | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 recipes-devtools/mtd/mtd-utils_%.bbappend delete mode 100644 recipes-devtools/mtd/mtd-utils_1.5.0.bbappend (limited to 'recipes-devtools') diff --git a/recipes-devtools/mtd/mtd-utils_%.bbappend b/recipes-devtools/mtd/mtd-utils_%.bbappend new file mode 100644 index 0000000..91e4c8f --- /dev/null +++ b/recipes-devtools/mtd/mtd-utils_%.bbappend @@ -0,0 +1,3 @@ +#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 -m32' 'BUILDDIR=${S}'" diff --git a/recipes-devtools/mtd/mtd-utils_1.5.0.bbappend b/recipes-devtools/mtd/mtd-utils_1.5.0.bbappend deleted file mode 100644 index 91e4c8f..0000000 --- a/recipes-devtools/mtd/mtd-utils_1.5.0.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 -m32' 'BUILDDIR=${S}'" -- cgit v1.2.3