From 3d4df1cb6cb0914102d51e6d7fdfb5371ac7b157 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Fri, 5 Sep 2014 10:00:59 +0200 Subject: [PATCH] Fix murphy build Change-Id: I9c6eb6db29e0dd02941b8453d2dc04857d25b461 Signed-off-by: Ronan Le Martret --- recipes-tizen/murphy/murphy.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-tizen/murphy/murphy.inc b/recipes-tizen/murphy/murphy.inc index 6455bd9..c1e3bf8 100644 --- a/recipes-tizen/murphy/murphy.inc +++ b/recipes-tizen/murphy/murphy.inc @@ -172,7 +172,7 @@ do_compile() { } -EXTRA_OECONF += " $CONFIG_OPTIONS --with-dynamic-plugins=$DYNAMIC_PLUGINS && make clean && make -j$(($NUM_CPUS + 1)) $V" +EXTRA_OECONF += " $CONFIG_OPTIONS --with-dynamic-plugins=$DYNAMIC_PLUGINS " do_install() { export RPM_BUILD_ROOT=${D} -- 2.7.4