All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8][PULL] Recipe upgrades for ofono, iptables, etc.
@ 2012-04-28  8:12 Dongxiao Xu
  2012-04-28  8:12 ` [PATCH 1/8] gst-fluendo-mpegdemux: upgrade to version 0.10.70 Dongxiao Xu
                   ` (8 more replies)
  0 siblings, 9 replies; 17+ messages in thread
From: Dongxiao Xu @ 2012-04-28  8:12 UTC (permalink / raw)
  To: openembedded-core

Hi Saul,

This pull request upgrades some recipes.

Please help to review and pull.

Thanks,
Dongxiao

The following changes since commit 5a1f172d35be610688842a8a9a84f24edb9aeb51:

  bitbake.conf: use TUNE_PKGARCH instead of TARGET_ARCH in SDK_NAME (2012-04-26 10:59:20 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib dxu4/upgrade
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/upgrade

Dongxiao Xu (8):
  gst-fluendo-mpegdemux: upgrade to version 0.10.70
  telepathy-mission-control: upgrade to version 5.12.0
  telepathy-glib: upgrade to version 0.18.1
  bluez-hcidump: upgrade to version 2.4
  iproute2: upgrade to version 3.3.0
  ofono: upgrade to version 1.6
  iptables: upgrade to version 1.4.13
  distro_tracking_fields: Change for ofono, iptables, etc

 .../conf/distro/include/distro_tracking_fields.inc |   46 ++++++++++----------
 .../{bluez-hcidump_2.3.bb => bluez-hcidump_2.4.bb} |    4 +-
 .../configure-cross.patch                          |    0
 .../{iproute2_3.2.0.bb => iproute2_3.3.0.bb}       |    2 +-
 .../ofono/{ofono_1.5.bb => ofono_1.6.bb}           |    2 +-
 ...thy-glib_0.17.5.bb => telepathy-glib_0.18.1.bb} |    4 +-
 ...11.0.bb => telepathy-mission-control_5.12.0.bb} |    6 +-
 .../iptables/iptables/GNUmakefile.patch            |   18 --------
 .../{iptables_1.4.12.2.bb => iptables_1.4.13.bb}   |    5 +-
 ...0.10.69.bb => gst-fluendo-mpegdemux_0.10.70.bb} |    4 +-
 10 files changed, 36 insertions(+), 55 deletions(-)
 rename meta/recipes-connectivity/bluez/{bluez-hcidump_2.3.bb => bluez-hcidump_2.4.bb} (83%)
 rename meta/recipes-connectivity/iproute2/{iproute2-3.2.0 => iproute2-3.3.0}/configure-cross.patch (100%)
 rename meta/recipes-connectivity/iproute2/{iproute2_3.2.0.bb => iproute2_3.3.0.bb} (97%)
 rename meta/recipes-connectivity/ofono/{ofono_1.5.bb => ofono_1.6.bb} (97%)
 rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.17.5.bb => telepathy-glib_0.18.1.bb} (82%)
 rename meta/recipes-connectivity/telepathy/{telepathy-mission-control_5.11.0.bb => telepathy-mission-control_5.12.0.bb} (91%)
 delete mode 100644 meta/recipes-extended/iptables/iptables/GNUmakefile.patch
 rename meta/recipes-extended/iptables/{iptables_1.4.12.2.bb => iptables_1.4.13.bb} (89%)
 rename meta/recipes-multimedia/gstreamer/{gst-fluendo-mpegdemux_0.10.69.bb => gst-fluendo-mpegdemux_0.10.70.bb} (71%)

-- 
1.7.4.1




^ permalink raw reply	[flat|nested] 17+ messages in thread

* [PATCH 1/8] gst-fluendo-mpegdemux: upgrade to version 0.10.70
  2012-04-28  8:12 [PATCH 0/8][PULL] Recipe upgrades for ofono, iptables, etc Dongxiao Xu
@ 2012-04-28  8:12 ` Dongxiao Xu
  2012-04-28  8:12 ` [PATCH 2/8] telepathy-mission-control: upgrade to version 5.12.0 Dongxiao Xu
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 17+ messages in thread
From: Dongxiao Xu @ 2012-04-28  8:12 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 ...0.10.69.bb => gst-fluendo-mpegdemux_0.10.70.bb} |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-multimedia/gstreamer/{gst-fluendo-mpegdemux_0.10.69.bb => gst-fluendo-mpegdemux_0.10.70.bb} (71%)

diff --git a/meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.69.bb b/meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.70.bb
similarity index 71%
rename from meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.69.bb
rename to meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.70.bb
index d5a3a95..e6a6255 100644
--- a/meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.69.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.70.bb
@@ -9,5 +9,5 @@ acpaths = "-I ${S}/common/m4 -I ${S}/m4"
 
 PR = "r0"
 
-SRC_URI[md5sum] = "098105ecb68779f34097faf35214fc97"
-SRC_URI[sha256sum] = "a62a1249f05c5b6d9d0ab31a0d5cb15f2682587dec0050fc57c1102a6d76b32d"
+SRC_URI[md5sum] = "ceb9001be71e8cbc3e97f9b46c9b611e"
+SRC_URI[sha256sum] = "b46f4a05f621e9742d22ac5c835c2f5d9aa495845b5c783475c03d1c46f47727"
-- 
1.7.4.1




