From 4e80a34db6fb3b541408bcf83101a5ab5989983d Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Mon, 6 Oct 2014 11:12:20 +0200 Subject: [PATCH] update recipes Change-Id: I25ef7c8ea33c7010b3a08418e562764651aa9439 --- recipes-tizen/alsa-scenario/alsa-scenario_git.bb | 2 +- recipes-tizen/gpg2/gpg2-extraconf.inc | 1 + recipes-tizen/gpg2/gpg2.inc | 16 ++++------------ recipes-tizen/gpg2/gpg2_git.bb | 2 +- recipes-tizen/libcom-core/libcom-core_git.bb | 2 +- recipes-tizen/libtbm/libtbm_git.bb | 2 +- recipes-tizen/message-port/message-port.inc | 2 ++ recipes-tizen/message-port/message-port_git.bb | 2 +- recipes-tizen/meta-common/meta-common_git.bb | 2 +- recipes-tizen/meta-generic/meta-generic_git.bb | 2 +- .../tizen-platform-config/tizen-platform-config_git.bb | 2 +- 11 files changed, 15 insertions(+), 20 deletions(-) diff --git a/recipes-tizen/alsa-scenario/alsa-scenario_git.bb b/recipes-tizen/alsa-scenario/alsa-scenario_git.bb index 88eacd9..6f7ed0e 100644 --- a/recipes-tizen/alsa-scenario/alsa-scenario_git.bb +++ b/recipes-tizen/alsa-scenario/alsa-scenario_git.bb @@ -4,7 +4,7 @@ PRIORITY = "10" LIC_FILES_CHKSUM ??= "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" -SRC_URI += "git://review.tizen.org/framework/multimedia/alsa-scenario-0.2;tag=b32d188303681bc9a441edc464e60b62de51ae0e;nobranch=1" +SRC_URI += "git://review.tizen.org/framework/multimedia/alsa-scenario-0.2;tag=915491684441521d60e55c6a5cbb65d482e5e5ab;nobranch=1" BBCLASSEXTEND += " native " diff --git a/recipes-tizen/gpg2/gpg2-extraconf.inc b/recipes-tizen/gpg2/gpg2-extraconf.inc index 7f7bdaa..b92b6f0 100644 --- a/recipes-tizen/gpg2/gpg2-extraconf.inc +++ b/recipes-tizen/gpg2/gpg2-extraconf.inc @@ -4,3 +4,4 @@ SRC_URI += " file://0003-Remove-obsolete-function-gcry_md_start_debug.patch " gpg2_files += "/usr/lib/*" +EXTRA_OECONF += " --disable-doc " diff --git a/recipes-tizen/gpg2/gpg2.inc b/recipes-tizen/gpg2/gpg2.inc index 85d2ed4..2def927 100644 --- a/recipes-tizen/gpg2/gpg2.inc +++ b/recipes-tizen/gpg2/gpg2.inc @@ -78,19 +78,15 @@ do_compile() { export CFLAGS="$CFLAGS ${PIE}" export LDFLAGS=-pie + autotools_do_configure oe_runmake -j16 - exit 0 - oe_runmake check - ${D}${prefix}/bin/gpgsplit -v -p pubsplit- --uncompress /dev/null || $D${prefix}/sbin/groupadd -r -o messageport + getent passwd messageport >/dev/null || $D${prefix}/sbin/useradd -r -g messageport -s /bin/false -d /run/messageport -c "Message Port daemon" messageport /bin/systemctl enable messageportd.service } diff --git a/recipes-tizen/message-port/message-port_git.bb b/recipes-tizen/message-port/message-port_git.bb index 87b6575..53b3595 100644 --- a/recipes-tizen/message-port/message-port_git.bb +++ b/recipes-tizen/message-port/message-port_git.bb @@ -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/message-port-dbus;tag=ef16456ae0ecf48a32f6907c361f5e42bdc06f25;nobranch=1" +SRC_URI += "git://review.tizen.org/platform/core/appfw/message-port-dbus;tag=a32937b52205b0878b9f20f01ed2cee73c2cd53a;nobranch=1" BBCLASSEXTEND += " native " diff --git a/recipes-tizen/meta-common/meta-common_git.bb b/recipes-tizen/meta-common/meta-common_git.bb index c5574ab..ac3adf6 100644 --- a/recipes-tizen/meta-common/meta-common_git.bb +++ b/recipes-tizen/meta-common/meta-common_git.bb @@ -4,7 +4,7 @@ PRIORITY = "10" LIC_FILES_CHKSUM ??= "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" -SRC_URI += "git://review.tizen.org/profile/common/meta;tag=23c2a8059766f3dbbb73b67e51d184bccbdc08ec;nobranch=1" +SRC_URI += "git://review.tizen.org/profile/common/meta;tag=1071c301c12500e7aae7b459a61e8fce1e855ff4;nobranch=1" BBCLASSEXTEND += " native " diff --git a/recipes-tizen/meta-generic/meta-generic_git.bb b/recipes-tizen/meta-generic/meta-generic_git.bb index 262237d..efc6a7c 100644 --- a/recipes-tizen/meta-generic/meta-generic_git.bb +++ b/recipes-tizen/meta-generic/meta-generic_git.bb @@ -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/upstream/meta-generic;tag=2d6292dc992332f1e183b264d496f086ee4b5766;nobranch=1" +SRC_URI += "git://review.tizen.org/platform/upstream/meta-generic;tag=fc60ec482d7da9dbddbd29bdeb1328aad3eedcec;nobranch=1" BBCLASSEXTEND += " native " diff --git a/recipes-tizen/tizen-platform-config/tizen-platform-config_git.bb b/recipes-tizen/tizen-platform-config/tizen-platform-config_git.bb index 7b81796..a5a7f1a 100644 --- a/recipes-tizen/tizen-platform-config/tizen-platform-config_git.bb +++ b/recipes-tizen/tizen-platform-config/tizen-platform-config_git.bb @@ -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=4decfd92f8a259976d8322388c929f70146b3230;nobranch=1" +SRC_URI += "git://review.tizen.org/platform/core/appfw/tizen-platform-config;tag=12f2548e81994d97efc7f62bb8eb10ac4079e273;nobranch=1" BBCLASSEXTEND += " native " -- 2.7.4