From daf9bab7f179dee5f4226f2f791475d1275a9585 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Wed, 12 Oct 2016 22:03:36 +0900 Subject: Fix build errors of appcore Sometimes build errors were occuerd about appcore-efl dependencies. That is because elementary is no longer built due to removing efl dependencies, but appcore-efl.pc.in includes elementary. In addition I removed some unnecessary command in recipes. Signed-off-by: Kazumasa Mitsunari --- .../app-core/files/0002-remove-efl-appcore-efl.patch | 10 ++++++++++ .../recipes-application-framework/heynoti/heynoti.inc | 2 +- .../recipes-application-framework/pkgmgr/pkgmgr.inc | 1 - 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/meta-application-manager/recipes-application-framework/app-core/files/0002-remove-efl-appcore-efl.patch b/meta-application-manager/recipes-application-framework/app-core/files/0002-remove-efl-appcore-efl.patch index 1ebdd8b..c6ba8cf 100644 --- a/meta-application-manager/recipes-application-framework/app-core/files/0002-remove-efl-appcore-efl.patch +++ b/meta-application-manager/recipes-application-framework/app-core/files/0002-remove-efl-appcore-efl.patch @@ -811,3 +811,13 @@ return 0; } +--- a/appcore-efl.pc.in ++++ b/appcore-efl.pc.in +@@ -8,6 +8,6 @@ includedir=@INCLUDEDIR@ + Name: app-core-efl + Description: SAMSUNG Linux platform efl application library + Version: @VERSION@ +-Requires: elementary appcore-common dlog ++Requires: appcore-common dlog + Libs: -L${libdir} -lappcore-efl + Cflags: -I${includedir} -I${includedir}/appcore diff --git a/meta-application-manager/recipes-application-framework/heynoti/heynoti.inc b/meta-application-manager/recipes-application-framework/heynoti/heynoti.inc index a899abc..1681e79 100644 --- a/meta-application-manager/recipes-application-framework/heynoti/heynoti.inc +++ b/meta-application-manager/recipes-application-framework/heynoti/heynoti.inc @@ -32,7 +32,7 @@ DEPENDS += "tizen-platform-config" inherit pkgconfig DEPENDS += "dlog" DEPENDS += "glib-2.0" -DEPENDS += "ecore" +#DEPENDS += "ecore" do_prep() { cd ${S} diff --git a/meta-application-manager/recipes-application-framework/pkgmgr/pkgmgr.inc b/meta-application-manager/recipes-application-framework/pkgmgr/pkgmgr.inc index 30ab686..3b5fb27 100644 --- a/meta-application-manager/recipes-application-framework/pkgmgr/pkgmgr.inc +++ b/meta-application-manager/recipes-application-framework/pkgmgr/pkgmgr.inc @@ -83,7 +83,6 @@ DEPENDS += "security-server" DEPENDS += "ail" DEPENDS += "smack" DEPENDS += "bundle" -DEPENDS += "ecore" DEPENDS += "app-core" DEPENDS += "tizen-platform-config" DEPENDS += "dbus-glib" -- cgit 1.2.3-korg