^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 2/8] telepathy-mission-control: upgrade to version 5.12.0
  2012-04-28  8:12 [PATCH 0/8][PULL] Recipe upgrades for ofono, iptables, etc Dongxiao Xu
  2012-04-28  8:12 ` [PATCH 1/8] gst-fluendo-mpegdemux: upgrade to version 0.10.70 Dongxiao Xu
@ 2012-04-28  8:12 ` Dongxiao Xu
  2012-04-28  8:12 ` [PATCH 3/8] telepathy-glib: upgrade to version 0.18.1 Dongxiao Xu
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 17+ messages in thread
From: Dongxiao Xu @ 2012-04-28  8:12 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 ...11.0.bb => telepathy-mission-control_5.12.0.bb} |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-connectivity/telepathy/{telepathy-mission-control_5.11.0.bb => telepathy-mission-control_5.12.0.bb} (91%)

diff --git a/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.11.0.bb b/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.12.0.bb
similarity index 91%
rename from meta/recipes-connectivity/telepathy/telepathy-mission-control_5.11.0.bb
rename to meta/recipes-connectivity/telepathy/telepathy-mission-control_5.12.0.bb
index 3adde76..65b5d89 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.11.0.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.12.0.bb
@@ -8,7 +8,7 @@ DEPENDS = "libtelepathy dbus-glib gconf"
 
 SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-mission-control/telepathy-mission-control-${PV}.tar.gz"
 
-PR = "r1"
+PR = "r0"
 
 inherit autotools pkgconfig
 
@@ -40,5 +40,5 @@ 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] = "f7503d52cb432e03ba7b4ad5bb6165c6"
-SRC_URI[sha256sum] = "f5debdaf17c9dcb7299c95e8f9df427fb2e8fbb112f6c951b9a0e6ad330ddfa5"
+SRC_URI[md5sum] = "f39dcfef785a37dc21efa9af06be2e61"
+SRC_URI[sha256sum] = "660aeb65543e1b029dfde6a895934cb20b766644bae2a68c0030052aa6645e77"
-- 
1.7.4.1




^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 3/8] telepathy-glib: upgrade to version 0.18.1
  2012-04-28  8:12 [PATCH 0/8][PULL] Recipe upgrades for ofono, iptables, etc Dongxiao Xu
  2012-04-28  8:12 ` [PATCH 1/8] gst-fluendo-mpegdemux: upgrade to version 0.10.70 Dongxiao Xu
  2012-04-28  8:12 ` [PATCH 2/8] telepathy-mission-control: upgrade to version 5.12.0 Dongxiao Xu
@ 2012-04-28  8:12 ` Dongxiao Xu
  2012-04-28  8:12 ` [PATCH 4/8] bluez-hcidump: upgrade to version 2.4 Dongxiao Xu
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 17+ messages in thread
From: Dongxiao Xu @ 2012-04-28  8:12 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 ...thy-glib_0.17.5.bb => telepathy-glib_0.18.1.bb} |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.17.5.bb => telepathy-glib_0.18.1.bb} (82%)

diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib_0.17.5.bb b/meta/recipes-connectivity/telepathy/telepathy-glib_0.18.1.bb
similarity index 82%
rename from meta/recipes-connectivity/telepathy/telepathy-glib_0.17.5.bb
rename to meta/recipes-connectivity/telepathy/telepathy-glib_0.18.1.bb
index 10dcd8b..81da5f8 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-glib_0.17.5.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-glib_0.18.1.bb
@@ -7,8 +7,8 @@ PR = "r0"
 
 SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${BPN}-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "d436c47689f2709540d849cf5af5ed03"
-SRC_URI[sha256sum] = "011ad936f1d592dbc685073244750303fe2201246b16f9a7fa495cf9f8a3fe8d"
+SRC_URI[md5sum] = "461732739e3fbf8467991bbe661fb29a"
+SRC_URI[sha256sum] = "3738256689e34c22ddf9c4eb33f44ce7505c18fb1a14c53b8e56dd9c262f4c6d"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e"
 
-- 
1.7.4.1




^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 4/8] bluez-hcidump: upgrade to version 2.4
  2012-04-28  8:12 [PATCH 0/8][PULL] Recipe upgrades for ofono, iptables, etc Dongxiao Xu
                   ` (2 preceding siblings ...)
  2012-04-28  8:12 ` [PATCH 3/8] telepathy-glib: upgrade to version 0.18.1 Dongxiao Xu
@ 2012-04-28  8:12 ` Dongxiao Xu
  2012-04-28  8:12 ` [PATCH 5/8] iproute2: upgrade to version 3.3.0 Dongxiao Xu
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 17+ messages in thread
From: Dongxiao Xu @ 2012-04-28  8:12 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 .../{bluez-hcidump_2.3.bb => bluez-hcidump_2.4.bb} |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/bluez/{bluez-hcidump_2.3.bb => bluez-hcidump_2.4.bb} (83%)

diff --git a/meta/recipes-connectivity/bluez/bluez-hcidump_2.3.bb b/meta/recipes-connectivity/bluez/bluez-hcidump_2.4.bb
similarity index 83%
rename from meta/recipes-connectivity/bluez/bluez-hcidump_2.3.bb
rename to meta/recipes-connectivity/bluez/bluez-hcidump_2.4.bb
index 3a890df..194c04d 100644
--- a/meta/recipes-connectivity/bluez/bluez-hcidump_2.3.bb
+++ b/meta/recipes-connectivity/bluez/bluez-hcidump_2.4.bb
@@ -11,8 +11,8 @@ PR = "r0"
 
 SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/bluez-hcidump-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "0cc8ff247d05010e87e9125b31d335ff"
-SRC_URI[sha256sum] = "61c7e7dcad6ed8fce5f4bcc4a0f0d9a83c36642da404348388e6411d6f78d227"
+SRC_URI[md5sum] = "d39833de0ed26bddf784e9580b6f33c4"
+SRC_URI[sha256sum] = "bacd155e6420e480d8a30c0b0e6da990031890ee1000a31408e175ab7cf3cbd3"
 S = "${WORKDIR}/bluez-hcidump-${PV}"
 
 EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}"
-- 
1.7.4.1




^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 5/8] iproute2: upgrade to version 3.3.0
  2012-04-28  8:12 [PATCH 0/8][PULL] Recipe upgrades for ofono, iptables, etc Dongxiao Xu
                   ` (3 preceding siblings ...)
  2012-04-28  8:12 ` [PATCH 4/8] bluez-hcidump: upgrade to version 2.4 Dongxiao Xu
@ 2012-04-28  8:12 ` Dongxiao Xu
  2012-04-28 23:29   ` Saul Wold
  2012-04-28  8:12 ` [PATCH 6/8] ofono: upgrade to version 1.6 Dongxiao Xu
                   ` (3 subsequent siblings)
  8 siblings, 1 reply; 17+ messages in thread
From: Dongxiao Xu @ 2012-04-28  8:12 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 .../configure-cross.patch                          |    0
 .../{iproute2_3.2.0.bb => iproute2_3.3.0.bb}       |    2 +-
 2 files changed, 1 insertions(+), 1 deletions(-)
 rename meta/recipes-connectivity/iproute2/{iproute2-3.2.0 => iproute2-3.3.0}/configure-cross.patch (100%)
 rename meta/recipes-connectivity/iproute2/{iproute2_3.2.0.bb => iproute2_3.3.0.bb} (97%)

diff --git a/meta/recipes-connectivity/iproute2/iproute2-3.2.0/configure-cross.patch b/meta/recipes-connectivity/iproute2/iproute2-3.3.0/configure-cross.patch
similarity index 100%
rename from meta/recipes-connectivity/iproute2/iproute2-3.2.0/configure-cross.patch
rename to meta/recipes-connectivity/iproute2/iproute2-3.3.0/configure-cross.patch
diff --git a/meta/recipes-connectivity/iproute2/iproute2_3.2.0.bb b/meta/recipes-connectivity/iproute2/iproute2_3.3.0.bb
similarity index 97%
rename from meta/recipes-connectivity/iproute2/iproute2_3.2.0.bb
rename to meta/recipes-connectivity/iproute2/iproute2_3.3.0.bb
index 5af12af..2c3c857 100644
--- a/meta/recipes-connectivity/iproute2/iproute2_3.2.0.bb
+++ b/meta/recipes-connectivity/iproute2/iproute2_3.3.0.bb
@@ -1,6 +1,6 @@
 require iproute2.inc
 
-PR = "r1"
+PR = "r0"
 
 #v3.2.0 tag is "447c118f138171b260ad045ad6e1b17f9ef462e2"
 #but it was not fully tested and had build error, and the next commit fixed it.
-- 
1.7.4.1




^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 6/8] ofono: upgrade to version 1.6
  2012-04-28  8:12 [PATCH 0/8][PULL] Recipe upgrades for ofono, iptables, etc Dongxiao Xu
                   ` (4 preceding siblings ...)
  2012-04-28  8:12 ` [PATCH 5/8] iproute2: upgrade to version 3.3.0 Dongxiao Xu
@ 2012-04-28  8:12 ` Dongxiao Xu
  2012-04-29  8:45   ` Martin Jansa
  2012-04-28  8:12 ` [PATCH 7/8] iptables: upgrade to version 1.4.13 Dongxiao Xu
                   ` (2 subsequent siblings)
  8 siblings, 1 reply; 17+ messages in thread
From: Dongxiao Xu @ 2012-04-28  8:12 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 .../ofono/{ofono_1.5.bb => ofono_1.6.bb}           |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
 rename meta/recipes-connectivity/ofono/{ofono_1.5.bb => ofono_1.6.bb} (97%)

diff --git a/meta/recipes-connectivity/ofono/ofono_1.5.bb b/meta/recipes-connectivity/ofono/ofono_1.6.bb
similarity index 97%
rename from meta/recipes-connectivity/ofono/ofono_1.5.bb
rename to meta/recipes-connectivity/ofono/ofono_1.6.bb
index dad813f..d0f273b 100644
--- a/meta/recipes-connectivity/ofono/ofono_1.5.bb
+++ b/meta/recipes-connectivity/ofono/ofono_1.6.bb
@@ -1,6 +1,6 @@
 require ofono.inc
 
-PR = "r1"
+PR = "r0"
 
 SRC_URI  = "${KERNELORG_MIRROR}/linux/network/ofono/${BPN}-${PV}.tar.bz2 \
 	          file://ofono"
-- 
1.7.4.1




^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 7/8] iptables: upgrade to version 1.4.13
  2012-04-28  8:12 [PATCH 0/8][PULL] Recipe upgrades for ofono, iptables, etc Dongxiao Xu
                   ` (5 preceding siblings ...)
  2012-04-28  8:12 ` [PATCH 6/8] ofono: upgrade to version 1.6 Dongxiao Xu
@ 2012-04-28  8:12 ` Dongxiao Xu
  2012-04-28  8:12 ` [PATCH 8/8] distro_tracking_fields: Change for ofono, iptables, etc Dongxiao Xu
  2012-05-01 18:30 ` [PATCH 0/8][PULL] Recipe upgrades " Saul Wold
  8 siblings, 0 replies; 17+ messages in thread
