From 49e88a827c202d1fbc61359a807fb45246d86fe7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Thu, 21 Aug 2014 14:50:27 +0200 Subject: [PATCH] meta-tizen: weekeyboard: correct path to edje_cc MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Correct wrong path to binary edje_cc (was looking for it in the host bindir instead of the correct staging dir). Also update the recipe. Change-Id: Ia111ba03d8ebf2db025b9fed35e9893334a87997 (From meta-tizen rev: e9ef496423e4e33c18ee489170ffacfd96a07fd7) Signed-off-by: Kévin THIERRY Signed-off-by: Patrick Ohly --- meta-tizen/recipes-tizen/weekeyboard/weekeyboard-extraconf.inc | 1 + meta-tizen/recipes-tizen/weekeyboard/weekeyboard.inc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-tizen/recipes-tizen/weekeyboard/weekeyboard-extraconf.inc b/meta-tizen/recipes-tizen/weekeyboard/weekeyboard-extraconf.inc index e69de29..305e664 100644 --- a/meta-tizen/recipes-tizen/weekeyboard/weekeyboard-extraconf.inc +++ b/meta-tizen/recipes-tizen/weekeyboard/weekeyboard-extraconf.inc @@ -0,0 +1 @@ +EXTRA_OECONF += " --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc " diff --git a/meta-tizen/recipes-tizen/weekeyboard/weekeyboard.inc b/meta-tizen/recipes-tizen/weekeyboard/weekeyboard.inc index cea0330..f9c2d4a 100644 --- a/meta-tizen/recipes-tizen/weekeyboard/weekeyboard.inc +++ b/meta-tizen/recipes-tizen/weekeyboard/weekeyboard.inc @@ -66,7 +66,7 @@ do_compile() { EXTRA_OECONF += " --disable-ibus" do_install() { - echo export RPM_BUILD_ROOT=${D} + export RPM_BUILD_ROOT=${D} cd ${S} LANG=C export LANG -- 2.7.4