aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>2016-10-13 09:30:11 +0900
committerKazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>2016-10-13 09:30:11 +0900
commit68ccaef06102dcc22a3e06850336ae16f591086a (patch)
tree6b6bcd4c36f57aaecd35b958af2ea4497d553cc8
parentdaf9bab7f179dee5f4226f2f791475d1275a9585 (diff)
Remove unnecesarry code from amhelloworld
Elementary is already removed from tizen-application-manager. Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
-rw-r--r--meta-application-manager/recipes-application-framework/heynoti/heynoti.inc1
-rw-r--r--meta-application-manager/recipes-examples/amhelloworld/amhelloworld.inc2
-rw-r--r--meta-application-manager/recipes-examples/amhelloworld/files/amhelloworld.h2
3 files changed, 1 insertions, 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 <Elementary.h>
+//#include <Elementary.h>
#if !defined(PACKAGE)
#define PACKAGE "org.tizen.amhelloworld" // for appcore_set_i18n()