From: Dongxiao Xu @ 2012-04-28  8:12 UTC (permalink / raw)
  To: openembedded-core

Remove a patch since it is already in upstream.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 .../iptables/iptables/GNUmakefile.patch            |   18 ------------------
 .../{iptables_1.4.12.2.bb => iptables_1.4.13.bb}   |    5 ++---
 2 files changed, 2 insertions(+), 21 deletions(-)
 delete mode 100644 meta/recipes-extended/iptables/iptables/GNUmakefile.patch
 rename meta/recipes-extended/iptables/{iptables_1.4.12.2.bb => iptables_1.4.13.bb} (89%)

diff --git a/meta/recipes-extended/iptables/iptables/GNUmakefile.patch b/meta/recipes-extended/iptables/iptables/GNUmakefile.patch
deleted file mode 100644
index c60e84f..0000000
--- a/meta/recipes-extended/iptables/iptables/GNUmakefile.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Don't check unknown symbols.
-
-Signed-off-by: Shane Wang <shane.wang@intel.com>
-
-Upstream-Status: Inappropriate [configuration]
-
-diff -r abb89394ce0c extensions/GNUmakefile.in
---- a/extensions/GNUmakefile.in	Mon Jan 23 00:12:27 2012 +0800
-+++ b/extensions/GNUmakefile.in	Mon Jan 23 00:38:32 2012 +0800
-@@ -68,7 +68,7 @@
- 
- .PHONY: all install clean distclean FORCE
- 
--all: ${targets} check
-+all: ${targets}
- 
- check: ${targets}
- 	@echo "  CHECK    unknown symbols in .so files"; \
diff --git a/meta/recipes-extended/iptables/iptables_1.4.12.2.bb b/meta/recipes-extended/iptables/iptables_1.4.13.bb
similarity index 89%
rename from meta/recipes-extended/iptables/iptables_1.4.12.2.bb
rename to meta/recipes-extended/iptables/iptables_1.4.13.bb
index 663ddad..59782c0 100644
--- a/meta/recipes-extended/iptables/iptables_1.4.12.2.bb
+++ b/meta/recipes-extended/iptables/iptables_1.4.13.bb
@@ -22,11 +22,10 @@ FILES_${PN} =+ "${libdir}/xtables/"
 FILES_${PN}-dbg =+ "${libdir}/xtables/.debug"
 
 SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2 \
-           file://GNUmakefile.patch \
            file://types.h-add-defines-that-are-required-for-if_packet.patch"
 
-SRC_URI[md5sum] = "212112389c7f10c72efb31a4ed193a4c"
-SRC_URI[sha256sum] = "09fff7dfe6af95675474fd5d0fc67622fac5a0f3d6e02ee614deae9a2e5dae13"
+SRC_URI[md5sum] = "40a15608ec57b50e9377cace546dd115"
+SRC_URI[sha256sum] = "321e2600fc4541a958e44cafd85a42864b0035404097e0f2e082d474029b9ded"
 
 inherit autotools
 
-- 
1.7.4.1




^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 8/8] distro_tracking_fields: Change for ofono, iptables, etc
  2012-04-28  8:12 [PATCH 0/8][PULL] Recipe upgrades for ofono, iptables, etc Dongxiao Xu
                   ` (6 preceding siblings ...)
  2012-04-28  8:12 ` [PATCH 7/8] iptables: upgrade to version 1.4.13 Dongxiao Xu
@ 2012-04-28  8:12 ` Dongxiao Xu
  2012-05-01 18:30 ` [PATCH 0/8][PULL] Recipe upgrades " Saul Wold
  8 siblings, 0 replies; 17+ messages in thread
