edbus, elementary: update recipes 90/26490/1
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Mon, 25 Aug 2014 08:22:11 +0000 (10:22 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Mon, 25 Aug 2014 08:23:38 +0000 (10:23 +0200)
Remove dependency to doxygen.

Bug-Tizen: BTY-31
Change-Id: Ide89f4781c8bfee46452d9ad9f9069c69171dc8e
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
recipes-tizen/edbus/edbus.inc
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