From 6e8138ca503c0de70ac1793c39c6e6c99297bdb4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Mon, 25 Aug 2014 10:22:11 +0200 Subject: [PATCH] meta-tizen: edbus, elementary: update recipes MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Remove dependency to doxygen. Bug-Tizen: BTY-31 Change-Id: Ide89f4781c8bfee46452d9ad9f9069c69171dc8e (From meta-tizen rev: 1ced18697ef5c61856fe720c43ac9085089b7558) Signed-off-by: Kévin THIERRY Signed-off-by: Patrick Ohly --- meta-tizen/recipes-tizen/edbus/edbus.inc | 3 +-- meta-tizen/recipes-tizen/elementary/elementary.inc | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/meta-tizen/recipes-tizen/edbus/edbus.inc b/meta-tizen/recipes-tizen/edbus/edbus.inc index e5f43a4..8695c59 100644 --- a/meta-tizen/recipes-tizen/edbus/edbus.inc +++ b/meta-tizen/recipes-tizen/edbus/edbus.inc @@ -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 diff --git a/meta-tizen/recipes-tizen/elementary/elementary.inc b/meta-tizen/recipes-tizen/elementary/elementary.inc index 3e11cd3..a2b4ecc 100644 --- a/meta-tizen/recipes-tizen/elementary/elementary.inc +++ b/meta-tizen/recipes-tizen/elementary/elementary.inc @@ -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 -- 2.7.4