From: Dongxiao Xu @ 2012-04-28  8:12 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 .../conf/distro/include/distro_tracking_fields.inc |   46 ++++++++++----------
 1 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index c20961c..c7e6d7d 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -902,14 +902,14 @@ DISTRO_PN_ALIAS_pn-blktool = "Debian=blktool Mandriva=blktool"
 
 RECIPE_STATUS_pn-iproute2 = "green"
 RECIPE_DEPENDENCY_CHECK_pn-iproute2 = "not done"
-RECIPE_LATEST_VERSION_pn-iproute2 = "3.2.0"
+RECIPE_LATEST_VERSION_pn-iproute2 = "3.3.0"
 RECIPE_PATCH_pn-iproute2+configure-cross = "to be pushed upstream"
 RECIPE_INTEL_SECTION_pn-iproute2 = "base utils"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-iproute2 = "1 months"
-RECIPE_LATEST_RELEASE_DATE_pn-iproute2 = "Jan 05, 2012"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-iproute2 = "2 months"
+RECIPE_LATEST_RELEASE_DATE_pn-iproute2 = "Mar 20, 2012"
 RECIPE_COMMENTS_pn-iproute2 = ""
 DISTRO_PN_ALIAS_pn-iproute2 = "OSPDT"
-RECIPE_LAST_UPDATE_pn-iproute2 = "Jan 22, 2012"
+RECIPE_LAST_UPDATE_pn-iproute2 = "Apr 28, 2012"
 RECIPE_MAINTAINER_pn-iproute2 = "Dongxiao Xu <dongxiao.xu@intel.com>"
 
 RECIPE_STATUS_pn-netbase = "green"
@@ -1105,9 +1105,10 @@ RECIPE_LAST_UPDATE_pn-gzip = "Jun 4, 2011"
 RECIPE_MAINTAINER_pn-gzip = "Scott Garman <scott.a.garman@intel.com>"
 
 RECIPE_STATUS_pn-iptables = "green"
-RECIPE_LAST_UPDATE_pn-iptables = "Jan 22, 2012"
+RECIPE_LAST_UPDATE_pn-iptables = "Apr 28, 2012"
+RECIPE_LATEST_RELEASE_DATE_pn-iptables = "Apr 28, 2012"
 RECIPE_MAINTAINER_pn-iptables = "Dongxiao Xu <dongxiao.xu@intel.com>"
-RECIPE_LATEST_VERSION_pn-iptables = "1.4.12.2"
+RECIPE_LATEST_VERSION_pn-iptables = "1.4.13"
 
 RECIPE_STATUS_pn-ethtool = "green"
 RECIPE_LATEST_VERSION_pn-ethtool = "2.6.36"
@@ -2360,11 +2361,11 @@ RECIPE_MANUAL_CHECK_DATE_pn-mobile-broadband-provider-info = "Jan 22, 2012"
 RECIPE_MAINTAINER_pn-mobile-broadband-provider-info = "Shane Wang <shane.wang@intel.com>"
 
 RECIPE_STATUS_pn-ofono = "green"
-RECIPE_LATEST_VERSION_pn-ofono = "1.3"
+RECIPE_LATEST_VERSION_pn-ofono = "1.6"
 RECIPE_NO_OF_PATCHES_pn-ofono="0"
-RECIPE_LATEST_RELEASE_DATE_pn-ofono="Jan 20, 2012"
+RECIPE_LATEST_RELEASE_DATE_pn-ofono="Apr 20, 2012"
 RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-ofono="15 days"
-RECIPE_LAST_UPDATE_pn-ofono = "Jan 22, 2012"
+RECIPE_LAST_UPDATE_pn-ofono = "Apr 28, 2012"
 RECIPE_MAINTAINER_pn-ofono = "Dongxiao Xu <dongxiao.xu@intel.com>"
 DISTRO_PN_ALIAS_pn-ofono = "Debian=ofono Ubuntu=ofono"
 
@@ -2386,15 +2387,15 @@ RECIPE_MAINTAINER_pn-telepathy-gabble = "Dongxiao Xu <dongxiao.xu@intel.com>"
 
 RECIPE_STATUS_pn-telepathy-glib = "green"
 RECIPE_NO_OF_PATCHES_pn-telepathy-glib ="0"
-RECIPE_LATEST_RELEASE_DATE_pn-telepathy-glib = "Dec 19, 2011"
-RECIPE_LATEST_VERSION_pn-telepathy-glib = "0.17.4"
+RECIPE_LATEST_RELEASE_DATE_pn-telepathy-glib = "Apr 20, 2012"
+RECIPE_LATEST_VERSION_pn-telepathy-glib = "0.18.1"
 RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-telepathy-glib = "10 days"
-RECIPE_LAST_UPDATE_pn-telepathy-glib = "Dec 23, 2011"
+RECIPE_LAST_UPDATE_pn-telepathy-glib = "Apr 28, 2012"
 RECIPE_MAINTAINER_pn-telepathy-glib = "Dongxiao Xu <dongxiao.xu@intel.com>"
 
 RECIPE_STATUS_pn-telepathy-idle = "green"
 RECIPE_NO_OF_PATCHES_pn-telepathy-idle ="0"
-RECIPE_LATEST_RELEASE_DATE_pn-telepathy-glib ="Oct 28, 2011"
+RECIPE_LATEST_RELEASE_DATE_pn-telepathy-idle ="Oct 28, 2011"
 RECIPE_LATEST_VERSION_pn-telepathy-idle = "0.1.10"
 RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-telepathy-idle = "5 months"
 RECIPE_LAST_UPDATE_pn-telepathy-idle = "Dec 1, 2011"
@@ -2409,12 +2410,11 @@ RECIPE_LAST_UPDATE_pn-telepathy-python = "Dec 30, 2010"
 RECIPE_MAINTAINER_pn-telepathy-python = "Dongxiao Xu <dongxiao.xu@intel.com>"
 
 RECIPE_STATUS_pn-bluez-hcidump = "green"
-RECIPE_LATEST_VERSION_pn-bluez-hcidump = "2.2"
+RECIPE_LATEST_VERSION_pn-bluez-hcidump = "2.4"
 RECIPE_NO_OF_PATCHES_pn-bluez-hcidump = "0"
-RECIPE_LATEST_RELEASE_DATE_pn-bluez-hcidump = "Dec 23, 2011"
+RECIPE_LATEST_RELEASE_DATE_pn-bluez-hcidump = "Apr 20, 2012"
 RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-bluez-hcidump = "4 months"
-RECIPE_LAST_UPDATE_pn-bluez-hcidump = "Jan 22, 2012"
-RECIPE_MANUAL_CHECK_DATE_pn-bluez-hcidump = "Jan 22, 2012"
+RECIPE_LAST_UPDATE_pn-bluez-hcidump = "Apr 28, 2012"
 RECIPE_MAINTAINER_pn-bluez-hcidump = "Dongxiao Xu <dongxiao.xu@intel.com>"
 
 RECIPE_STATUS_pn-ppp-dialin = "red"
