aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2013-10-01 21:31:10 +0200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-10-03 18:53:08 +0100
commitcc6606d80ecadae1ebab27bca294ddfefb09cf86 (patch)
tree4c16db63dabc973bf71611f6861db1ce563d7e00
parent2cdd5c8f05ff33264c148545e715265a10cc33d7 (diff)
downloadmeta-handheld-cc6606d80ecadae1ebab27bca294ddfefb09cf86.tar.gz
nandlogical: remove unnecessary EXTRA_OEMAKE
This is cruft from development: the recipe simply calls klcc Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
-rw-r--r--recipes-bsp/zaurus-utils/nandlogical_1.1.0.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-bsp/zaurus-utils/nandlogical_1.1.0.bb b/recipes-bsp/zaurus-utils/nandlogical_1.1.0.bb
index 0fb6e2c..6ef4193 100644
--- a/recipes-bsp/zaurus-utils/nandlogical_1.1.0.bb
+++ b/recipes-bsp/zaurus-utils/nandlogical_1.1.0.bb
@@ -12,8 +12,6 @@ SRC_URI[sha256sum] = "0d02edc12509f6dc98cded37c68238f939c522cbd398fd527785a1e7e3
S = "${WORKDIR}/survive-1.1.0"
-EXTRA_OEMAKE_class-klibc = "-static -I${STAGING_INCDIR}"
-
do_compile () {
${CC} ${CFLAGS} ${LDFLAGS} nandlogical.c -o nandlogical
}