Update application recipe 79/22879/2
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Thu, 12 Jun 2014 09:05:47 +0000 (11:05 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Mon, 16 Jun 2014 09:30:17 +0000 (11:30 +0200)
* Add pre/post install/uninstall scripts.
* New generated recipe from recent spec file.
* New revision.

Change-Id: I01dc86a65c2b5e30cb2fe4be83a6a6967a3c47f7
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
recipes-tizen/application/application.inc
recipes-tizen/application/application_git.bb

index 8ac9558..34f6e77 100644 (file)
@@ -30,6 +30,7 @@ DEPENDS += "sqlite3"
 DEPENDS_append_class-native = " cmake-native"
 DEPENDS_append_class-target = " cmake-native"
 DEPENDS += "notification"
+DEPENDS += "tizen-platform-config"
 DEPENDS += "app-svc"
 DEPENDS += "bundle"
 DEPENDS += "app-core"
@@ -113,6 +114,18 @@ do_install() {
  
 }
 
+pkg_postinst_${PN}() {
+    #!/bin/sh -e
+
+    /sbin/ldconfig
+}
+
+pkg_postrm_${PN}() {
+    #!/bin/sh -e
+
+    /sbin/ldconfig
+}
+
 PACKAGES += " capi-appfw-application-dev "
 PACKAGES += " capi-appfw-application "
 
index f9b2ceb..86411a4 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/api/application;tag=93974ec6cbdf65e867ac41921ff0faae341040c5;nobranch=1"
+SRC_URI += "git://review.tizen.org/platform/core/api/application;tag=c92cec0e876d638b91eb64e12e306e9a29ed2e8f;nobranch=1"
 
 BBCLASSEXTEND += " native "