@@ -2462,11 +2462,11 @@ RECIPE_LAST_UPDATE_pn-libsyncml = "Jul 31, 2009"
 RECIPE_MAINTAINER_pn-libsyncml = "Dongxiao Xu <dongxiao.xu@intel.com>"
 
 RECIPE_STATUS_pn-telepathy-mission-control = "green"
-RECIPE_LATEST_VERSION_pn-telepathy-mission-control = "5.10.1"
+RECIPE_LATEST_VERSION_pn-telepathy-mission-control = "5.12.0"
 RECIPE_NO_OF_PATCHES_pn-telepathy-mission-control ="0"
-RECIPE_LATEST_RELEASE_DATE_pn-telepathy-mission-control ="Nov 8, 2011"
+RECIPE_LATEST_RELEASE_DATE_pn-telepathy-mission-control ="Apr 2, 2012"
 RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-telepathy-mission-control ="1 months"
-RECIPE_LAST_UPDATE_pn-telepathy-mission-control = "Dec 1, 2011"
+RECIPE_LAST_UPDATE_pn-telepathy-mission-control = "Apr 28, 2012"
 RECIPE_MAINTAINER_pn-telepathy-mission-control = "Dongxiao Xu <dongxiao.xu@intel.com>"
 
 RECIPE_STATUS_pn-libetpan = "red"
@@ -2922,11 +2922,11 @@ RECIPE_MAINTAINER_pn-gst-fluendo-mp3 = "Dongxiao Xu <dongxiao.xu@intel.com>"
 DISTRO_PN_ALIAS_pn-gst-fluendo-mp3 = "Debian=gstreamer0.10-fluendo-mp3 Ubuntu=gstreamer0.10-fluendo-mp3"
 
 RECIPE_STATUS_pn-gst-fluendo-mpegdemux = "green"
-RECIPE_LATEST_VERSION_pn-gst-fluendo-mpegdemux = "0.10.69"
+RECIPE_LATEST_VERSION_pn-gst-fluendo-mpegdemux = "0.10.70"
 RECIPE_NO_OF_PATCHES_pn-gst-fluendo-mpegdemux = "0"
-RECIPE_LATEST_RELEASE_DATE_pn-gst-fluendo-mpegdemux = "Oct 19, 2011"
+RECIPE_LATEST_RELEASE_DATE_pn-gst-fluendo-mpegdemux = "Mar 28, 2012"
 RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gst-fluendo-mpegdemux = "3 months"
-RECIPE_LAST_UPDATE_pn-gst-fluendo-mpegdemux = "Dec 23, 2011"
+RECIPE_LAST_UPDATE_pn-gst-fluendo-mpegdemux = "Apr 28, 2012"
 RECIPE_MAINTAINER_pn-gst-fluendo-mpegdemux = "Dongxiao Xu <dongxiao.xu@intel.com>"
 DISTRO_PN_ALIAS_pn-gst-fluendo-mpegdemux = "Ubuntu=gstreamer0.10-fluendo-mpegdemux Debian=gstreamer0.10-fluendo-mpegdemux"
 
-- 
1.7.4.1




^ permalink raw reply related	[flat|nested] 17+ messages in thread

* Re: [PATCH 5/8] iproute2: upgrade to version 3.3.0
  2012-04-28  8:12 ` [PATCH 5/8] iproute2: upgrade to version 3.3.0 Dongxiao Xu
@ 2012-04-28 23:29   ` Saul Wold
  0 siblings, 0 replies; 17+ messages in thread
From: Saul Wold @ 2012-04-28 23:29 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 04/28/2012 01:12 AM, Dongxiao Xu wrote:
> Signed-off-by: Dongxiao Xu<dongxiao.xu@intel.com>
> ---
>   .../configure-cross.patch                          |    0
>   .../{iproute2_3.2.0.bb =>  iproute2_3.3.0.bb}       |    2 +-
>   2 files changed, 1 insertions(+), 1 deletions(-)
>   rename meta/recipes-connectivity/iproute2/{iproute2-3.2.0 =>  iproute2-3.3.0}/configure-cross.patch (100%)
>   rename meta/recipes-connectivity/iproute2/{iproute2_3.2.0.bb =>  iproute2_3.3.0.bb} (97%)
>
> diff --git a/meta/recipes-connectivity/iproute2/iproute2-3.2.0/configure-cross.patch b/meta/recipes-connectivity/iproute2/iproute2-3.3.0/configure-cross.patch
> similarity index 100%
> rename from meta/recipes-connectivity/iproute2/iproute2-3.2.0/configure-cross.patch
> rename to meta/recipes-connectivity/iproute2/iproute2-3.3.0/configure-cross.patch
> diff --git a/meta/recipes-connectivity/iproute2/iproute2_3.2.0.bb b/meta/recipes-connectivity/iproute2/iproute2_3.3.0.bb
> similarity index 97%
> rename from meta/recipes-connectivity/iproute2/iproute2_3.2.0.bb
> rename to meta/recipes-connectivity/iproute2/iproute2_3.3.0.bb
> index 5af12af..2c3c857 100644
> --- a/meta/recipes-connectivity/iproute2/iproute2_3.2.0.bb
> +++ b/meta/recipes-connectivity/iproute2/iproute2_3.3.0.bb
> @@ -1,6 +1,6 @@
>   require iproute2.inc
>
> -PR = "r1"
> +PR = "r0"
>
>   #v3.2.0 tag is "447c118f138171b260ad045ad6e1b17f9ef462e2"
>   #but it was not fully tested and had build error, and the next commit fixed it.

You updated the recipe name, but not the git tag, so this is still the 
3.2.0 version.

Sau!



^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 6/8] ofono: upgrade to version 1.6
  2012-04-28  8:12 ` [PATCH 6/8] ofono: upgrade to version 1.6 Dongxiao Xu
@ 2012-04-29  8:45   ` Martin Jansa
  2012-04-29  8:46     ` [PATCH] ofono: upgrade to 1.6 Martin Jansa
  2012-04-30 15:21     ` [PATCH 6/8] ofono: upgrade to version 1.6 Saul Wold
  0 siblings, 2 replies; 17+ messages in thread
From: Martin Jansa @ 2012-04-29  8:45 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 1302 bytes --]

