murphy: correct wrong EXTRA_OECONF value 52/25152/1
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 30 Jul 2014 09:25:05 +0000 (11:25 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 30 Jul 2014 09:25:05 +0000 (11:25 +0200)
The generated value for EXTRA_OECONF contains the "make clean" and
"make" commands.

Change-Id: I4925de046be07abbe56418d2bec5fbe9c0568955
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
recipes-tizen/murphy/murphy-extraconf.inc

index e69de29..6b1a10b 100644 (file)
@@ -0,0 +1,6 @@
+EXTRA_OECONF = " $CONFIG_OPTIONS --with-dynamic-plugins=$DYNAMIC_PLUGINS"
+
+do_compile_append() {
+    make clean
+    make ${PARALLEL_MAKE} $V
+}
\ No newline at end of file