Update tizen-platform-config recipe 56/23056/1
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Mon, 16 Jun 2014 15:12:29 +0000 (17:12 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Mon, 16 Jun 2014 15:12:29 +0000 (17:12 +0200)
* New generated recipe from recent spec file.
* New revision.

Change-Id: I33a8345dbe31a8b3abc96a7e8bf1a619e8b90c09
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
recipes-tizen/tizen-platform-config/tizen-platform-config.inc
recipes-tizen/tizen-platform-config/tizen-platform-config_git.bb

index dc15671..c218c84 100644 (file)
@@ -115,6 +115,18 @@ do_install() {
  
 }
 
+pkg_postinst_libtzplatform-config() {
+    #!/bin/sh -e
+
+    /sbin/ldconfig
+}
+
+pkg_postrm_libtzplatform-config() {
+    #!/bin/sh -e
+
+    /sbin/ldconfig
+}
+
 PACKAGES += " libtzplatform-config-dev "
 PACKAGES += " tizen-platform-config-tools "
 PACKAGES += " libtzplatform-config "
index f2ec773..6ecf879 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/tizen-platform-config;tag=be1b3acf7af17f07568833cb57ef2c45e665c6e0;nobranch=1"
+SRC_URI += "git://review.tizen.org/platform/core/appfw/tizen-platform-config;tag=79ea739e26ed661f538067eac8438eb403312d5a;nobranch=1"
 
 BBCLASSEXTEND += " native "