From 68ccaef06102dcc22a3e06850336ae16f591086a Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Thu, 13 Oct 2016 09:30:11 +0900 Subject: Remove unnecesarry code from amhelloworld Elementary is already removed from tizen-application-manager. Signed-off-by: Kazumasa Mitsunari --- .../recipes-application-framework/heynoti/heynoti.inc | 1 - meta-application-manager/recipes-examples/amhelloworld/amhelloworld.inc | 2 -- .../recipes-examples/amhelloworld/files/amhelloworld.h | 2 +- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/meta-application-manager/recipes-application-framework/heynoti/heynoti.inc b/meta-application-manager/recipes-application-framework/heynoti/heynoti.inc index 1681e79..56ff0d5 100644 --- a/meta-application-manager/recipes-application-framework/heynoti/heynoti.inc +++ b/meta-application-manager/recipes-application-framework/heynoti/heynoti.inc @@ -32,7 +32,6 @@ DEPENDS += "tizen-platform-config" inherit pkgconfig DEPENDS += "dlog" DEPENDS += "glib-2.0" -#DEPENDS += "ecore" do_prep() { cd ${S} diff --git a/meta-application-manager/recipes-examples/amhelloworld/amhelloworld.inc b/meta-application-manager/recipes-examples/amhelloworld/amhelloworld.inc index 9a1f8c9..b92ce7d 100644 --- a/meta-application-manager/recipes-examples/amhelloworld/amhelloworld.inc +++ b/meta-application-manager/recipes-examples/amhelloworld/amhelloworld.inc @@ -19,8 +19,6 @@ RDEPENDS = "" inherit tizen_cmake DEPENDS += "app-core app-core-efl-dev" inherit pkgconfig -DEPENDS += "ecore" -DEPENDS += "elementary" do_prep() { cd ${S} diff --git a/meta-application-manager/recipes-examples/amhelloworld/files/amhelloworld.h b/meta-application-manager/recipes-examples/amhelloworld/files/amhelloworld.h index 9d53d35..a1d66ba 100644 --- a/meta-application-manager/recipes-examples/amhelloworld/files/amhelloworld.h +++ b/meta-application-manager/recipes-examples/amhelloworld/files/amhelloworld.h @@ -2,7 +2,7 @@ #ifndef __AMHELLOWORLD_H__ #define __AMHELLOWORLD_H__ -#include +//#include #if !defined(PACKAGE) #define PACKAGE "org.tizen.amhelloworld" // for appcore_set_i18n() -- cgit 1.2.3-korg