meta-tizen: weekeyboard: correct path to edje_cc
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Thu, 21 Aug 2014 12:50:27 +0000 (14:50 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 17:22:02 +0000 (09:22 -0800)
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 <kevin.thierry@open.eurogiciel.org>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-tizen/recipes-tizen/weekeyboard/weekeyboard-extraconf.inc
meta-tizen/recipes-tizen/weekeyboard/weekeyboard.inc

index cea0330..f9c2d4a 100644 (file)
@@ -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