summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonan Le Martret <ronan@fridu.net>2014-11-25 16:44:59 +0100
committerRonan Le Martret <ronan@fridu.net>2014-11-25 16:52:31 +0100
commitdb7889917000017b646f236089d65c1001ccaa4d (patch)
treeb09f006bde489b3ed246d5c93ff57a4724bca95a
parent2b9f7bac393d45f97a5f2889e1690ff18486e8e5 (diff)
downloadmeta-tizen-db7889917000017b646f236089d65c1001ccaa4d.tar.gz
meta-tizen-db7889917000017b646f236089d65c1001ccaa4d.tar.bz2
meta-tizen-db7889917000017b646f236089d65c1001ccaa4d.zip
Update packages
Change-Id: I17b08282cde9b57bdd433445cc9cc4512eacbf57 Signed-off-by: Ronan Le Martret <ronan@fridu.net>
-rw-r--r--meta-tizen-common-base/recipes-application-framework/capi-system-sensor/capi-system-sensor_git.bb2
-rw-r--r--meta-tizen-common-base/recipes-core/oma-ds-agent/oma-ds-agent.inc12
-rw-r--r--meta-tizen-common-base/recipes-devtools/meta-generic/meta-generic_git.bb2
-rw-r--r--meta-tizen-common-base/recipes-devtools/rpm/rpm_git.bb2
-rw-r--r--meta-tizen-common-base/recipes-extended/festival/festival.inc16
-rw-r--r--meta-tizen-common-base/recipes-multimedia/media-server/media-server_git.bb2
-rw-r--r--meta-tizen-common-base/recipes-security/xmlsec1/xmlsec1-extraconf.inc4
-rw-r--r--meta-tizen-common-demo/recipes-webframework/wrt-widgets/wrt-widgets_git.bb2
-rw-r--r--meta-tizen-common-share/recipes-connectivity/ofono/ofono-extraconf.inc27
-rw-r--r--meta-tizen-common-share/recipes-crosswalk/tizen-extensions-crosswalk/tizen-extensions-crosswalk.inc2
-rw-r--r--meta-tizen-common-share/recipes-crosswalk/tizen-extensions-crosswalk/tizen-extensions-crosswalk_git.bb2
-rw-r--r--meta-tizen-ivi/recipes-graphics/weston-ivi/weston-ivi.inc4
-rw-r--r--meta-tizen-ivi/recipes-modello/Modello-Common/Modello-Common_git.bb2
-rw-r--r--meta-tizen-ivi/recipes-modello/Modello-Dashboard/Modello-Dashboard_git.bb2
-rw-r--r--meta-tizen-ivi/recipes-modello/Modello-Installer/Modello-Installer-extraconf.inc1
-rw-r--r--meta-tizen-ivi/recipes-modello/Modello-Installer/Modello-Installer.inc6
16 files changed, 58 insertions, 30 deletions
diff --git a/meta-tizen-common-base/recipes-application-framework/capi-system-sensor/capi-system-sensor_git.bb b/meta-tizen-common-base/recipes-application-framework/capi-system-sensor/capi-system-sensor_git.bb
index cefe77d8..83bad0f6 100644
--- a/meta-tizen-common-base/recipes-application-framework/capi-system-sensor/capi-system-sensor_git.bb
+++ b/meta-tizen-common-base/recipes-application-framework/capi-system-sensor/capi-system-sensor_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/api/sensor;tag=27e942b01a6edc3748961c5c81f2b55586b5ca14;nobranch=1"
+SRC_URI += "git://review.tizen.org/platform/core/api/sensor;tag=536527ac22998472146e004b6ccdb8476a444576;nobranch=1"
BBCLASSEXTEND += " native "
diff --git a/meta-tizen-common-base/recipes-core/oma-ds-agent/oma-ds-agent.inc b/meta-tizen-common-base/recipes-core/oma-ds-agent/oma-ds-agent.inc
index 4ab2a94f..1a44e923 100644
--- a/meta-tizen-common-base/recipes-core/oma-ds-agent/oma-ds-agent.inc
+++ b/meta-tizen-common-base/recipes-core/oma-ds-agent/oma-ds-agent.inc
@@ -123,13 +123,13 @@ pkg_postinst_${PN}() {
then
mkdir $D${prefix}/dbspace
fi
- if [ ! -d ${sysconfdir}/rc.d/rc3.d ]
+ if [ ! -d $D${sysconfdir}/rc.d/rc3.d ]
then
- mkdir ${sysconfdir}/rc.d/rc3.d
+ mkdir $D${sysconfdir}/rc.d/rc3.d
fi
- if [ ! -d ${sysconfdir}/rc.d/rc5.d ]
+ if [ ! -d $D${sysconfdir}/rc.d/rc5.d ]
then
- mkdir ${sysconfdir}/rc.d/rc5.d
+ mkdir $D${sysconfdir}/rc.d/rc5.d
fi
}
@@ -139,8 +139,8 @@ pkg_postrm_${PN}() {
rm -f /tmp/agent_fw_event_omads*
rm -f /tmp/agent_fw_noti_reply_omads*
- rm -f ${sysconfdir}/rc.d/rc3.d/S91oma-ds-agent
- rm -f ${sysconfdir}/rc.d/rc5.d/S91oma-ds-agent
+ rm -f $D${sysconfdir}/rc.d/rc3.d/S91oma-ds-agent
+ rm -f $D${sysconfdir}/rc.d/rc5.d/S91oma-ds-agent
rm -f $D${prefix}/dbspace/.omasyncagent.db $D${prefix}/dbspace/.omasyncagent.db-journal
rm -rf /usr/share/oma-ds-cfg
diff --git a/meta-tizen-common-base/recipes-devtools/meta-generic/meta-generic_git.bb b/meta-tizen-common-base/recipes-devtools/meta-generic/meta-generic_git.bb
index a148936c..acc5b845 100644
--- a/meta-tizen-common-base/recipes-devtools/meta-generic/meta-generic_git.bb
+++ b/meta-tizen-common-base/recipes-devtools/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=b197a0da56f6d41c67da40a7b268edaca71f072b;nobranch=1"
+SRC_URI += "git://review.tizen.org/platform/upstream/meta-generic;tag=964c0b89f0654f5b6833bf09c43d5bac64d608bd;nobranch=1"
BBCLASSEXTEND += " native "
diff --git a/meta-tizen-common-base/recipes-devtools/rpm/rpm_git.bb b/meta-tizen-common-base/recipes-devtools/rpm/rpm_git.bb
index 4d4592eb..e7a97a91 100644
--- a/meta-tizen-common-base/recipes-devtools/rpm/rpm_git.bb
+++ b/meta-tizen-common-base/recipes-devtools/rpm/rpm_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/rpm;tag=b56ed49a97939d11dd4270c9550966c43b9ce5a6;nobranch=1"
+SRC_URI += "git://review.tizen.org/platform/upstream/rpm;tag=fbac5c17e9f395d436a0dd57ce2e4ceda758d756;nobranch=1"
BBCLASSEXTEND += " native "
diff --git a/meta-tizen-common-base/recipes-extended/festival/festival.inc b/meta-tizen-common-base/recipes-extended/festival/festival.inc
index 676671e5..144b694d 100644
--- a/meta-tizen-common-base/recipes-extended/festival/festival.inc
+++ b/meta-tizen-common-base/recipes-extended/festival/festival.inc
@@ -32,22 +32,22 @@ inherit pkgconfig
do_prep() {
cd ${S}
- #extracte source 1
+ #extracte source 1
pushd ${S}/../
tar -zxf ${S}/packaging/speech_tools-2.1-release.tar.gz
- popd
- #extracte source 2
+ popd
+ #extracte source 2
pushd ${S}/../
tar -zxf ${S}/packaging/festlex_CMU.tar.gz
- popd
- #extracte source 3
+ popd
+ #extracte source 3
pushd ${S}/../
tar -zxf ${S}/packaging/festvox_kallpc16k.tar.gz
- popd
- #extracte source 4
+ popd
+ #extracte source 4
pushd ${S}/../
tar -zxf ${S}/packaging/festlex_POSLEX.tar.gz
- popd
+ popd
chmod -Rf a+rX,u+w,g-w,o-w ${S}
#setup -q -b 1 -b 2 -b 3 -b 4
mv ../festival/lib/* lib/
diff --git a/meta-tizen-common-base/recipes-multimedia/media-server/media-server_git.bb b/meta-tizen-common-base/recipes-multimedia/media-server/media-server_git.bb
index 8b248f1c..25192ba3 100644
--- a/meta-tizen-common-base/recipes-multimedia/media-server/media-server_git.bb
+++ b/meta-tizen-common-base/recipes-multimedia/media-server/media-server_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/multimedia/media-server;tag=2951a46a90784516e1c9ef701b00c0e9b3ea3e9e;nobranch=1"
+SRC_URI += "git://review.tizen.org/platform/core/multimedia/media-server;tag=1ca2a80b79c5b5153d46a8e722730882e7fa7efb;nobranch=1"
BBCLASSEXTEND += " native "
diff --git a/meta-tizen-common-base/recipes-security/xmlsec1/xmlsec1-extraconf.inc b/meta-tizen-common-base/recipes-security/xmlsec1/xmlsec1-extraconf.inc
index 55c755a6..413fb7c7 100644
--- a/meta-tizen-common-base/recipes-security/xmlsec1/xmlsec1-extraconf.inc
+++ b/meta-tizen-common-base/recipes-security/xmlsec1/xmlsec1-extraconf.inc
@@ -1,2 +1,4 @@
INSANE_SKIP_xmlsec1-dev-static = "staticdev"
-xmlsec1-dev_files += "${prefix}/lib/lib*.so*" \ No newline at end of file
+xmlsec1-dev_files += "${prefix}/lib/lib*.so*"
+
+DEPENDS += "libgcrypt" \ No newline at end of file
diff --git a/meta-tizen-common-demo/recipes-webframework/wrt-widgets/wrt-widgets_git.bb b/meta-tizen-common-demo/recipes-webframework/wrt-widgets/wrt-widgets_git.bb
index 3e90010c..7c929d8a 100644
--- a/meta-tizen-common-demo/recipes-webframework/wrt-widgets/wrt-widgets_git.bb
+++ b/meta-tizen-common-demo/recipes-webframework/wrt-widgets/wrt-widgets_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/wrt-widgets;tag=63c2d78d4a3a9e40f9193fc350ac18a62a41b9e9;nobranch=1"
+SRC_URI += "git://review.tizen.org/profile/common/wrt-widgets;tag=72afa2665266e7d34d0c0177a3ddde4d2e8a3b67;nobranch=1"
BBCLASSEXTEND += " native "
diff --git a/meta-tizen-common-share/recipes-connectivity/ofono/ofono-extraconf.inc b/meta-tizen-common-share/recipes-connectivity/ofono/ofono-extraconf.inc
index e69de29b..8a6854cc 100644
--- a/meta-tizen-common-share/recipes-connectivity/ofono/ofono-extraconf.inc
+++ b/meta-tizen-common-share/recipes-connectivity/ofono/ofono-extraconf.inc
@@ -0,0 +1,27 @@
+do_install() {
+ export RPM_BUILD_ROOT=${D}
+ cd ${S}
+ LANG=C
+ export LANG
+ unset DISPLAY
+ rm -rf ${D}
+ mkdir -p ${D}
+
+
+ oe_runmake \
+ DESTDIR=${D} \
+ INSTALL_ROOT=${D} \
+ BINDIR=${prefix}/bin \
+ install
+ rm -f ${D}${infodir}/dir
+ find ${D} -regex ".*\.la$" | xargs rm -f --
+ find ${D} -regex ".*\.a$" | xargs rm -f --
+
+ mkdir -p ${D}/${systemd_unitdir}/system/network.target.wants
+ ln -s ../ofono.service ${D}/${systemd_unitdir}/system/network.target.wants/ofono.service
+ mkdir -p ${D}/${systemd_unitdir}/system/multi-user.target.wants
+ ln -s ../ofono.service ${D}/${systemd_unitdir}/system/multi-user.target.wants/ofono.service
+
+
+
+} \ No newline at end of file
diff --git a/meta-tizen-common-share/recipes-crosswalk/tizen-extensions-crosswalk/tizen-extensions-crosswalk.inc b/meta-tizen-common-share/recipes-crosswalk/tizen-extensions-crosswalk/tizen-extensions-crosswalk.inc
index 5024904b..3dbc84b7 100644
--- a/meta-tizen-common-share/recipes-crosswalk/tizen-extensions-crosswalk/tizen-extensions-crosswalk.inc
+++ b/meta-tizen-common-share/recipes-crosswalk/tizen-extensions-crosswalk/tizen-extensions-crosswalk.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "Tizen Web APIs implemented using Crosswalk"
HOMEPAGE = "http://nohomepage.org"
SECTION = "Development/Libraries"
LICENSE = "BSD-3-Clause and Apache-2.0"
-PV = "0.110"
+PV = "0.115"
SRC_URI = ""
diff --git a/meta-tizen-common-share/recipes-crosswalk/tizen-extensions-crosswalk/tizen-extensions-crosswalk_git.bb b/meta-tizen-common-share/recipes-crosswalk/tizen-extensions-crosswalk/tizen-extensions-crosswalk_git.bb
index e9699ff2..036c1e9f 100644
--- a/meta-tizen-common-share/recipes-crosswalk/tizen-extensions-crosswalk/tizen-extensions-crosswalk_git.bb
+++ b/meta-tizen-common-share/recipes-crosswalk/tizen-extensions-crosswalk/tizen-extensions-crosswalk_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/framework/web/tizen-extensions-crosswalk;tag=f151b5313887223c5a6f0cfea59e618d55355883;nobranch=1"
+SRC_URI += "git://review.tizen.org/platform/framework/web/tizen-extensions-crosswalk;tag=cd9c493807ea7d616742c0eeff80226e21ca4798;nobranch=1"
BBCLASSEXTEND += " native "
diff --git a/meta-tizen-ivi/recipes-graphics/weston-ivi/weston-ivi.inc b/meta-tizen-ivi/recipes-graphics/weston-ivi/weston-ivi.inc
index 5a303171..b7b315dd 100644
--- a/meta-tizen-ivi/recipes-graphics/weston-ivi/weston-ivi.inc
+++ b/meta-tizen-ivi/recipes-graphics/weston-ivi/weston-ivi.inc
@@ -92,7 +92,7 @@ do_install() {
pkg_postinst_${PN}() {
#!/bin/sh -e
- ln -s ${sysconfdir}/xdg/weston/weston-modello.ini ${sysconfdir}/xdg/weston/weston.ini
+ ln -s $D${sysconfdir}/xdg/weston/weston-modello.ini $D${sysconfdir}/xdg/weston/weston.ini
sed -i 's/ --current-mode//' $D${prefix}/lib/systemd/user/weston.service
}
@@ -100,7 +100,7 @@ pkg_postinst_${PN}() {
pkg_postrm_${PN}() {
#!/bin/sh -e
- rm ${sysconfdir}/xdg/weston/weston.ini
+ rm $D${sysconfdir}/xdg/weston/weston.ini
sed -i 's/\(^ExecStart.*\)/\1 --current-mode/' $D${prefix}/lib/systemd/user/weston.service
}
diff --git a/meta-tizen-ivi/recipes-modello/Modello-Common/Modello-Common_git.bb b/meta-tizen-ivi/recipes-modello/Modello-Common/Modello-Common_git.bb
index 6e250591..7a33e5da 100644
--- a/meta-tizen-ivi/recipes-modello/Modello-Common/Modello-Common_git.bb
+++ b/meta-tizen-ivi/recipes-modello/Modello-Common/Modello-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/ivi/Modello_Common;tag=9adf1e91f84a53b3b4c2b3723d1d05363ed14933;nobranch=1"
+SRC_URI += "git://review.tizen.org/profile/ivi/Modello_Common;tag=4b00a3518551bc9474ec7009e54b90760cf1faf2;nobranch=1"
BBCLASSEXTEND += " native "
diff --git a/meta-tizen-ivi/recipes-modello/Modello-Dashboard/Modello-Dashboard_git.bb b/meta-tizen-ivi/recipes-modello/Modello-Dashboard/Modello-Dashboard_git.bb
index 1934385a..13a94bae 100644
--- a/meta-tizen-ivi/recipes-modello/Modello-Dashboard/Modello-Dashboard_git.bb
+++ b/meta-tizen-ivi/recipes-modello/Modello-Dashboard/Modello-Dashboard_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/ivi/Modello_Dashboard;tag=96d57eca5bd13b5a807a7da746bc96dbdcbcf539;nobranch=1"
+SRC_URI += "git://review.tizen.org/profile/ivi/Modello_Dashboard;tag=1e8323eff6b8fbf81c9b949978bf0165d1198902;nobranch=1"
BBCLASSEXTEND += " native "
diff --git a/meta-tizen-ivi/recipes-modello/Modello-Installer/Modello-Installer-extraconf.inc b/meta-tizen-ivi/recipes-modello/Modello-Installer/Modello-Installer-extraconf.inc
index 293c055b..9d9be0b3 100644
--- a/meta-tizen-ivi/recipes-modello/Modello-Installer/Modello-Installer-extraconf.inc
+++ b/meta-tizen-ivi/recipes-modello/Modello-Installer/Modello-Installer-extraconf.inc
@@ -2,7 +2,6 @@ SRC_URI += "file://modello-installer-postinst.sh"
SRC_URI += "file://modello-installer-postinst.service"
RDEPENDS_Modello-Installer-xwalk_remove = "Modello-Phone"
-systemd_unitdir = "/usr/lib/systemd"
RDEPENDS_${PN}-wrt_remove = "wrt-installer"
diff --git a/meta-tizen-ivi/recipes-modello/Modello-Installer/Modello-Installer.inc b/meta-tizen-ivi/recipes-modello/Modello-Installer/Modello-Installer.inc
index 7193570c..d3a5eab6 100644
--- a/meta-tizen-ivi/recipes-modello/Modello-Installer/Modello-Installer.inc
+++ b/meta-tizen-ivi/recipes-modello/Modello-Installer/Modello-Installer.inc
@@ -98,7 +98,7 @@ do_install() {
pkg_postinst_${PN}() {
#!/bin/sh -e
- source ${sysconfdir}/tizen-platform.conf
+ source $D${sysconfdir}/tizen-platform.conf
for list in $(find $TZ_SYS_APP_PREINSTALL -name "Modello*")
do
#wrt-installer requires you be root to install files
@@ -117,7 +117,7 @@ pkg_postinst_${PN}() {
pkg_postinst_${PN}() {
#!/bin/sh -e
- source ${sysconfdir}/tizen-platform.conf
+ source $D${sysconfdir}/tizen-platform.conf
export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/5000/dbus/user_bus_socket"
for list in $(find $TZ_SYS_APP_PREINSTALL -name "Modello*")
do
@@ -139,7 +139,7 @@ pkg_postinst_${PN}() {
pkg_postrm_${PN}() {
#!/bin/sh -e
- source ${sysconfdir}/tizen-platform.conf
+ source $D${sysconfdir}/tizen-platform.conf
export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/5000/dbus/user_bus_socket"
for list3 in $(su app -c "xwalkctl" | grep Modello | cut -c 1-10)
do