On Sat, Apr 28, 2012 at 04:12:30PM +0800, Dongxiao Xu wrote:
> Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
> ---
>  .../ofono/{ofono_1.5.bb => ofono_1.6.bb}           |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>  rename meta/recipes-connectivity/ofono/{ofono_1.5.bb => ofono_1.6.bb} (97%)
> 
> diff --git a/meta/recipes-connectivity/ofono/ofono_1.5.bb b/meta/recipes-connectivity/ofono/ofono_1.6.bb
> similarity index 97%
> rename from meta/recipes-connectivity/ofono/ofono_1.5.bb
> rename to meta/recipes-connectivity/ofono/ofono_1.6.bb
> index dad813f..d0f273b 100644
> --- a/meta/recipes-connectivity/ofono/ofono_1.5.bb
> +++ b/meta/recipes-connectivity/ofono/ofono_1.6.bb
> @@ -1,6 +1,6 @@
>  require ofono.inc
>  
> -PR = "r1"
> +PR = "r0"

without checksum change it will fail, right?

I'll send patch I have for ofono upgrade in my branch.

>  
>  SRC_URI  = "${KERNELORG_MIRROR}/linux/network/ofono/${BPN}-${PV}.tar.bz2 \
>  	          file://ofono"
> -- 
> 1.7.4.1
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [PATCH] ofono: upgrade to 1.6
  2012-04-29  8:45   ` Martin Jansa
@ 2012-04-29  8:46     ` Martin Jansa
  2012-05-01 18:29       ` Saul Wold
  2012-04-30 15:21     ` [PATCH 6/8] ofono: upgrade to version 1.6 Saul Wold
  1 sibling, 1 reply; 17+ messages in thread
From: Martin Jansa @ 2012-04-29  8:46 UTC (permalink / raw)
  To: openembedded-core

* 1.5 is not compatible with glib-2.32 and newer
  | In file included from gisi/client.h:30:0,
  |                  from gisi/client.c:33:
  |/OE/shr-core/tmp-eglibc/sysroots/spitz/usr/include/glib-2.0/glib/gtypes.h:28:2: error: #error "Only <glib.h> can be included directly."

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta/recipes-connectivity/ofono/ofono_1.5.bb |   14 --------------
 meta/recipes-connectivity/ofono/ofono_1.6.bb |   15 +++++++++++++++
 2 files changed, 15 insertions(+), 14 deletions(-)
 delete mode 100644 meta/recipes-connectivity/ofono/ofono_1.5.bb
 create mode 100644 meta/recipes-connectivity/ofono/ofono_1.6.bb

diff --git a/meta/recipes-connectivity/ofono/ofono_1.5.bb b/meta/recipes-connectivity/ofono/ofono_1.5.bb
deleted file mode 100644
index dad813f..0000000
--- a/meta/recipes-connectivity/ofono/ofono_1.5.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-require ofono.inc
-
-PR = "r1"
-
-SRC_URI  = "${KERNELORG_MIRROR}/linux/network/ofono/${BPN}-${PV}.tar.bz2 \
-	          file://ofono"
-
-EXTRA_OECONF += "\
-    --enable-test \
-    ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \
-"
-
-SRC_URI[md5sum] = "a54935a2a86b90300410c6c033284f6c"
-SRC_URI[sha256sum] = "3a70608c17f3dca34c1e057aacdf836021322dfdcaf9edc777119eafe48076b3"
diff --git a/meta/recipes-connectivity/ofono/ofono_1.6.bb b/meta/recipes-connectivity/ofono/ofono_1.6.bb
new file mode 100644
index 0000000..386ffee
--- /dev/null
+++ b/meta/recipes-connectivity/ofono/ofono_1.6.bb
@@ -0,0 +1,15 @@
+require ofono.inc
+
+SRC_URI  = "\
+  ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.bz2 \
+  file://ofono \
+"
+SRC_URI[md5sum] = "d863b2b650a525cf75056085398bc8ef"
+SRC_URI[sha256sum] = "63e38ea1cf35b00ecbab7611c6caa2adcd33eb10495f7a9f72013d4ab7a14c98"
+
+
+EXTRA_OECONF += "\
+    --enable-test \
+    ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \
+"
+
-- 
1.7.8.6




^ permalink raw reply related	[flat|nested] 17+ messages in thread

* Re: [PATCH 6/8] ofono: upgrade to version 1.6
  2012-04-29  8:45   ` Martin Jansa
  2012-04-29  8:46     ` [PATCH] ofono: upgrade to 1.6 Martin Jansa
@ 2012-04-30 15:21     ` Saul Wold
  2012-04-30 15:31       ` Khem Raj
  2012-04-30 15:46       ` Koen Kooi
  1 sibling, 2 replies; 17+ messages in thread
From: Saul Wold @ 2012-04-30 15:21 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Martin Jansa

On 04/29/2012 01:45 AM, Martin Jansa wrote:
> On Sat, Apr 28, 2012 at 04:12:30PM +0800, Dongxiao Xu wrote:
>> Signed-off-by: Dongxiao Xu<dongxiao.xu@intel.com>
>> ---
>>   .../ofono/{ofono_1.5.bb =>  ofono_1.6.bb}           |    2 +-
>>   1 files changed, 1 insertions(+), 1 deletions(-)
>>   rename meta/recipes-connectivity/ofono/{ofono_1.5.bb =>  ofono_1.6.bb} (97%)
>>
>> diff --git a/meta/recipes-connectivity/ofono/ofono_1.5.bb b/meta/recipes-connectivity/ofono/ofono_1.6.bb
>> similarity index 97%
>> rename from meta/recipes-connectivity/ofono/ofono_1.5.bb
>> rename to meta/recipes-connectivity/ofono/ofono_1.6.bb
>> index dad813f..d0f273b 100644
>> --- a/meta/recipes-connectivity/ofono/ofono_1.5.bb
>> +++ b/meta/recipes-connectivity/ofono/ofono_1.6.bb
>> @@ -1,6 +1,6 @@
>>   require ofono.inc
>>
>> -PR = "r1"
>> +PR = "r0"
>
> without checksum change it will fail, right?
>
> I'll send patch I have for ofono upgrade in my branch.
>
This seems to have uncovered a problem with the Fetcher, it happily 
pulls the upstream tarball, raises a BBFetchException, and writes the 
checksum failure to the log file, but it seems to still mark the fetch 
complete with a .done file and continues to build.

I will file a bug.

Sau!

>>
>>   SRC_URI  = "${KERNELORG_MIRROR}/linux/network/ofono/${BPN}-${PV}.tar.bz2 \
>>   	          file://ofono"
>> --
>> 1.7.4.1
>>
>>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 6/8] ofono: upgrade to version 1.6
  2012-04-30 15:21     ` [PATCH 6/8] ofono: upgrade to version 1.6 Saul Wold
@ 2012-04-30 15:31       ` Khem Raj
  2012-04-30 15:46       ` Koen Kooi
  1 sibling, 0 replies; 17+ messages in thread
From: Khem Raj @ 2012-04-30 15:31 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 2242 bytes --]

