meta-tizen: lemolo: correct wrong path to edje_cc
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 20 Aug 2014 13:59:39 +0000 (15:59 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 17:21:57 +0000 (09:21 -0800)
edje_cc is used during the build of lemolo but tried to find the file
"edje_cc" on the host instead of the native sysroot which causes the
build to fail.

Also update the recipe.

Change-Id: I288a067ea0765605bd0556e4310403008237b55a
(From meta-tizen rev: aaf58196a54d4d32ce7818c39a9f55969447f21e)

Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-tizen/recipes-tizen/lemolo/lemolo-extraconf.inc
meta-tizen/recipes-tizen/lemolo/lemolo.inc
meta-tizen/recipes-tizen/lemolo/lemolo_git.bb

index e69de29..9284603 100644 (file)
@@ -0,0 +1,4 @@
+do_configure_prepend() {
+    # Set the path to the binary edje_cc otherwise it will search it in the host rootfs
+    sed -i 's!@edje_cc@!${STAGING_BINDIR_NATIVE}/edje_cc!g' Makefile.am
+}
\ No newline at end of file
index 2400224..0ce8202 100644 (file)
@@ -25,7 +25,6 @@ DEPENDS = ""
 #DEPENDS of lemolo
 #Replace "DEPENDS" on gettext by "inherit gettext"
 inherit gettext
-DEPENDS += "edbus"
 DEPENDS += "pulseaudio"
 DEPENDS += "power"
 DEPENDS += "ofono"
@@ -38,12 +37,13 @@ DEPENDS += "efl"
 DEPENDS += "notification"
 DEPENDS += "elementary"
 DEPENDS += "ecore"
+DEPENDS += "eldbus"
 DEPENDS += "vconf"
 
 do_prep() {
  cd ${S}
  chmod -Rf a+rX,u+w,g-w,o-w ${S}
- #setup -q -n lemolo-0.1.6
+ #setup -q -n lemolo-0.1.7
  
  
 }
@@ -74,7 +74,7 @@ do_compile() {
 EXTRA_OECONF += " --enable-notification --enable-tizen"
 
 do_install() {
- echo export RPM_BUILD_ROOT=${D}
+ export RPM_BUILD_ROOT=${D}
  cd ${S}
  LANG=C
  export LANG
index 059c834..6fbf137 100644 (file)
@@ -4,7 +4,7 @@ PRIORITY = "10"
 
 LIC_FILES_CHKSUM ??= "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
 
-SRC_URI += "git://review.tizen.org/profile/ivi/lemolo;tag=4d73c5d50328dffb0769f7627cdb8cb21ab2f01a;nobranch=1"
+SRC_URI += "git://review.tizen.org/profile/ivi/lemolo;tag=891067cc10ac3c107145ea5af418b1b4888af203;nobranch=1"
 
 BBCLASSEXTEND += " native "