meta-tizen: edbus, elementary: update recipes
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Mon, 25 Aug 2014 08:22:11 +0000 (10:22 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 17:22:06 +0000 (09:22 -0800)
Remove dependency to doxygen.

Bug-Tizen: BTY-31
Change-Id: Ide89f4781c8bfee46452d9ad9f9069c69171dc8e
(From meta-tizen rev: 1ced18697ef5c61856fe720c43ac9085089b7558)

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

index e5f43a4..8695c59 100644 (file)
@@ -29,7 +29,6 @@ DEPENDS = ""
 DEPENDS += "evas"
 DEPENDS += "ecore"
 DEPENDS += "dbus"
-DEPENDS += "doxygen"
 DEPENDS += "eina"
 
 do_prep() {
@@ -64,7 +63,7 @@ do_compile() {
 EXTRA_OECONF += " --disable-static"
 
 do_install() {
- echo export RPM_BUILD_ROOT=${D}
+ export RPM_BUILD_ROOT=${D}
  cd ${S}
  LANG=C
  export LANG
index 3e11cd3..a2b4ecc 100644 (file)
@@ -37,7 +37,6 @@ DEPENDS = ""
 DEPENDS += "edje"
 DEPENDS += "ethumb"
 DEPENDS += "edbus"
-DEPENDS += "doxygen"
 inherit pythonnative
 DEPENDS += "eet"
 #Replace "DEPENDS" on gettext by "inherit gettext"
@@ -84,7 +83,7 @@ do_compile() {
 EXTRA_OECONF += " --disable-static --enable-ecore-wayland --disable-ecore-x --disable-build-examples "
 
 do_install() {
- echo export RPM_BUILD_ROOT=${D}
+ export RPM_BUILD_ROOT=${D}
  cd ${S}
  LANG=C
  export LANG