On Monday, April 30, 2012, Saul Wold <sgw@linux.intel.com> wrote:
> On 04/29/2012 01:45 AM, Martin Jansa wrote:
>>
>> On Sat, Apr 28, 2012 at 04:12:30PM +0800, Dongxiao Xu wrote:
>>>
>>> Signed-off-by: Dongxiao Xu<dongxiao.xu@intel.com>
>>> ---
>>>  .../ofono/{ofono_1.5.bb =>  ofono_1.6.bb}           |    2 +-
>>>  1 files changed, 1 insertions(+), 1 deletions(-)
>>>  rename meta/recipes-connectivity/ofono/{ofono_1.5.bb =>  ofono_1.6.bb}
(97%)
>>>
>>> diff --git a/meta/recipes-connectivity/ofono/ofono_1.5.bbb/meta/recipes-connectivity/ofono/
ofono_1.6.bb
>>> similarity index 97%
>>> rename from meta/recipes-connectivity/ofono/ofono_1.5.bb
>>> rename to meta/recipes-connectivity/ofono/ofono_1.6.bb
>>> index dad813f..d0f273b 100644
>>> --- a/meta/recipes-connectivity/ofono/ofono_1.5.bb
>>> +++ b/meta/recipes-connectivity/ofono/ofono_1.6.bb
>>> @@ -1,6 +1,6 @@
>>>  require ofono.inc
>>>
>>> -PR = "r1"
>>> +PR = "r0"
>>
>> without checksum change it will fail, right?
>>
>> I'll send patch I have for ofono upgrade in my branch.
>>
> This seems to have uncovered a problem with the Fetcher, it happily pulls
the upstream tarball, raises a BBFetchException, and writes the checksum
failure to the log file, but it seems to still mark the fetch complete with
a .done file and continues to build.
>

Will check summing not be done next time it tries to build the recipe

> I will file a bug.
>
> Sau!
>
>>>
>>>  SRC_URI  =
"${KERNELORG_MIRROR}/linux/network/ofono/${BPN}-${PV}.tar.bz2 \
>>>                  file://ofono"
>>> --
>>> 1.7.4.1
>>>
>>>
>>> _______________________________________________
>>> Openembedded-core mailing list
>>> Openembedded-core@lists.openembedded.org
>>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>>
>>
>>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>

