* [PATCH 01/14] cmake-native: Upgrade to version 2.8.3
2010-11-26 1:51 [PATCH 00/14] [PULL] Connectivity/Multimedia/Base recipes upgrade Dongxiao Xu
@ 2010-11-23 6:47 ` Dongxiao Xu
2010-11-23 6:49 ` [PATCH 02/14] gypsy: Upgrade to version 0.8 Dongxiao Xu
` (13 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Dongxiao Xu @ 2010-11-23 6:47 UTC (permalink / raw)
To: poky
Fixed its metadata.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
meta/recipes-devtools/cmake/cmake-native_2.8.2.bb | 4 ----
meta/recipes-devtools/cmake/cmake-native_2.8.3.bb | 7 +++++++
meta/recipes-devtools/cmake/cmake.inc | 2 ++
3 files changed, 9 insertions(+), 4 deletions(-)
delete mode 100644 meta/recipes-devtools/cmake/cmake-native_2.8.2.bb
create mode 100644 meta/recipes-devtools/cmake/cmake-native_2.8.3.bb
diff --git a/meta/recipes-devtools/cmake/cmake-native_2.8.2.bb b/meta/recipes-devtools/cmake/cmake-native_2.8.2.bb
deleted file mode 100644
index 6175728..0000000
--- a/meta/recipes-devtools/cmake/cmake-native_2.8.2.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-CMAKE_MAJOR_VERSION="2.8"
-require cmake.inc
-inherit native
-PR = "r0"
diff --git a/meta/recipes-devtools/cmake/cmake-native_2.8.3.bb b/meta/recipes-devtools/cmake/cmake-native_2.8.3.bb
new file mode 100644
index 0000000..1595416
--- /dev/null
+++ b/meta/recipes-devtools/cmake/cmake-native_2.8.3.bb
@@ -0,0 +1,7 @@
+CMAKE_MAJOR_VERSION="2.8"
+require cmake.inc
+inherit native
+PR = "r0"
+
+SRC_URI[md5sum] = "a76a44b93acf5e3badda9de111385921"
+SRC_URI[sha256sum] = "689ed02786b5cefa5515c7716784ee82a82e8ece6be5a3d629ac3cc0c05fc288"
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc
index 7743847..f6b1c3b 100644
--- a/meta/recipes-devtools/cmake/cmake.inc
+++ b/meta/recipes-devtools/cmake/cmake.inc
@@ -6,6 +6,8 @@ HOMEPAGE = "http://www.cmake.org/"
BUGTRACKER = "http://public.kitware.com/Bug/my_view_page.php"
SECTION = "console/utils"
LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://Copyright.txt;md5=f372516292ff7c33337bf16a74a5f9a8 \
+ file://Source/cmake.h;beginline=1;endline=10;md5=341736dae83c9e344b53eeb1bc7d7bc2"
SRC_URI = "http://www.cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 16+ messages in thread* [PATCH 02/14] gypsy: Upgrade to version 0.8
2010-11-26 1:51 [PATCH 00/14] [PULL] Connectivity/Multimedia/Base recipes upgrade Dongxiao Xu
2010-11-23 6:47 ` [PATCH 01/14] cmake-native: Upgrade to version 2.8.3 Dongxiao Xu
@ 2010-11-23 6:49 ` Dongxiao Xu
2010-11-23 6:49 ` [PATCH 03/14] telepathy-python: Upgrade to version 0.15.18 Dongxiao Xu
` (12 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Dongxiao Xu @ 2010-11-23 6:49 UTC (permalink / raw)
To: poky
Fixed recipe metadata
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
meta/recipes-connectivity/gypsy/gypsy_0.6.bb | 15 ---------------
meta/recipes-connectivity/gypsy/gypsy_0.8.bb | 25 +++++++++++++++++++++++++
2 files changed, 25 insertions(+), 15 deletions(-)
delete mode 100644 meta/recipes-connectivity/gypsy/gypsy_0.6.bb
create mode 100644 meta/recipes-connectivity/gypsy/gypsy_0.8.bb
diff --git a/meta/recipes-connectivity/gypsy/gypsy_0.6.bb b/meta/recipes-connectivity/gypsy/gypsy_0.6.bb
deleted file mode 100644
index 9328f96..0000000
--- a/meta/recipes-connectivity/gypsy/gypsy_0.6.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-SUMMARY = "GPS Multiplexing Daemon"
-DESCRIPTION = "Gypsy is a GPS multiplexing daemon which allows \
-multiple clients to access GPS data from multiple GPS sources \
-concurrently. Gypsy also hides the details of parsing NMEA from the \
-client applications, passing the data as simple values for the clients \
-to use."
-LICENSE = "GPL"
-SECTION = "x11"
-DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt"
-
-SRC_URI = "http://gypsy.freedesktop.org/releases/gypsy-${PV}.tar.gz"
-
-inherit autotools pkgconfig
-
-FILES_${PN} += "/usr/share/dbus-1/services/"
diff --git a/meta/recipes-connectivity/gypsy/gypsy_0.8.bb b/meta/recipes-connectivity/gypsy/gypsy_0.8.bb
new file mode 100644
index 0000000..ab7f6b0
--- /dev/null
+++ b/meta/recipes-connectivity/gypsy/gypsy_0.8.bb
@@ -0,0 +1,25 @@
+SUMMARY = "GPS Multiplexing Daemon"
+DESCRIPTION = "Gypsy is a GPS multiplexing daemon which allows \
+multiple clients to access GPS data from multiple GPS sources \
+concurrently. Gypsy also hides the details of parsing NMEA from the \
+client applications, passing the data as simple values for the clients \
+to use."
+LICENSE = "GPLv2+ & LGPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
+ file://COPYING.lib;md5=7fbc338309ac38fefcd64b04bb903e34 \
+ file://src/main.c;beginline=1;endline=25;md5=3fe64e27e61b289b77383a54a982cbdd \
+ file://gypsy/gypsy-time.h;beginline=1;endline=24;md5=06432ea19a7b6607428d04d9dadc37fd"
+
+SECTION = "x11"
+DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt"
+
+SRC_URI = "http://gypsy.freedesktop.org/releases/gypsy-${PV}.tar.gz"
+
+PR = "r0"
+
+inherit autotools pkgconfig
+
+FILES_${PN} += "/usr/share/dbus-1/services/"
+
+SRC_URI[md5sum] = "32b8db24db86d2dac87b391dd255f4bf"
+SRC_URI[sha256sum] = "1986a58189614a950725c3bc7d05faa3b84695f35cb696326f340ef87fc3acaa"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 16+ messages in thread* [PATCH 03/14] telepathy-python: Upgrade to version 0.15.18
2010-11-26 1:51 [PATCH 00/14] [PULL] Connectivity/Multimedia/Base recipes upgrade Dongxiao Xu
2010-11-23 6:47 ` [PATCH 01/14] cmake-native: Upgrade to version 2.8.3 Dongxiao Xu
2010-11-23 6:49 ` [PATCH 02/14] gypsy: Upgrade to version 0.8 Dongxiao Xu
@ 2010-11-23 6:49 ` Dongxiao Xu
2010-11-23 6:50 ` [PATCH 04/14] telepathy-mission-control: Upgrade to version 5.7.0 Dongxiao Xu
` (11 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Dongxiao Xu @ 2010-11-23 6:49 UTC (permalink / raw)
To: poky
The new version uses autotool, therefore inherit autotools.bbclass.
Fixed recipe metadata
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
.../telepathy/telepathy-python_0.15.1.bb | 8 --------
.../telepathy/telepathy-python_0.15.18.bb | 16 ++++++++++++++++
2 files changed, 16 insertions(+), 8 deletions(-)
delete mode 100644 meta/recipes-connectivity/telepathy/telepathy-python_0.15.1.bb
create mode 100644 meta/recipes-connectivity/telepathy/telepathy-python_0.15.18.bb
diff --git a/meta/recipes-connectivity/telepathy/telepathy-python_0.15.1.bb b/meta/recipes-connectivity/telepathy/telepathy-python_0.15.1.bb
deleted file mode 100644
index 0898b32..0000000
--- a/meta/recipes-connectivity/telepathy/telepathy-python_0.15.1.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-DESCRIPTION = "Telepathy framework - Python package"
-HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
-LICENSE = "LGPL"
-RDEPENDS_${PN} += "python-dbus"
-
-SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz "
-
-inherit distutils
diff --git a/meta/recipes-connectivity/telepathy/telepathy-python_0.15.18.bb b/meta/recipes-connectivity/telepathy/telepathy-python_0.15.18.bb
new file mode 100644
index 0000000..a5705e2
--- /dev/null
+++ b/meta/recipes-connectivity/telepathy/telepathy-python_0.15.18.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Telepathy framework - Python package"
+HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
+LICENSE = "LGPLv2.1+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \
+ file://src/utils.py;beginline=1;endline=17;md5=9a07d1a9791a7429a14e7b25c6c86822"
+
+RDEPENDS_${PN} += "python-dbus"
+
+SRC_URI = "http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz "
+
+PR = "r0"
+
+inherit autotools
+
+SRC_URI[md5sum] = "51da78a77681b0652d9b4ca941da0658"
+SRC_URI[sha256sum] = "f9f5c260188e9e27af9152bfc6d622cc5c0ea48d63d5fa9985abbdd69fda0e87"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 16+ messages in thread* [PATCH 04/14] telepathy-mission-control: Upgrade to version 5.7.0
2010-11-26 1:51 [PATCH 00/14] [PULL] Connectivity/Multimedia/Base recipes upgrade Dongxiao Xu
` (2 preceding siblings ...)
2010-11-23 6:49 ` [PATCH 03/14] telepathy-python: Upgrade to version 0.15.18 Dongxiao Xu
@ 2010-11-23 6:50 ` Dongxiao Xu
2010-11-23 7:06 ` [PATCH 05/14] connman: Upgrade to version 0.63 Dongxiao Xu
` (10 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Dongxiao Xu @ 2010-11-23 6:50 UTC (permalink / raw)
To: poky
Remove the patch since the logic is not exist in latest version.
Fix recipe metadata.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
.../telepathy-mission-control/pkgconfig.patch | 24 --------------------
..._4.67.bb => telepathy-mission-control_5.7.0.bb} | 12 ++++++---
2 files changed, 8 insertions(+), 28 deletions(-)
delete mode 100644 meta/recipes-connectivity/telepathy/telepathy-mission-control/pkgconfig.patch
rename meta/recipes-connectivity/telepathy/{telepathy-mission-control_4.67.bb => telepathy-mission-control_5.7.0.bb} (73%)
diff --git a/meta/recipes-connectivity/telepathy/telepathy-mission-control/pkgconfig.patch b/meta/recipes-connectivity/telepathy/telepathy-mission-control/pkgconfig.patch
deleted file mode 100644
index 08a53d9..0000000
--- a/meta/recipes-connectivity/telepathy/telepathy-mission-control/pkgconfig.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Index: telepathy-mission-control-4.67/libmissioncontrol.pc.in
-===================================================================
---- telepathy-mission-control-4.67.orig/libmissioncontrol.pc.in 2008-04-08 12:26:02.000000000 +0100
-+++ telepathy-mission-control-4.67/libmissioncontrol.pc.in 2009-08-19 15:55:57.000000000 +0100
-@@ -8,5 +8,5 @@
- Description: Mission Control Client Library
- Requires: dbus-1 >= 0.50, libtelepathy >= 0.3.2, telepathy-glib >= 0.7.1
- Version: @VERSION@
--Libs: -L${libdir} -lmissioncontrol-client @DBUS_LIBS@
--Cflags: -I${includedir} @DBUS_CFLAGS@
-+Libs: -L${libdir} -lmissioncontrol-client
-+Cflags: -I${includedir}
-Index: telepathy-mission-control-4.67/libmcclient.pc.in
-===================================================================
---- telepathy-mission-control-4.67.orig/libmcclient.pc.in 2009-08-19 16:33:46.000000000 +0100
-+++ telepathy-mission-control-4.67/libmcclient.pc.in 2009-08-19 16:35:09.000000000 +0100
-@@ -8,5 +8,5 @@
- Description: Mission Control Client Library
- Requires: dbus-1 >= 0.50, telepathy-glib >= 0.7.1
- Version: @VERSION@
--Libs: -L${libdir} -lmcclient @DBUS_LIBS@
--Cflags: -I${includedir} @DBUS_CFLAGS@
-+Libs: -L${libdir} -lmcclient
-+Cflags: -I${includedir}
diff --git a/meta/recipes-connectivity/telepathy/telepathy-mission-control_4.67.bb b/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.7.0.bb
similarity index 73%
rename from meta/recipes-connectivity/telepathy/telepathy-mission-control_4.67.bb
rename to meta/recipes-connectivity/telepathy/telepathy-mission-control_5.7.0.bb
index 3af1779..de28a08 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-mission-control_4.67.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.7.0.bb
@@ -1,13 +1,14 @@
DESCRIPTION = "Central control for Telepathy connection managers"
HOMEPAGE = "http://mission-control.sourceforge.net/"
-LICENSE = "LGPL"
+LICENSE = "LGPLv2.1+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \
+ file://src/request.h;beginline=1;endline=21;md5=f80534d9af1c33291b3b79609f196eb2"
SECTION = "libs"
DEPENDS = "libtelepathy dbus-glib gconf"
-SRC_URI = "${SOURCEFORGE_MIRROR}/mission-control/telepathy-mission-control-${PV}.tar.gz \
- file://pkgconfig.patch;patch=1"
+SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-mission-control/telepathy-mission-control-${PV}.tar.gz"
-PR = "r1"
+PR = "r0"
inherit autotools pkgconfig
@@ -38,3 +39,6 @@ FILES_libmissioncontrol-server-dev = "${libdir}/libmissioncontrol-server.*"
FILES_libmissioncontrol-dbg = "${libdir}/.debug/libmissioncontrol.so.*"
FILES_libmissioncontrol-config-dbg = "${libdir}/.debug/libmissioncontrol-config.so.*"
FILES_libmissioncontrol-server-dbg = "${libdir}/.debug/libmissioncontrol-server.so.*"
+
+SRC_URI[md5sum] = "cf6a3f48bb493312b537c9b6b33c0a72"
+SRC_URI[sha256sum] = "ffe0da124418fa4f8c3a9049f7e13febb1ca5e9be92229cd5ab12238f4fda824"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 16+ messages in thread* [PATCH 05/14] connman: Upgrade to version 0.63
2010-11-26 1:51 [PATCH 00/14] [PULL] Connectivity/Multimedia/Base recipes upgrade Dongxiao Xu
` (3 preceding siblings ...)
2010-11-23 6:50 ` [PATCH 04/14] telepathy-mission-control: Upgrade to version 5.7.0 Dongxiao Xu
@ 2010-11-23 7:06 ` Dongxiao Xu
2010-11-24 3:35 ` [PATCH 06/14] minicom: Upgrade to version 2.4 Dongxiao Xu
` (9 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Dongxiao Xu @ 2010-11-23 7:06 UTC (permalink / raw)
To: poky
Add build dependency iptables.
Fix recipe metadata.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
.../connman/{connman-0.56 => connman-0.63}/connman | 0
.../{connman-0.56 => connman-0.63}/dbusperms.patch | 0
.../fix-shutdown-ap-disconnect.patch | 0
meta/recipes-connectivity/connman/connman.inc | 2 +-
.../connman/{connman_0.56.bb => connman_0.63.bb} | 5 ++++-
5 files changed, 5 insertions(+), 2 deletions(-)
rename meta/recipes-connectivity/connman/{connman-0.56 => connman-0.63}/connman (100%)
mode change 100755 => 100644
rename meta/recipes-connectivity/connman/{connman-0.56 => connman-0.63}/dbusperms.patch (100%)
rename meta/recipes-connectivity/connman/{connman-0.56 => connman-0.63}/fix-shutdown-ap-disconnect.patch (100%)
rename meta/recipes-connectivity/connman/{connman_0.56.bb => connman_0.63.bb} (79%)
diff --git a/meta/recipes-connectivity/connman/connman-0.56/connman b/meta/recipes-connectivity/connman/connman-0.63/connman
old mode 100755
new mode 100644
similarity index 100%
rename from meta/recipes-connectivity/connman/connman-0.56/connman
rename to meta/recipes-connectivity/connman/connman-0.63/connman
diff --git a/meta/recipes-connectivity/connman/connman-0.56/dbusperms.patch b/meta/recipes-connectivity/connman/connman-0.63/dbusperms.patch
similarity index 100%
rename from meta/recipes-connectivity/connman/connman-0.56/dbusperms.patch
rename to meta/recipes-connectivity/connman/connman-0.63/dbusperms.patch
diff --git a/meta/recipes-connectivity/connman/connman-0.56/fix-shutdown-ap-disconnect.patch b/meta/recipes-connectivity/connman/connman-0.63/fix-shutdown-ap-disconnect.patch
similarity index 100%
rename from meta/recipes-connectivity/connman/connman-0.56/fix-shutdown-ap-disconnect.patch
rename to meta/recipes-connectivity/connman/connman-0.63/fix-shutdown-ap-disconnect.patch
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc
index ced21fe..fb970ed 100644
--- a/meta/recipes-connectivity/connman/connman.inc
+++ b/meta/recipes-connectivity/connman/connman.inc
@@ -13,7 +13,7 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
file://src/main.c;beginline=1;endline=20;md5=4b55b550fa6b33cc2055ef30dd262b3e"
-DEPENDS = "libgdbus dbus glib-2.0 hal"
+DEPENDS = "libgdbus dbus glib-2.0 hal iptables"
RDEPENDS_${PN} = "wpa-supplicant resolvconf"
INITSCRIPT_NAME = "connman"
diff --git a/meta/recipes-connectivity/connman/connman_0.56.bb b/meta/recipes-connectivity/connman/connman_0.63.bb
similarity index 79%
rename from meta/recipes-connectivity/connman/connman_0.56.bb
rename to meta/recipes-connectivity/connman/connman_0.63.bb
index 665da32..e99f784 100644
--- a/meta/recipes-connectivity/connman/connman_0.56.bb
+++ b/meta/recipes-connectivity/connman/connman_0.63.bb
@@ -1,5 +1,5 @@
require connman.inc
-PR = "r2"
+PR = "r0"
EXTRA_OECONF += "\
ac_cv_path_WPASUPPLICANT=/usr/sbin/wpa_supplicant \
@@ -23,3 +23,6 @@ SRC_URI = "\
file://fix-shutdown-ap-disconnect.patch \
file://connman \
"
+
+SRC_URI[md5sum] = "11616a4fa1d03f96f0739730645f7c53"
+SRC_URI[sha256sum] = "e2a57376cdcd42b3876262da6959aa58428941e0eb2df9a4724cd3f1af934492"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 16+ messages in thread* [PATCH 06/14] minicom: Upgrade to version 2.4
2010-11-26 1:51 [PATCH 00/14] [PULL] Connectivity/Multimedia/Base recipes upgrade Dongxiao Xu
` (4 preceding siblings ...)
2010-11-23 7:06 ` [PATCH 05/14] connman: Upgrade to version 0.63 Dongxiao Xu
@ 2010-11-24 3:35 ` Dongxiao Xu
2010-11-25 5:48 ` [PATCH 07/14] wpa-supplicant: Upgrade to version 0.7.3 Dongxiao Xu
` (8 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Dongxiao Xu @ 2010-11-24 3:35 UTC (permalink / raw)
To: poky
Fixed its metadata
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
.../{minicom-2.3 => minicom-2.4}/gcc4-scope.patch | 0
.../rename-conflicting-functions.patch | 0
meta/recipes-extended/minicom/minicom_2.3.bb | 18 ----------------
meta/recipes-extended/minicom/minicom_2.4.bb | 22 ++++++++++++++++++++
4 files changed, 22 insertions(+), 18 deletions(-)
rename meta/recipes-extended/minicom/{minicom-2.3 => minicom-2.4}/gcc4-scope.patch (100%)
rename meta/recipes-extended/minicom/{minicom-2.3 => minicom-2.4}/rename-conflicting-functions.patch (100%)
delete mode 100644 meta/recipes-extended/minicom/minicom_2.3.bb
create mode 100644 meta/recipes-extended/minicom/minicom_2.4.bb
diff --git a/meta/recipes-extended/minicom/minicom-2.3/gcc4-scope.patch b/meta/recipes-extended/minicom/minicom-2.4/gcc4-scope.patch
similarity index 100%
rename from meta/recipes-extended/minicom/minicom-2.3/gcc4-scope.patch
rename to meta/recipes-extended/minicom/minicom-2.4/gcc4-scope.patch
diff --git a/meta/recipes-extended/minicom/minicom-2.3/rename-conflicting-functions.patch b/meta/recipes-extended/minicom/minicom-2.4/rename-conflicting-functions.patch
similarity index 100%
rename from meta/recipes-extended/minicom/minicom-2.3/rename-conflicting-functions.patch
rename to meta/recipes-extended/minicom/minicom-2.4/rename-conflicting-functions.patch
diff --git a/meta/recipes-extended/minicom/minicom_2.3.bb b/meta/recipes-extended/minicom/minicom_2.3.bb
deleted file mode 100644
index c327e94..0000000
--- a/meta/recipes-extended/minicom/minicom_2.3.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-SECTION = "console/network"
-DEPENDS = "ncurses"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=420477abc567404debca0a2a1cb6b645"
-SRC_URI = "http://alioth.debian.org/frs/download.php/2332/minicom-${PV}.tar.gz \
- file://rename-conflicting-functions.patch \
- "
-
-# file://gcc4-scope.patch;patch=1 \
-
-inherit autotools gettext
-
-do_install() {
- for d in doc extras man lib src; do make -C $d DESTDIR=${D} install; done
-}
-
-SRC_URI[md5sum] = "0ebe7a91898384ca906787cc4e2c3f25"
-SRC_URI[sha256sum] = "2acbc3d4a07e1134ee285a72fa44bbc27703b02dba02be68db9e6fd8320356fb"
diff --git a/meta/recipes-extended/minicom/minicom_2.4.bb b/meta/recipes-extended/minicom/minicom_2.4.bb
new file mode 100644
index 0000000..439dbd7
--- /dev/null
+++ b/meta/recipes-extended/minicom/minicom_2.4.bb
@@ -0,0 +1,22 @@
+SUMMARY = "Text-based modem control and terminal emulation program"
+DESCRIPTION = "Minicom is a text-based modem control and terminal emulation program for Unix-like operating systems"
+SECTION = "console/network"
+DEPENDS = "ncurses"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=420477abc567404debca0a2a1cb6b645 \
+ file://src/minicom.h;beginline=1;endline=12;md5=a58838cb709f0db517f4e42730c49e81"
+
+SRC_URI = "http://alioth.debian.org/frs/download.php/3195/minicom-${PV}.tar.gz \
+ file://rename-conflicting-functions.patch \
+ "
+
+# file://gcc4-scope.patch;patch=1 \
+
+inherit autotools gettext
+
+do_install() {
+ for d in doc extras man lib src; do make -C $d DESTDIR=${D} install; done
+}
+
+SRC_URI[md5sum] = "700976a3c2dcc8bbd50ab9bb1c08837b"
+SRC_URI[sha256sum] = "700976a3c2dcc8bbd50ab9bb1c08837b"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 16+ messages in thread* [PATCH 07/14] wpa-supplicant: Upgrade to version 0.7.3
2010-11-26 1:51 [PATCH 00/14] [PULL] Connectivity/Multimedia/Base recipes upgrade Dongxiao Xu
` (5 preceding siblings ...)
2010-11-24 3:35 ` [PATCH 06/14] minicom: Upgrade to version 2.4 Dongxiao Xu
@ 2010-11-25 5:48 ` Dongxiao Xu
2010-11-25 5:48 ` [PATCH 08/14] gst-openmax: Upgrade to version 0.10.1 Dongxiao Xu
` (7 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Dongxiao Xu @ 2010-11-25 5:48 UTC (permalink / raw)
To: poky
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
meta/conf/distro/include/poky-fixed-revisions.inc | 2 +-
.../99_wpa_supplicant | 0
.../defaults-sane | 0
.../defconfig | 0
.../defconfig-gnutls | 0
.../init.sh | 0
.../wpa-supplicant.sh | 0
.../wpa_supplicant-0.5.7-always-scan.patch | 0
...a_supplicant-fix-deprecated-dbus-function.patch | 0
.../wpa_supplicant.conf | 0
.../wpa_supplicant.conf-sane | 0
.../wpa_supplicant_default.conf | 0
.../wpa-supplicant/wpa-supplicant_0.7.2.bb | 3 ---
.../wpa-supplicant/wpa-supplicant_0.7.3.bb | 6 ++++++
14 files changed, 7 insertions(+), 4 deletions(-)
rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.2 => wpa-supplicant-0.7.3}/99_wpa_supplicant (100%)
rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.2 => wpa-supplicant-0.7.3}/defaults-sane (100%)
rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.2 => wpa-supplicant-0.7.3}/defconfig (100%)
rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.2 => wpa-supplicant-0.7.3}/defconfig-gnutls (100%)
rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.2 => wpa-supplicant-0.7.3}/init.sh (100%)
rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.2 => wpa-supplicant-0.7.3}/wpa-supplicant.sh (100%)
rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.2 => wpa-supplicant-0.7.3}/wpa_supplicant-0.5.7-always-scan.patch (100%)
rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.2 => wpa-supplicant-0.7.3}/wpa_supplicant-fix-deprecated-dbus-function.patch (100%)
rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.2 => wpa-supplicant-0.7.3}/wpa_supplicant.conf (100%)
rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.2 => wpa-supplicant-0.7.3}/wpa_supplicant.conf-sane (100%)
rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.2 => wpa-supplicant-0.7.3}/wpa_supplicant_default.conf (100%)
delete mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.2.bb
create mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.3.bb
diff --git a/meta/conf/distro/include/poky-fixed-revisions.inc b/meta/conf/distro/include/poky-fixed-revisions.inc
index 0eb2af4..c437a1c 100644
--- a/meta/conf/distro/include/poky-fixed-revisions.inc
+++ b/meta/conf/distro/include/poky-fixed-revisions.inc
@@ -6,7 +6,7 @@ PREFERRED_VERSION_elfutils ?= "0.89"
PREFERRED_VERSION_hal ?= "0.5.14"
PREFERRED_VERSION_hal-info ?= "20091130"
PREFERRED_VERSION_udev ?= "158"
-PREFERRED_VERSION_wpa-supplicant ?= "0.6.10"
+PREFERRED_VERSION_wpa-supplicant ?= "0.7.3"
# Force the python versions in one place
PYTHON_BASEVERSION ?= "2.6"
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.2/99_wpa_supplicant b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/99_wpa_supplicant
similarity index 100%
rename from meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.2/99_wpa_supplicant
rename to meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/99_wpa_supplicant
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.2/defaults-sane b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/defaults-sane
similarity index 100%
rename from meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.2/defaults-sane
rename to meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/defaults-sane
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.2/defconfig b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/defconfig
similarity index 100%
rename from meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.2/defconfig
rename to meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/defconfig
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.2/defconfig-gnutls b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/defconfig-gnutls
similarity index 100%
rename from meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.2/defconfig-gnutls
rename to meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/defconfig-gnutls
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.2/init.sh b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/init.sh
similarity index 100%
rename from meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.2/init.sh
rename to meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/init.sh
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.2/wpa-supplicant.sh b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa-supplicant.sh
similarity index 100%
rename from meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.2/wpa-supplicant.sh
rename to meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa-supplicant.sh
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.2/wpa_supplicant-0.5.7-always-scan.patch b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa_supplicant-0.5.7-always-scan.patch
similarity index 100%
rename from meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.2/wpa_supplicant-0.5.7-always-scan.patch
rename to meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa_supplicant-0.5.7-always-scan.patch
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.2/wpa_supplicant-fix-deprecated-dbus-function.patch b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa_supplicant-fix-deprecated-dbus-function.patch
similarity index 100%
rename from meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.2/wpa_supplicant-fix-deprecated-dbus-function.patch
rename to meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa_supplicant-fix-deprecated-dbus-function.patch
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.2/wpa_supplicant.conf b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa_supplicant.conf
similarity index 100%
rename from meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.2/wpa_supplicant.conf
rename to meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa_supplicant.conf
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.2/wpa_supplicant.conf-sane b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa_supplicant.conf-sane
similarity index 100%
rename from meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.2/wpa_supplicant.conf-sane
rename to meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa_supplicant.conf-sane
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.2/wpa_supplicant_default.conf b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa_supplicant_default.conf
similarity index 100%
rename from meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.2/wpa_supplicant_default.conf
rename to meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa_supplicant_default.conf
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.2.bb b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.2.bb
deleted file mode 100644
index d1f6c6d..0000000
--- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.2.bb
+++ /dev/null
@@ -1,3 +0,0 @@
-require wpa-supplicant-0.7.inc
-
-PR = "r1"
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.3.bb b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.3.bb
new file mode 100644
index 0000000..2d7729c
--- /dev/null
+++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.3.bb
@@ -0,0 +1,6 @@
+require wpa-supplicant-0.7.inc
+
+PR = "r0"
+
+SRC_URI[md5sum] = "f516f191384a9a546e3f5145c08addda"
+SRC_URI[sha256sum] = "d0cd50caa85346ccc376dcda5ed3c258eef19a93b3cade39d25760118ad59443"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 16+ messages in thread* [PATCH 08/14] gst-openmax: Upgrade to version 0.10.1
2010-11-26 1:51 [PATCH 00/14] [PULL] Connectivity/Multimedia/Base recipes upgrade Dongxiao Xu
` (6 preceding siblings ...)
2010-11-25 5:48 ` [PATCH 07/14] wpa-supplicant: Upgrade to version 0.7.3 Dongxiao Xu
@ 2010-11-25 5:48 ` Dongxiao Xu
2010-11-25 5:49 ` [PATCH 09/14] gupnp-tools: Upgrade to version 0.8 Dongxiao Xu
` (6 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Dongxiao Xu @ 2010-11-25 5:48 UTC (permalink / raw)
To: poky
Fixed recipe metadata.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
.../gstreamer/gst-openmax_0.10.0.2.bb | 19 -------------------
.../gstreamer/gst-openmax_0.10.1.bb | 20 ++++++++++++++++++++
2 files changed, 20 insertions(+), 19 deletions(-)
delete mode 100644 meta/recipes-multimedia/gstreamer/gst-openmax_0.10.0.2.bb
create mode 100644 meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb
diff --git a/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.0.2.bb b/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.0.2.bb
deleted file mode 100644
index 9285ef6..0000000
--- a/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.0.2.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-DEPENDS = "gstreamer"
-RDEPENDS = "libomxil"
-LICENSE = "LGPLv2"
-
-SRC_URI = "http://gstreamer.freedesktop.org/src/gst-openmax/pre/gst-openmax-0.10.0.2.tar.bz2"
-
-inherit autotools
-
-EXTRA_OECONF += "--disable-valgrind"
-
-do_configure_prepend() {
-
- install -d ${S}/m4/
- install -m 0644 ${S}/common/m4/*.m4 ${S}/m4/
-}
-
-FILES_${PN} += "${libdir}/gstreamer-0.10/libgstomx.so"
-FILES_${PN}-dev += "${libdir}/gstreamer-0.10/libgstomx.*a"
-FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug/"
diff --git a/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb b/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb
new file mode 100644
index 0000000..a4cf815
--- /dev/null
+++ b/meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb
@@ -0,0 +1,20 @@
+DEPENDS = "gstreamer"
+RDEPENDS = "libomxil"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \
+ file://util/sem.h;beginline=1;endline=20;md5=accce5550d5583b839b441a0623f09fc"
+
+SRC_URI = "http://gstreamer.freedesktop.org/src/gst-openmax/gst-openmax-${PV}.tar.bz2"
+
+inherit autotools
+
+EXTRA_OECONF += "--disable-valgrind"
+
+PR = "r0"
+
+FILES_${PN} += "${libdir}/gstreamer-0.10/libgstomx.so"
+FILES_${PN}-dev += "${libdir}/gstreamer-0.10/libgstomx.*a"
+FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug/"
+
+SRC_URI[md5sum] = "4d0370bfe99dea20918c84347abadb4e"
+SRC_URI[sha256sum] = "9074d5a0591995133d19cfb15144f19664f902c1623f996595695cf2c2070e1f"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 16+ messages in thread* [PATCH 09/14] gupnp-tools: Upgrade to version 0.8
2010-11-26 1:51 [PATCH 00/14] [PULL] Connectivity/Multimedia/Base recipes upgrade Dongxiao Xu
` (7 preceding siblings ...)
2010-11-25 5:48 ` [PATCH 08/14] gst-openmax: Upgrade to version 0.10.1 Dongxiao Xu
@ 2010-11-25 5:49 ` Dongxiao Xu
2010-11-25 5:49 ` [PATCH 10/14] gssdp: Upgrade to version 0.9.0 Dongxiao Xu
` (5 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Dongxiao Xu @ 2010-11-25 5:49 UTC (permalink / raw)
To: poky
Fix recipe metadata.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
.../gupnp/gupnp-tools_0.8.1.bb | 14 ++++++++++++++
meta/recipes-connectivity/gupnp/gupnp-tools_0.8.bb | 7 -------
2 files changed, 14 insertions(+), 7 deletions(-)
create mode 100644 meta/recipes-connectivity/gupnp/gupnp-tools_0.8.1.bb
delete mode 100644 meta/recipes-connectivity/gupnp/gupnp-tools_0.8.bb
diff --git a/meta/recipes-connectivity/gupnp/gupnp-tools_0.8.1.bb b/meta/recipes-connectivity/gupnp/gupnp-tools_0.8.1.bb
new file mode 100644
index 0000000..98b2dc0
--- /dev/null
+++ b/meta/recipes-connectivity/gupnp/gupnp-tools_0.8.1.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Tools for GUPnP"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
+ file://src/network-light/main.c;beginline=1;endline=21;md5=033bf37c030780c5a72165846b3003f6"
+DEPENDS = "gupnp gtk+ libglade gnome-icon-theme"
+
+SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz"
+
+PR = "r0"
+
+inherit autotools pkgconfig
+
+SRC_URI[md5sum] = "d8a44a8c19b1cc10b8e5508448d8493f"
+SRC_URI[sha256sum] = "3b46a76fcbb0188b8d2c406e514edc7662d65f48774c81e5a19f93d7706db302"
diff --git a/meta/recipes-connectivity/gupnp/gupnp-tools_0.8.bb b/meta/recipes-connectivity/gupnp/gupnp-tools_0.8.bb
deleted file mode 100644
index 76a8b2b..0000000
--- a/meta/recipes-connectivity/gupnp/gupnp-tools_0.8.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-DESCRIPTION = "Tools for GUPnP"
-LICENSE = "GPL"
-DEPENDS = "gupnp gtk+ libglade gnome-icon-theme"
-
-SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz"
-
-inherit autotools pkgconfig
--
1.6.3.3
^ permalink raw reply related [flat|nested] 16+ messages in thread* [PATCH 10/14] gssdp: Upgrade to version 0.9.0
2010-11-26 1:51 [PATCH 00/14] [PULL] Connectivity/Multimedia/Base recipes upgrade Dongxiao Xu
` (8 preceding siblings ...)
2010-11-25 5:49 ` [PATCH 09/14] gupnp-tools: Upgrade to version 0.8 Dongxiao Xu
@ 2010-11-25 5:49 ` Dongxiao Xu
2010-11-25 5:52 ` [PATCH 11/14] ofono: Upgrade to version 0.33 Dongxiao Xu
` (4 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Dongxiao Xu @ 2010-11-25 5:49 UTC (permalink / raw)
To: poky
Fix recipe metadata
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
.../gupnp/{gssdp_0.7.1.bb => gssdp_0.9.0.bb} | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
rename meta/recipes-connectivity/gupnp/{gssdp_0.7.1.bb => gssdp_0.9.0.bb} (77%)
diff --git a/meta/recipes-connectivity/gupnp/gssdp_0.7.1.bb b/meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb
similarity index 77%
rename from meta/recipes-connectivity/gupnp/gssdp_0.7.1.bb
rename to meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb
index 2143984..25a58da 100644
--- a/meta/recipes-connectivity/gupnp/gssdp_0.7.1.bb
+++ b/meta/recipes-connectivity/gupnp/gssdp_0.9.0.bb
@@ -11,3 +11,6 @@ inherit autotools pkgconfig
PACKAGES =+ "gssdp-tools"
FILES_gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade"
+
+SRC_URI[md5sum] = "8605138eac1e7fb8ec8cf502a928ea81"
+SRC_URI[sha256sum] = "6e4de2ecc90d2ac8b3694af1954984d04de25fb01dd2f2748d7221add8ead9e0"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 16+ messages in thread* [PATCH 11/14] ofono: Upgrade to version 0.33
2010-11-26 1:51 [PATCH 00/14] [PULL] Connectivity/Multimedia/Base recipes upgrade Dongxiao Xu
` (9 preceding siblings ...)
2010-11-25 5:49 ` [PATCH 10/14] gssdp: Upgrade to version 0.9.0 Dongxiao Xu
@ 2010-11-25 5:52 ` Dongxiao Xu
2010-11-25 5:52 ` [PATCH 12/14] gupnp-av: Upgrade to version 0.7.0 Dongxiao Xu
` (3 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Dongxiao Xu @ 2010-11-25 5:52 UTC (permalink / raw)
To: poky
Fixed recipe metadata.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
meta/recipes-connectivity/ofono/ofono.inc | 4 +++-
.../ofono/{files => ofono}/ofono | 0
meta/recipes-connectivity/ofono/ofono_0.17.bb | 7 -------
meta/recipes-connectivity/ofono/ofono_0.33.bb | 9 +++++++++
4 files changed, 12 insertions(+), 8 deletions(-)
rename meta/recipes-connectivity/ofono/{files => ofono}/ofono (100%)
delete mode 100644 meta/recipes-connectivity/ofono/ofono_0.17.bb
create mode 100644 meta/recipes-connectivity/ofono/ofono_0.33.bb
diff --git a/meta/recipes-connectivity/ofono/ofono.inc b/meta/recipes-connectivity/ofono/ofono.inc
index eddfa47..5abc92e 100644
--- a/meta/recipes-connectivity/ofono/ofono.inc
+++ b/meta/recipes-connectivity/ofono/ofono.inc
@@ -1,7 +1,9 @@
HOMEPAGE = "http://www.ofono.org"
SUMMARY = "open source telephony"
DESCRIPTION = "oFono is a stack for mobile telephony devices on Linux. oFono supports speaking to telephony devices through specific drivers, or with generic AT commands."
-LICENSE = "GPL"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
+ file://src/ofono.h;beginline=1;endline=20;md5=85d349dd8ec342c8f40d90e520f22779"
inherit autotools pkgconfig update-rc.d
diff --git a/meta/recipes-connectivity/ofono/files/ofono b/meta/recipes-connectivity/ofono/ofono/ofono
similarity index 100%
rename from meta/recipes-connectivity/ofono/files/ofono
rename to meta/recipes-connectivity/ofono/ofono/ofono
diff --git a/meta/recipes-connectivity/ofono/ofono_0.17.bb b/meta/recipes-connectivity/ofono/ofono_0.17.bb
deleted file mode 100644
index 02b64e5..0000000
--- a/meta/recipes-connectivity/ofono/ofono_0.17.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-require ofono.inc
-
-PR = "r0"
-
-SRC_URI = "http://www.kernel.org/pub/linux/network/ofono/${P}.tar.bz2 \
- file://ofono"
-
diff --git a/meta/recipes-connectivity/ofono/ofono_0.33.bb b/meta/recipes-connectivity/ofono/ofono_0.33.bb
new file mode 100644
index 0000000..1d9a8af
--- /dev/null
+++ b/meta/recipes-connectivity/ofono/ofono_0.33.bb
@@ -0,0 +1,9 @@
+require ofono.inc
+
+PR = "r0"
+
+SRC_URI = "http://www.kernel.org/pub/linux/network/ofono/${P}.tar.bz2 \
+ file://ofono"
+
+SRC_URI[md5sum] = "001160996d0c00e7b8da575e1fff1bd1"
+SRC_URI[sha256sum] = "1b7ce568e32518f404231389150cea5d4abfb19e09eaa6e7a280be2e5186c82f"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 16+ messages in thread* [PATCH 12/14] gupnp-av: Upgrade to version 0.7.0
2010-11-26 1:51 [PATCH 00/14] [PULL] Connectivity/Multimedia/Base recipes upgrade Dongxiao Xu
` (10 preceding siblings ...)
2010-11-25 5:52 ` [PATCH 11/14] ofono: Upgrade to version 0.33 Dongxiao Xu
@ 2010-11-25 5:52 ` Dongxiao Xu
2010-11-26 1:50 ` [PATCH 13/14] libgsmd: Upgrade to rev 5394 Dongxiao Xu
` (2 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Dongxiao Xu @ 2010-11-25 5:52 UTC (permalink / raw)
To: poky
Fix recipe metadata.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
meta/recipes-connectivity/gupnp/gupnp-av_0.4.bb | 8 --------
meta/recipes-connectivity/gupnp/gupnp-av_0.5.2.bb | 8 --------
meta/recipes-connectivity/gupnp/gupnp-av_0.7.0.bb | 15 +++++++++++++++
3 files changed, 15 insertions(+), 16 deletions(-)
delete mode 100644 meta/recipes-connectivity/gupnp/gupnp-av_0.4.bb
delete mode 100644 meta/recipes-connectivity/gupnp/gupnp-av_0.5.2.bb
create mode 100644 meta/recipes-connectivity/gupnp/gupnp-av_0.7.0.bb
diff --git a/meta/recipes-connectivity/gupnp/gupnp-av_0.4.bb b/meta/recipes-connectivity/gupnp/gupnp-av_0.4.bb
deleted file mode 100644
index 97990ba..0000000
--- a/meta/recipes-connectivity/gupnp/gupnp-av_0.4.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-SUMMARY = "Helpers for AV applications using UPnP"
-DESCRIPTION = "GUPnP-AV is a collection of helpers for building AV (audio/video) applications using GUPnP."
-LICENSE = "LGPL"
-DEPENDS = "gupnp"
-
-SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz"
-
-inherit autotools pkgconfig
diff --git a/meta/recipes-connectivity/gupnp/gupnp-av_0.5.2.bb b/meta/recipes-connectivity/gupnp/gupnp-av_0.5.2.bb
deleted file mode 100644
index 97990ba..0000000
--- a/meta/recipes-connectivity/gupnp/gupnp-av_0.5.2.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-SUMMARY = "Helpers for AV applications using UPnP"
-DESCRIPTION = "GUPnP-AV is a collection of helpers for building AV (audio/video) applications using GUPnP."
-LICENSE = "LGPL"
-DEPENDS = "gupnp"
-
-SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz"
-
-inherit autotools pkgconfig
diff --git a/meta/recipes-connectivity/gupnp/gupnp-av_0.7.0.bb b/meta/recipes-connectivity/gupnp/gupnp-av_0.7.0.bb
new file mode 100644
index 0000000..c43fdd9
--- /dev/null
+++ b/meta/recipes-connectivity/gupnp/gupnp-av_0.7.0.bb
@@ -0,0 +1,15 @@
+SUMMARY = "Helpers for AV applications using UPnP"
+DESCRIPTION = "GUPnP-AV is a collection of helpers for building AV (audio/video) applications using GUPnP."
+LICENSE = "LGPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
+ file://libgupnp-av/gupnp-av.h;beginline=1;endline=22;md5=d344132a8766641fcb11213ff5982086"
+DEPENDS = "gupnp"
+
+SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz"
+
+PR = "r0"
+
+inherit autotools pkgconfig
+
+SRC_URI[md5sum] = "6eace748e9869cddb27daab46eb50635"
+SRC_URI[sha256sum] = "e13018d24abec9fafd75ef59c365adbb2ea3712fe5e69fff8c7284dc3f13cdeb"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 16+ messages in thread* [PATCH 13/14] libgsmd: Upgrade to rev 5394
2010-11-26 1:51 [PATCH 00/14] [PULL] Connectivity/Multimedia/Base recipes upgrade Dongxiao Xu
` (11 preceding siblings ...)
2010-11-25 5:52 ` [PATCH 12/14] gupnp-av: Upgrade to version 0.7.0 Dongxiao Xu
@ 2010-11-26 1:50 ` Dongxiao Xu
2010-11-26 1:50 ` [PATCH 14/14] distro_tracking: gupnp-av, gupnp-tools, ofono, etc Dongxiao Xu
2010-12-02 18:15 ` [PATCH 00/14] [PULL] Connectivity/Multimedia/Base recipes upgrade Saul Wold
14 siblings, 0 replies; 16+ messages in thread
From: Dongxiao Xu @ 2010-11-26 1:50 UTC (permalink / raw)
To: poky
Rebase fix_machine_init.patch to latest version.
Fixed recipe metadata.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
.../conf/distro/include/poky-default-revisions.inc | 2 +-
.../gsm/files/fix_machine_init.patch | 21 +++++++++++--------
meta/recipes-connectivity/gsm/gsmd.inc | 8 +++++-
3 files changed, 19 insertions(+), 12 deletions(-)
diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc
index d8b1686..87dac8c 100644
--- a/meta/conf/distro/include/poky-default-revisions.inc
+++ b/meta/conf/distro/include/poky-default-revisions.inc
@@ -59,7 +59,7 @@ SRCREV_pn-kern-tools-native ??= "9722d8decacd2b750f079b3fde7918810700f80e"
SRCREV_pn-libdrm ??= "3f3c5be6f908272199ccf53f108b1124bfe0a00e"
SRCREV_pn-libfakekey ??= "2031"
SRCREV_pn-libgdbus ??= "aeab6e3c0185b271ca343b439470491b99cc587f"
-SRCREV_pn-libgsmd ??= "4335"
+SRCREV_pn-libgsmd ??= "5394"
SRCREV_pn-libmatchbox ??= "1531"
SRCREV_pn-libowl ??= "408"
SRCREV_pn-libowl-av ??= "416"
diff --git a/meta/recipes-connectivity/gsm/files/fix_machine_init.patch b/meta/recipes-connectivity/gsm/files/fix_machine_init.patch
index 808bb17..9fb6466 100644
--- a/meta/recipes-connectivity/gsm/files/fix_machine_init.patch
+++ b/meta/recipes-connectivity/gsm/files/fix_machine_init.patch
@@ -1,22 +1,25 @@
-Index: src/gsmd/gsmd.c
-===================================================================
---- a/src/gsmd/gsmd.c (revision 4304)
-+++ b/src/gsmd/gsmd.c (working copy)
-@@ -196,13 +196,13 @@
+Rebase the patch to latest version.
+
+By Dongxiao Xu <dongxiao.xu@intel.com>
+
+diff -ruN gsm-orig/src/gsmd/gsmd.c gsm/src/gsmd/gsmd.c
+--- gsm-orig/src/gsmd/gsmd.c 2010-11-25 10:14:22.000000000 +0800
++++ gsm/src/gsmd/gsmd.c 2010-11-25 10:14:52.000000000 +0800
+@@ -196,14 +196,11 @@
sms_cb_init(gsmd);
- if (gsmd->vendorpl && gsmd->vendorpl->initsettings){
+ if (gsmd->vendorpl && gsmd->vendorpl->initsettings)
rc |= gsmd->vendorpl->initsettings(gsmd);
-+
-+ if (gsmd->machinepl && gsmd->machinepl->initsettings)
- rc |= gsmd->machinepl->initsettings(gsmd);
+- if (gsmd->machinepl && gsmd->machinepl->initsettings)
+- rc |= gsmd->machinepl->initsettings(gsmd);
- return rc;
- }
- else
- return rc;
-+
++ if (gsmd->machinepl && gsmd->machinepl->initsettings)
++ rc |= gsmd->machinepl->initsettings(gsmd);
+ return rc;
}
diff --git a/meta/recipes-connectivity/gsm/gsmd.inc b/meta/recipes-connectivity/gsm/gsmd.inc
index 02ea453..9818188 100644
--- a/meta/recipes-connectivity/gsm/gsmd.inc
+++ b/meta/recipes-connectivity/gsm/gsmd.inc
@@ -1,12 +1,16 @@
SUMMARY = "GSM libraries and daemons"
DESCRIPTION = "GSM libraries and daemons implementing the 07.10 specification"
HOMEPAGE = "http://www.openmoko.org"
-LICENSE = "GPL LGPL"
+LICENSE = "GPLv2+ & LGPLv2.1+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
+ file://COPYING.library;md5=2d5025d4aa3495befef8f17206a5b0a1 \
+ file://src/util/event.c;beginline=1;endline=21;md5=7fc982f6308a591d1e3581e59c6768ce \
+ file://src/libgsmd/libgsmd_sms.c;beginline=1;endline=19;md5=7bd4cdfab49cfba6a2afc020ee0b0806"
SECTION = "libs/gsm"
PROVIDES += "gsmd"
RPROVIDES_${PN} = "libgsmd0 libgsmd gsmd gsmd-devel"
PV = "0.1+svnr${SRCREV}"
-PR = "r47"
+PR = "r0"
SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gsm;proto=http \
file://fix_machine_init.patch;patch=1 \
--
1.6.3.3
^ permalink raw reply related [flat|nested] 16+ messages in thread* [PATCH 14/14] distro_tracking: gupnp-av, gupnp-tools, ofono, etc.
2010-11-26 1:51 [PATCH 00/14] [PULL] Connectivity/Multimedia/Base recipes upgrade Dongxiao Xu
` (12 preceding siblings ...)
2010-11-26 1:50 ` [PATCH 13/14] libgsmd: Upgrade to rev 5394 Dongxiao Xu
@ 2010-11-26 1:50 ` Dongxiao Xu
2010-12-02 18:15 ` [PATCH 00/14] [PULL] Connectivity/Multimedia/Base recipes upgrade Saul Wold
14 siblings, 0 replies; 16+ messages in thread
From: Dongxiao Xu @ 2010-11-26 1:50 UTC (permalink / raw)
To: poky
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
.../conf/distro/include/distro_tracking_fields.inc | 97 +++++++++++++-------
1 files changed, 63 insertions(+), 34 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index 5eadadd..18e9996 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -68,9 +68,12 @@ RECIPE_STATUS_pn-mingetty = "red"
RECIPE_LATEST_VERIONS_pn-mingetty = "check"
RECIPE_MAINTAINER_pn-mingetty = "Xiaofeng.Yan <xiaofeng@windriver.com>"
-RECIPE_STATUS_pn-minicom = "red"
-RECIPE_LATEST_VERIONS_pn-minicom = "check"
-RECIPE_MAINTAINER_pn-minicom = "Dongxiao Xu <dongxiao.xu@intel.com"
+RECIPE_STATUS_pn-minicom="green"
+RECIPE_LATEST_VERSION_pn-minicom="2.4"
+RECIPE_NO_OF_PATCHES_pn-minicom="1"
+RECIPE_LATEST_RELEASE_DATE_pn-minicom="2010/12/20"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-minicom="22 months"
+RECIPE_MAINTAINER_pn-minicom = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-patch = "red"
RECIPE_LATEST_VERIONS_pn-patch = "check"
@@ -1103,9 +1106,12 @@ RECIPE_LATEST_VERSION_pn-eee-acpi-scripts = "1.1.10+eaaa266e8c3b91b19d8ac861334b
RECIPE_MAINTAINER_pn-eee-acpi-scripts = "Kevin Tian <kevin.tian@intel.com>"
DISTRO_PN_ALIAS_pn-eee-acpi-scripts = "Debian=eeepc-acpi-scripts Ubuntu=eeepc-acpi-scripts"
-RECIPE_STATUS_pn-gssdp = "red"
-RECIPE_LATEST_VERSION_pn-gssdp = "0.7.2"
-RECIPE_MAINTAINER_pn-gssdp = "Kevin Tian <kevin.tian@intel.com>"
+RECIPE_STATUS_pn-gssdp = "green"
+RECIPE_LATEST_VERSION_pn-gssdp = "0.9.0"
+RECIPE_NO_OF_PATCHES_pn-gssdp="0"
+RECIPE_LATEST_RELEASE_DATE_pn-gssdp="2010/11/12"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gssdp="2 month"
+RECIPE_MAINTAINER_pn-gssdp = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-insserv = "red"
RECIPE_LATEST_VERSION_pn-insserv = "1.14.0"
@@ -1898,11 +1904,10 @@ RECIPE_MAINTAINER_pn-libpcap = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-wpa-supplicant="green"
DISTRO_PN_ALIAS_pn-wpa-supplicant = "Meego=wpa_supplicant Fedora=wpa_supplicant OpenSuSE=wpa_supplicant Ubuntu=wpasupplicant Mandriva=wpa_supplicant Debian=wpasupplicant"
-RECIPE_LATEST_VERSION_pn-wpa-supplicant="0.7.2"
-RECIPE_NO_UPDATE_REASON_pn-wpa-supplicant="0.7.2 is development version, and latest stable version is 0.6.10"
+RECIPE_LATEST_VERSION_pn-wpa-supplicant="0.7.3"
RECIPE_NO_OF_PATCHES_pn-wpa-supplicant="0"
-RECIPE_LATEST_RELEASE_DATE_pn-wpa-supplicant="2010/04/18"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-wpa-supplicant="3 months"
+RECIPE_LATEST_RELEASE_DATE_pn-wpa-supplicant="2010/09/07"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-wpa-supplicant="5 months"
RECIPE_MAINTAINER_pn-wpa-supplicant = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-ppp="green"
@@ -1921,10 +1926,10 @@ RECIPE_MAINTAINER_pn-libproxy = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-connman = "green"
DISTRO_PN_ALIAS_pn-connman = "Meego=connman"
-RECIPE_LATEST_VERSION_pn-connman = "0.56"
-RECIPE_NO_OF_PATCHES_pn-connman="0"
-RECIPE_LATEST_RELEASE_DATE_pn-connman="2010/08/05"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-connman="10 days"
+RECIPE_LATEST_VERSION_pn-connman = "0.63"
+RECIPE_NO_OF_PATCHES_pn-connman="2"
+RECIPE_LATEST_RELEASE_DATE_pn-connman="2010/11/04"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-connman="1 month"
RECIPE_MAINTAINER_pn-connman = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-connman-gnome = "green"
@@ -1943,12 +1948,18 @@ RECIPE_STATUS_pn-gupnp = "red"
RECIPE_LATEST_VERSION_pn-gupnp = "0.13.3"
RECIPE_MAINTAINER_pn-gupnp = "Dongxiao Xu <dongxiao.xu@intel.com>"
-RECIPE_STATUS_pn-gupnp-av = "red"
-RECIPE_LATEST_VERSION_pn-gupnp-av = "0.5.5"
+RECIPE_STATUS_pn-gupnp-av = "green"
+RECIPE_LATEST_VERSION_pn-gupnp-av = "0.7.0"
+RECIPE_NO_OF_PATCHES_pn-gupnp-av= "0"
+RECIPE_LATEST_RELEASE_DATE_pn-gupnp-av= "2010/11/08"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gupnp-av= "15 days"
RECIPE_MAINTAINER_pn-gupnp-av = "Dongxiao Xu <dongxiao.xu@intel.com>"
-RECIPE_STATUS_pn-gupnp-tools = "red"
-RECIPE_LATEST_VERSION_pn-gupnp-tools = "0.8"
+RECIPE_STATUS_pn-gupnp-tools = "green"
+RECIPE_LATEST_VERSION_pn-gupnp-tools = "0.8.1"
+RECIPE_NO_OF_PATCHES_pn-gupnp-tools = "0"
+RECIPE_LATEST_RELEASE_DATE_pn-gupnp-tools = "2010/09/16"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gupnp-tools = "3 month"
RECIPE_MAINTAINER_pn-gupnp-tools = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-libopensync = "red"
@@ -1963,8 +1974,11 @@ RECIPE_STATUS_pn-libopensync-plugin-syncml = "red"
RECIPE_LATEST_VERSION_pn-libopensync-plugin-syncml = "0.39"
RECIPE_MAINTAINER_pn-libopensync-plugin-syncml = "Dongxiao Xu <dongxiao.xu@intel.com>"
-RECIPE_STATUS_pn-ofono = "red"
-RECIPE_LATEST_VERSION_pn-ofono = "0.21"
+RECIPE_STATUS_pn-ofono = "green"
+RECIPE_LATEST_VERSION_pn-ofono = "0.33"
+RECIPE_NO_OF_PATCHES_pn-ofono="0"
+RECIPE_LATEST_RELEASE_DATE_pn-ofono="2010/10/25"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-ofono="5 days"
RECIPE_MAINTAINER_pn-ofono = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-libtelepathy = "red"
@@ -1987,8 +2001,11 @@ RECIPE_STATUS_pn-telepathy-idle = "red"
RECIPE_LATEST_VERSION_pn-telepathy-idle = "0.1.6"
RECIPE_MAINTAINER_pn-telepathy-idle = "Dongxiao Xu <dongxiao.xu@intel.com>"
-RECIPE_STATUS_pn-telepathy-python = "red"
-RECIPE_LATEST_VERSION_pn-telepathy-python = "0.15.17"
+RECIPE_STATUS_pn-telepathy-python = "green"
+RECIPE_LATEST_VERSION_pn-telepathy-python = "0.15.18"
+RECIPE_NO_OF_PATCHES_pn-telepathy-python="0"
+RECIPE_LATEST_RELEASE_DATE_pn-telepathy-python="2010/08/05"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-telepathy-python="5 months"
RECIPE_MAINTAINER_pn-telepathy-python = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-bluez-hcidump = "red"
@@ -1999,8 +2016,10 @@ RECIPE_STATUS_pn-ppp-dialin = "red"
RECIPE_LATEST_VERSION_pn-ppp-dialin = "check"
RECIPE_MAINTAINER_pn-ppp-dialin = "Dongxiao Xu <dongxiao.xu@intel.com>"
-RECIPE_STATUS_pn-libgsmd = "red"
-RECIPE_LATEST_VERSION_pn-libgsmd = "check"
+RECIPE_STATUS_pn-libgsmd = "green"
+RECIPE_LATEST_VERSION_pn-libgsmd = "5394"
+RECIPE_LATEST_RELEASE_DATE_pn-libgsmd ="2009/08/06"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libgsmd="n/a"
DISTRO_PN_ALIAS_pn-libgsmd = "Fedora=gsm Ubuntu=libgsm Debian=libgsm Opensuse=libgsm"
RECIPE_MAINTAINER_pn-libgsmd = "Dongxiao Xu <dongxiao.xu@intel.com>"
@@ -2009,9 +2028,13 @@ RECIPE_LATEST_VERSION_pn-zeroconf = "0.9"
DISTRO_PN_ALIAS_pn-zeroconf = "OSPDT upstream=http://www.progsoc.org/~wildfire/zeroconf/"
RECIPE_MAINTAINER_pn-zeroconf = "Dongxiao Xu <dongxiao.xu@intel.com>"
-RECIPE_STATUS_pn-gypsy = "red"
-RECIPE_LATEST_VERSION_pn-gypsy = "0.7"
-RECIPE_MAINTAINER_pn-gypsy = "Dongxiao Xu <dongxiao.xu@intel.com>"
+RECIPE_STATUS_pn-gypsy="green"
+RECIPE_LATEST_VERSION_pn-gypsy="0.8"
+RECIPE_NO_OF_PATCHES_pn-gypsy="0"
+RECIPE_LATEST_RELEASE_DATE_pn-gypsy="2010/06/09"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gypsy="10 months"
+RECIPE_MAINTAINER_pn-gypsy= "Dongxiao Xu <dongxiao.xu@intel.com>"
+
RECIPE_STATUS_pn-libopensync-plugin-file = "red"
RECIPE_LATEST_VERSION_pn-libopensync-plugin-file = "0.39"
@@ -2025,8 +2048,11 @@ RECIPE_STATUS_pn-libsyncml = "red"
RECIPE_LATEST_VERSION_pn-libsyncml = "0.5.4"
RECIPE_MAINTAINER_pn-libsyncml = "Dongxiao Xu <dongxiao.xu@intel.com>"
-RECIPE_STATUS_pn-telepathy-mission-control = "red"
-RECIPE_LATEST_VERSION_pn-telepathy-mission-control = "5.5.0"
+RECIPE_STATUS_pn-telepathy-mission-control = "green"
+RECIPE_LATEST_VERSION_pn-telepathy-mission-control = "5.7.0"
+RECIPE_NO_OF_PATCHES_pn-telepathy-mission-control ="0"
+RECIPE_LATEST_RELEASE_DATE_pn-telepathy-mission-control ="2010/11/18"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-telepathy-mission-control ="2 months"
RECIPE_MAINTAINER_pn-telepathy-mission-control = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-libetpan = "red"
@@ -2380,8 +2406,11 @@ RECIPE_STATUS_pn-farsight2 = "red"
RECIPE_LATEST_VERSION_pn-farsight2 = "0.0.20"
RECIPE_MAINTAINER_pn-farsight2 = "Dongxiao Xu <dongxiao.xu@intel.com>"
-RECIPE_STATUS_pn-gst-openmax = "red"
-RECIPE_LATEST_VERSION_pn-gst-openmax = "0.10.0.5"
+RECIPE_STATUS_pn-gst-openmax = "green"
+RECIPE_LATEST_VERSION_pn-gst-openmax = "0.10.1"
+RECIPE_NO_OF_PATCHES_pn-gst-openmax = "0"
+RECIPE_LATEST_RELEASE_DATE_pn-gst-openmax = "2010/10/01"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gst-openmax= "18 months"
RECIPE_MAINTAINER_pn-gst-openmax = "Dongxiao Xu <dongxiao.xu@intel.com>"
DISTRO_PN_ALIAS_pn-gst-openmax="OSPDT upstream=http://cgit.freedesktop.org/gstreamer/gst-openmax"
@@ -2719,9 +2748,9 @@ RECIPE_LATEST_VERSION_pn-libxml-parser-perl="2.36"
RECIPE_MAINTAINER_pn-libxml-parser-perl = "Nitin A Kamble <nitin.a.kamble@intel.com>"
RECIPE_STATUS_pn-cmake-native="green"
-RECIPE_LATEST_VERSION_pn-cmake-native="2.8.2"
-RECIPE_LATEST_RELEASE_DATE_pn-cmake-native="2010/06/28"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-cmake-native="1 month"
+RECIPE_LATEST_VERSION_pn-cmake-native="2.8.3"
+RECIPE_LATEST_RELEASE_DATE_pn-cmake-native="2010/11/03"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-cmake-native="4 month"
RECIPE_MAINTAINER_pn-cmake-native = "Dongxiao Xu <dongxiao.xu@intel.com>"
RECIPE_STATUS_pn-m4="red"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 16+ messages in thread* Re: [PATCH 00/14] [PULL] Connectivity/Multimedia/Base recipes upgrade
2010-11-26 1:51 [PATCH 00/14] [PULL] Connectivity/Multimedia/Base recipes upgrade Dongxiao Xu
` (13 preceding siblings ...)
2010-11-26 1:50 ` [PATCH 14/14] distro_tracking: gupnp-av, gupnp-tools, ofono, etc Dongxiao Xu
@ 2010-12-02 18:15 ` Saul Wold
14 siblings, 0 replies; 16+ messages in thread
From: Saul Wold @ 2010-12-02 18:15 UTC (permalink / raw)
To: Dongxiao Xu; +Cc: poky@yoctoproject.org
On 11/25/2010 05:51 PM, Dongxiao Xu wrote:
> Hi Saul,
>
> Here are recipes upgrade for connectivity, multimedia, and base group.
> Please help to review and pull. Thanks!
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
> Branch: dxu4/distro
> Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/distro
>
> Thanks,
> Dongxiao Xu<dongxiao.xu@intel.com>
> ---
>
>
> Dongxiao Xu (14):
> cmake-native: Upgrade to version 2.8.3
> gypsy: Upgrade to version 0.8
> telepathy-python: Upgrade to version 0.15.18
> telepathy-mission-control: Upgrade to version 5.7.0
> connman: Upgrade to version 0.63
> minicom: Upgrade to version 2.4
> wpa-supplicant: Upgrade to version 0.7.3
> gst-openmax: Upgrade to version 0.10.1
> gupnp-tools: Upgrade to version 0.8
> gssdp: Upgrade to version 0.9.0
> ofono: Upgrade to version 0.33
> gupnp-av: Upgrade to version 0.7.0
> libgsmd: Upgrade to rev 5394
> distro_tracking: gupnp-av, gupnp-tools, ofono, etc.
>
> .../conf/distro/include/distro_tracking_fields.inc | 97 +++++++++++++-------
> .../conf/distro/include/poky-default-revisions.inc | 2 +-
> meta/conf/distro/include/poky-fixed-revisions.inc | 2 +-
> .../connman/{connman-0.56 => connman-0.63}/connman | 0
> .../{connman-0.56 => connman-0.63}/dbusperms.patch | 0
> .../fix-shutdown-ap-disconnect.patch | 0
> meta/recipes-connectivity/connman/connman.inc | 2 +-
> .../connman/{connman_0.56.bb => connman_0.63.bb} | 5 +-
> .../gsm/files/fix_machine_init.patch | 21 +++--
> meta/recipes-connectivity/gsm/gsmd.inc | 8 +-
> .../gupnp/{gssdp_0.7.1.bb => gssdp_0.9.0.bb} | 3 +
> meta/recipes-connectivity/gupnp/gupnp-av_0.4.bb | 8 --
> meta/recipes-connectivity/gupnp/gupnp-av_0.5.2.bb | 8 --
> meta/recipes-connectivity/gupnp/gupnp-av_0.7.0.bb | 15 +++
> .../gupnp/gupnp-tools_0.8.1.bb | 14 +++
> meta/recipes-connectivity/gupnp/gupnp-tools_0.8.bb | 7 --
> meta/recipes-connectivity/gypsy/gypsy_0.6.bb | 15 ---
> meta/recipes-connectivity/gypsy/gypsy_0.8.bb | 25 +++++
> meta/recipes-connectivity/ofono/ofono.inc | 4 +-
> .../ofono/{files => ofono}/ofono | 0
> meta/recipes-connectivity/ofono/ofono_0.17.bb | 7 --
> meta/recipes-connectivity/ofono/ofono_0.33.bb | 9 ++
> .../telepathy-mission-control/pkgconfig.patch | 24 -----
> ..._4.67.bb => telepathy-mission-control_5.7.0.bb} | 12 ++-
> .../telepathy/telepathy-python_0.15.1.bb | 8 --
> .../telepathy/telepathy-python_0.15.18.bb | 16 +++
> .../99_wpa_supplicant | 0
> .../defaults-sane | 0
> .../defconfig | 0
> .../defconfig-gnutls | 0
> .../init.sh | 0
> .../wpa-supplicant.sh | 0
> .../wpa_supplicant-0.5.7-always-scan.patch | 0
> ...a_supplicant-fix-deprecated-dbus-function.patch | 0
> .../wpa_supplicant.conf | 0
> .../wpa_supplicant.conf-sane | 0
> .../wpa_supplicant_default.conf | 0
> .../wpa-supplicant/wpa-supplicant_0.7.2.bb | 3 -
> .../wpa-supplicant/wpa-supplicant_0.7.3.bb | 6 +
> meta/recipes-devtools/cmake/cmake-native_2.8.2.bb | 4 -
> meta/recipes-devtools/cmake/cmake-native_2.8.3.bb | 7 ++
> meta/recipes-devtools/cmake/cmake.inc | 2 +
> .../{minicom-2.3 => minicom-2.4}/gcc4-scope.patch | 0
> .../rename-conflicting-functions.patch | 0
> meta/recipes-extended/minicom/minicom_2.3.bb | 18 ----
> meta/recipes-extended/minicom/minicom_2.4.bb | 22 +++++
> .../gstreamer/gst-openmax_0.10.0.2.bb | 19 ----
> .../gstreamer/gst-openmax_0.10.1.bb | 20 ++++
> 48 files changed, 238 insertions(+), 175 deletions(-)
> rename meta/recipes-connectivity/connman/{connman-0.56 => connman-0.63}/connman (100%)
> mode change 100755 => 100644
> rename meta/recipes-connectivity/connman/{connman-0.56 => connman-0.63}/dbusperms.patch (100%)
> rename meta/recipes-connectivity/connman/{connman-0.56 => connman-0.63}/fix-shutdown-ap-disconnect.patch (100%)
> rename meta/recipes-connectivity/connman/{connman_0.56.bb => connman_0.63.bb} (79%)
> rename meta/recipes-connectivity/gupnp/{gssdp_0.7.1.bb => gssdp_0.9.0.bb} (77%)
> delete mode 100644 meta/recipes-connectivity/gupnp/gupnp-av_0.4.bb
> delete mode 100644 meta/recipes-connectivity/gupnp/gupnp-av_0.5.2.bb
> create mode 100644 meta/recipes-connectivity/gupnp/gupnp-av_0.7.0.bb
> create mode 100644 meta/recipes-connectivity/gupnp/gupnp-tools_0.8.1.bb
> delete mode 100644 meta/recipes-connectivity/gupnp/gupnp-tools_0.8.bb
> delete mode 100644 meta/recipes-connectivity/gypsy/gypsy_0.6.bb
> create mode 100644 meta/recipes-connectivity/gypsy/gypsy_0.8.bb
> rename meta/recipes-connectivity/ofono/{files => ofono}/ofono (100%)
> delete mode 100644 meta/recipes-connectivity/ofono/ofono_0.17.bb
> create mode 100644 meta/recipes-connectivity/ofono/ofono_0.33.bb
> delete mode 100644 meta/recipes-connectivity/telepathy/telepathy-mission-control/pkgconfig.patch
> rename meta/recipes-connectivity/telepathy/{telepathy-mission-control_4.67.bb => telepathy-mission-control_5.7.0.bb} (73%)
> delete mode 100644 meta/recipes-connectivity/telepathy/telepathy-python_0.15.1.bb
> create mode 100644 meta/recipes-connectivity/telepathy/telepathy-python_0.15.18.bb
> rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.2 => wpa-supplicant-0.7.3}/99_wpa_supplicant (100%)
> rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.2 => wpa-supplicant-0.7.3}/defaults-sane (100%)
> rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.2 => wpa-supplicant-0.7.3}/defconfig (100%)
> rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.2 => wpa-supplicant-0.7.3}/defconfig-gnutls (100%)
> rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.2 => wpa-supplicant-0.7.3}/init.sh (100%)
> rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.2 => wpa-supplicant-0.7.3}/wpa-supplicant.sh (100%)
> rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.2 => wpa-supplicant-0.7.3}/wpa_supplicant-0.5.7-always-scan.patch (100%)
> rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.2 => wpa-supplicant-0.7.3}/wpa_supplicant-fix-deprecated-dbus-function.patch (100%)
> rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.2 => wpa-supplicant-0.7.3}/wpa_supplicant.conf (100%)
> rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.2 => wpa-supplicant-0.7.3}/wpa_supplicant.conf-sane (100%)
> rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.2 => wpa-supplicant-0.7.3}/wpa_supplicant_default.conf (100%)
> delete mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.2.bb
> create mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.3.bb
> delete mode 100644 meta/recipes-devtools/cmake/cmake-native_2.8.2.bb
> create mode 100644 meta/recipes-devtools/cmake/cmake-native_2.8.3.bb
> rename meta/recipes-extended/minicom/{minicom-2.3 => minicom-2.4}/gcc4-scope.patch (100%)
> rename meta/recipes-extended/minicom/{minicom-2.3 => minicom-2.4}/rename-conflicting-functions.patch (100%)
> delete mode 100644 meta/recipes-extended/minicom/minicom_2.3.bb
> create mode 100644 meta/recipes-extended/minicom/minicom_2.4.bb
> delete mode 100644 meta/recipes-multimedia/gstreamer/gst-openmax_0.10.0.2.bb
> create mode 100644 meta/recipes-multimedia/gstreamer/gst-openmax_0.10.1.bb
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
Pulled into Master with minor change to disable interospection for gssdp
Thanks
Sau!
^ permalink raw reply [flat|nested] 16+ messages in thread