From: Kévin THIERRY Date: Thu, 21 Aug 2014 12:50:27 +0000 (+0200) Subject: meta-tizen: weekeyboard: correct path to edje_cc X-Git-Tag: rev_ivi_2015_02_04~342 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=49e88a827c202d1fbc61359a807fb45246d86fe7;p=scm%2Fbb%2Ftizen-distro.git meta-tizen: weekeyboard: correct path to edje_cc 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 --- 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