[-- Attachment #2: Type: text/html, Size: 3724 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 6/8] ofono: upgrade to version 1.6
  2012-04-30 15:21     ` [PATCH 6/8] ofono: upgrade to version 1.6 Saul Wold
  2012-04-30 15:31       ` Khem Raj
@ 2012-04-30 15:46       ` Koen Kooi
  1 sibling, 0 replies; 17+ messages in thread
From: Koen Kooi @ 2012-04-30 15:46 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Martin Jansa


Op 30 apr. 2012, om 17:21 heeft Saul Wold het volgende geschreven:

> On 04/29/2012 01:45 AM, Martin Jansa wrote:
>> On Sat, Apr 28, 2012 at 04:12:30PM +0800, Dongxiao Xu wrote:
>>> Signed-off-by: Dongxiao Xu<dongxiao.xu@intel.com>
>>> ---
>>>  .../ofono/{ofono_1.5.bb =>  ofono_1.6.bb}           |    2 +-
>>>  1 files changed, 1 insertions(+), 1 deletions(-)
>>>  rename meta/recipes-connectivity/ofono/{ofono_1.5.bb =>  ofono_1.6.bb} (97%)
>>> 
>>> diff --git a/meta/recipes-connectivity/ofono/ofono_1.5.bb b/meta/recipes-connectivity/ofono/ofono_1.6.bb
>>> similarity index 97%
>>> rename from meta/recipes-connectivity/ofono/ofono_1.5.bb
>>> rename to meta/recipes-connectivity/ofono/ofono_1.6.bb
>>> index dad813f..d0f273b 100644
>>> --- a/meta/recipes-connectivity/ofono/ofono_1.5.bb
>>> +++ b/meta/recipes-connectivity/ofono/ofono_1.6.bb
>>> @@ -1,6 +1,6 @@
>>>  require ofono.inc
>>> 
>>> -PR = "r1"
>>> +PR = "r0"
>> 
>> without checksum change it will fail, right?
>> 
>> I'll send patch I have for ofono upgrade in my branch.
>> 
> This seems to have uncovered a problem with the Fetcher, it happily pulls the upstream tarball, raises a BBFetchException, and writes the checksum failure to the log file, but it seems to still mark the fetch complete with a .done file and continues to build.

I've had reports of that bug as well, it is also triggered by things like redirects to fancy error pages. 

regards,

Koen


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH] ofono: upgrade to 1.6
  2012-04-29  8:46     ` [PATCH] ofono: upgrade to 1.6 Martin Jansa
@ 2012-05-01 18:29       ` Saul Wold
  0 siblings, 0 replies; 17+ messages in thread
From: Saul Wold @ 2012-05-01 18:29 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Martin Jansa

On 04/29/2012 01:46 AM, Martin Jansa wrote:
> * 1.5 is not compatible with glib-2.32 and newer
>    | In file included from gisi/client.h:30:0,
>    |                  from gisi/client.c:33:
>    |/OE/shr-core/tmp-eglibc/sysroots/spitz/usr/include/glib-2.0/glib/gtypes.h:28:2: error: #error "Only<glib.h>  can be included directly."
>
> Signed-off-by: Martin Jansa<Martin.Jansa@gmail.com>
> ---
>   meta/recipes-connectivity/ofono/ofono_1.5.bb |   14 --------------
>   meta/recipes-connectivity/ofono/ofono_1.6.bb |   15 +++++++++++++++
>   2 files changed, 15 insertions(+), 14 deletions(-)
>   delete mode 100644 meta/recipes-connectivity/ofono/ofono_1.5.bb
>   create mode 100644 meta/recipes-connectivity/ofono/ofono_1.6.bb
>
> diff --git a/meta/recipes-connectivity/ofono/ofono_1.5.bb b/meta/recipes-connectivity/ofono/ofono_1.5.bb
> deleted file mode 100644
> index dad813f..0000000
> --- a/meta/recipes-connectivity/ofono/ofono_1.5.bb
> +++ /dev/null
> @@ -1,14 +0,0 @@
> -require ofono.inc
> -
> -PR = "r1"
> -
> -SRC_URI  = "${KERNELORG_MIRROR}/linux/network/ofono/${BPN}-${PV}.tar.bz2 \
> -	          file://ofono"
> -
> -EXTRA_OECONF += "\
> -    --enable-test \
> -    ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \
> -"
> -
> -SRC_URI[md5sum] = "a54935a2a86b90300410c6c033284f6c"
> -SRC_URI[sha256sum] = "3a70608c17f3dca34c1e057aacdf836021322dfdcaf9edc777119eafe48076b3"
> diff --git a/meta/recipes-connectivity/ofono/ofono_1.6.bb b/meta/recipes-connectivity/ofono/ofono_1.6.bb
> new file mode 100644
> index 0000000..386ffee
> --- /dev/null
> +++ b/meta/recipes-connectivity/ofono/ofono_1.6.bb
> @@ -0,0 +1,15 @@
> +require ofono.inc
> +
> +SRC_URI  = "\
> +  ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.bz2 \
> +  file://ofono \
> +"
> +SRC_URI[md5sum] = "d863b2b650a525cf75056085398bc8ef"
> +SRC_URI[sha256sum] = "63e38ea1cf35b00ecbab7611c6caa2adcd33eb10495f7a9f72013d4ab7a14c98"
> +
> +
> +EXTRA_OECONF += "\
> +    --enable-test \
> +    ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \
> +"
> +

Merged into OE-Core

Thanks
	Sau!



^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 0/8][PULL] Recipe upgrades for ofono, iptables, etc.
  2012-04-28  8:12 [PATCH 0/8][PULL] Recipe upgrades for ofono, iptables, etc Dongxiao Xu
                   ` (7 preceding siblings ...)
  2012-04-28  8:12 ` [PATCH 8/8] distro_tracking_fields: Change for ofono, iptables, etc Dongxiao Xu
@ 2012-05-01 18:30 ` Saul Wold
  8 siblings, 0 replies; 17+ messages in thread
From: Saul Wold @ 2012-05-01 18:30 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 04/28/2012 01:12 AM, Dongxiao Xu wrote:
> Hi Saul,
>
> This pull request upgrades some recipes.
>
> Please help to review and pull.
>
> Thanks,
> Dongxiao
>
> The following changes since commit 5a1f172d35be610688842a8a9a84f24edb9aeb51:
>
>    bitbake.conf: use TUNE_PKGARCH instead of TARGET_ARCH in SDK_NAME (2012-04-26 10:59:20 +0100)
>
> are available in the git repository at:
>    git://git.pokylinux.org/poky-contrib dxu4/upgrade
>    http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/upgrade
>
> Dongxiao Xu (8):
>    gst-fluendo-mpegdemux: upgrade to version 0.10.70
>    telepathy-mission-control: upgrade to version 5.12.0
>    telepathy-glib: upgrade to version 0.18.1
>    bluez-hcidump: upgrade to version 2.4
>    iproute2: upgrade to version 3.3.0
Not merged since not updated

>    ofono: upgrade to version 1.6
Not merged since no checksums, but merged Martin's version

>    iptables: upgrade to version 1.4.13
>    distro_tracking_fields: Change for ofono, iptables, etc
>
Merged everything else into OE-Core

Sau!

>   .../conf/distro/include/distro_tracking_fields.inc |   46 ++++++++++----------
>   .../{bluez-hcidump_2.3.bb =>  bluez-hcidump_2.4.bb} |    4 +-
>   .../configure-cross.patch                          |    0
>   .../{iproute2_3.2.0.bb =>  iproute2_3.3.0.bb}       |    2 +-
>   .../ofono/{ofono_1.5.bb =>  ofono_1.6.bb}           |    2 +-
>   ...thy-glib_0.17.5.bb =>  telepathy-glib_0.18.1.bb} |    4 +-
>   ...11.0.bb =>  telepathy-mission-control_5.12.0.bb} |    6 +-
>   .../iptables/iptables/GNUmakefile.patch            |   18 --------
>   .../{iptables_1.4.12.2.bb =>  iptables_1.4.13.bb}   |    5 +-
>   ...0.10.69.bb =>  gst-fluendo-mpegdemux_0.10.70.bb} |    4 +-
>   10 files changed, 36 insertions(+), 55 deletions(-)
>   rename meta/recipes-connectivity/bluez/{bluez-hcidump_2.3.bb =>  bluez-hcidump_2.4.bb} (83%)
>   rename meta/recipes-connectivity/iproute2/{iproute2-3.2.0 =>  iproute2-3.3.0}/configure-cross.patch (100%)
>   rename meta/recipes-connectivity/iproute2/{iproute2_3.2.0.bb =>  iproute2_3.3.0.bb} (97%)
>   rename meta/recipes-connectivity/ofono/{ofono_1.5.bb =>  ofono_1.6.bb} (97%)
>   rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.17.5.bb =>  telepathy-glib_0.18.1.bb} (82%)
>   rename meta/recipes-connectivity/telepathy/{telepathy-mission-control_5.11.0.bb =>  telepathy-mission-control_5.12.0.bb} (91%)
>   delete mode 100644 meta/recipes-extended/iptables/iptables/GNUmakefile.patch
>   rename meta/recipes-extended/iptables/{iptables_1.4.12.2.bb =>  iptables_1.4.13.bb} (89%)
>   rename meta/recipes-multimedia/gstreamer/{gst-fluendo-mpegdemux_0.10.69.bb =>  gst-fluendo-mpegdemux_0.10.70.bb} (71%)
>



^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2012-05-01 18:40 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-28  8:12 [PATCH 0/8][PULL] Recipe upgrades for ofono, iptables, etc Dongxiao Xu
2012-04-28  8:12 ` [PATCH 1/8] gst-fluendo-mpegdemux: upgrade to version 0.10.70 Dongxiao Xu
2012-04-28  8:12 ` [PATCH 2/8] telepathy-mission-control: upgrade to version 5.12.0 Dongxiao Xu
2012-04-28  8:12 ` [PATCH 3/8] telepathy-glib: upgrade to version 0.18.1 Dongxiao Xu
2012-04-28  8:12 ` [PATCH 4/8] bluez-hcidump: upgrade to version 2.4 Dongxiao Xu
2012-04-28  8:12 ` [PATCH 5/8] iproute2: upgrade to version 3.3.0 Dongxiao Xu
2012-04-28 23:29   ` Saul Wold
2012-04-28  8:12 ` [PATCH 6/8] ofono: upgrade to version 1.6 Dongxiao Xu
2012-04-29  8:45   ` Martin Jansa
2012-04-29  8:46     ` [PATCH] ofono: upgrade to 1.6 Martin Jansa
2012-05-01 18:29       ` Saul Wold
2012-04-30 15:21     ` [PATCH 6/8] ofono: upgrade to version 1.6 Saul Wold
2012-04-30 15:31       ` Khem Raj
2012-04-30 15:46       ` Koen Kooi
2012-04-28  8:12 ` [PATCH 7/8] iptables: upgrade to version 1.4.13 Dongxiao Xu
2012-04-28  8:12 ` [PATCH 8/8] distro_tracking_fields: Change for ofono, iptables, etc Dongxiao Xu
2012-05-01 18:30 ` [PATCH 0/8][PULL] Recipe upgrades " Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.