aboutsummaryrefslogtreecommitdiffstats
path: root/meta-application-manager/recipes-application-framework/app-core/app-core.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-application-manager/recipes-application-framework/app-core/app-core.inc')
-rw-r--r--meta-application-manager/recipes-application-framework/app-core/app-core.inc23
1 files changed, 12 insertions, 11 deletions
diff --git a/meta-application-manager/recipes-application-framework/app-core/app-core.inc b/meta-application-manager/recipes-application-framework/app-core/app-core.inc
index 2f4ad28..c6154ab 100644
--- a/meta-application-manager/recipes-application-framework/app-core/app-core.inc
+++ b/meta-application-manager/recipes-application-framework/app-core/app-core.inc
@@ -7,6 +7,7 @@ PV = "1.2"
SRC_URI = " \
file://0001-hack-window-hide.patch \
file://0002-remove-efl-appcore-efl.patch \
+ file://0003-remove-disused-package.patch \
"
S = "${WORKDIR}/git"
@@ -44,7 +45,7 @@ RDEPENDS = ""
RDEPENDS_${PN}-efl += "glibc"
#RDEPENDS of app-core-common-dev (${PN}-common-dev)
-RDEPENDS_${PN}-common-dev += "sensor"
+RDEPENDS_${PN}-common-dev += "sensord"
RDEPENDS_${PN}-common-dev += "app-core-common"
RDEPENDS_${PN}-common-dev += "vconf"
RDEPENDS_${PN}-common-dev += "aul"
@@ -61,13 +62,15 @@ DEPENDS = ""
#DEPENDS of app-core
DEPENDS += "librua"
inherit tizen_cmake
-DEPENDS += "tizen-platform-config"
DEPENDS += "aul"
DEPENDS += "dlog"
inherit pkgconfig
DEPENDS += "glib-2.0"
-DEPENDS += "sensor"
+DEPENDS += "sensord"
DEPENDS += "vconf"
+DEPENDS += "wayland"
+DEPENDS += "pkgmgr-info"
+
do_prep() {
cd ${S}
@@ -92,7 +95,7 @@ do_compile() {
unset DISPLAY
LD_AS_NEEDED=1; export LD_AS_NEEDED ;
-
+ _WITH_WAYLAND=ON
cmake \
-DCMAKE_VERBOSE_MAKEFILE=ON \
@@ -105,9 +108,10 @@ do_compile() {
-DCMAKE_SKIP_RPATH:BOOL=ON \
-DBUILD_SHARED_LIBS:BOOL=ON \
-DCMAKE_TOOLCHAIN_FILE=${WORKDIR}/toolchain.cmake \
- ${EXTRA_OECMAKE} . \
- -Dwith_wayland=TRUE\
- -DENABLE_GTK=OFF
+ -D_WITH_WAYLAND:BOOL=${_WITH_WAYLAND} \
+ -D_APPFW_FEATURE_BACKGROUND_MANAGEMENT:BOOL=${_APPFW_FEATURE_BACKGROUND_MANAGEMENT} \
+ -DENABLE_GTK=OFF \
+ ${EXTRA_OECMAKE} .
make ${PARALLEL_MAKE}
@@ -115,6 +119,7 @@ do_compile() {
}
+# -D_WITH_X11:BOOL=${_WITH_X11}
do_install() {
export RPM_BUILD_ROOT=${D}
@@ -135,8 +140,6 @@ do_install() {
rm -f ${D}${infodir}/dir
find ${D} -regex ".*\.la$" | xargs rm -f --
find ${D} -regex ".*\.a$" | xargs rm -f --
- install -d ${D}${prefix}/lib/systemd/user/core-efl.target.wants
- install -m0644 ${S}/packaging/core-efl-wayland.target ${D}${prefix}/lib/systemd/user/core-efl.target
@@ -184,8 +187,6 @@ MANIFESTFILES_${PN}-efl = "app-core.manifest"
app-core-common_files = ""
app-core-common_files += "${prefix}/lib/libappcore-common.so.*"
-app-core-common_files += "${prefix}/lib/systemd/user/core-efl.target"
-app-core-common_files += "${prefix}/lib/systemd/user/core-efl.target.wants/"
MANIFESTFILES_${PN}-common = "app-core.manifest"
app-core-common-dev_files = ""