fix pkgmgr build
authorRonan Le Martret <ronan@fridu.net>
Tue, 30 Dec 2014 13:56:18 +0000 (14:56 +0100)
committerRonan Le Martret <ronan@fridu.net>
Tue, 6 Jan 2015 15:10:08 +0000 (16:10 +0100)
Change-Id: Ie15908744d9bf69e001172a1d1182422436cd349
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
meta-tizen-common-base/recipes-application-framework/pkgmgr/files/Add_extralib.diff
meta-tizen-common-base/recipes-application-framework/pkgmgr/pkgmgr-extraconf.inc
meta-tizen-common-base/recipes-application-framework/pkgmgr/pkgmgr_git.bb

index 3e5de06..efd9553 100644 (file)
@@ -13,7 +13,7 @@ index e0a9211..96a28f1 100644
  ENDFOREACH(flag)
  
 -pkg_check_modules(libpkgs REQUIRED dbus-glib-1 dlog ail pkgmgr-parser pkgmgr-info iniparser libtzplatform-config notification)
-+pkg_check_modules(libpkgs REQUIRED dbus-glib-1 dlog ail pkgmgr-parser pkgmgr-info iniparser libtzplatform-config notification xdgmime)
++pkg_check_modules(libpkgs REQUIRED dbus-glib-1 dlog ail pkgmgr-parser pkgmgr-info iniparser libtzplatform-config notification xdgmime security-server)
  
  FOREACH(flag ${libpkgs_CFLAGS})
        SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}")
index af4bdd5..914d02b 100644 (file)
@@ -13,4 +13,6 @@ do_install_append() {
 RDEPENDS_${PN}_remove_class-native = "systemd-native"
 DEPENDS_remove_class-native = "dlog-native"
 
+RDEPENDS_${PN}-client += "pkgmgr-server"
+
 EXTRA_OECMAKE+="-DCMAKE_AR:PATH=ar"
\ No newline at end of file
index 04ffbab..cc72752 100644 (file)
@@ -4,7 +4,7 @@ PRIORITY = "10"
 
 LIC_FILES_CHKSUM ??= "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
 
-SRC_URI += "git://review.tizen.org/platform/core/appfw/slp-pkgmgr;tag=c737cd75d68bfc0c9fd7ac762508223e67b9d5c4;nobranch=1"
+SRC_URI += "git://review.tizen.org/platform/core/appfw/slp-pkgmgr;tag=8e066407e4c75d9c79a0c797b884f7fab22ec6c3;nobranch=1"
 
 BBCLASSEXTEND += " native "