All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/18] util-macros: upgrade to 1.16.1
  2012-01-22 18:06 [PATCH 00/18][V1] upgrade recipes Shane Wang
@ 2012-01-22 18:06 ` Shane Wang
  2012-01-22 18:06 ` [PATCH 02/18] pixman: upgrade to 0.24.2 Shane Wang
                   ` (17 subsequent siblings)
  18 siblings, 0 replies; 23+ messages in thread
From: Shane Wang @ 2012-01-22 18:06 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Shane Wang <shane.wang@intel.com>
---
 ...util-macros_1.16.0.bb => util-macros_1.16.1.bb} |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-util/{util-macros_1.16.0.bb => util-macros_1.16.1.bb} (75%)

diff --git a/meta/recipes-graphics/xorg-util/util-macros_1.16.0.bb b/meta/recipes-graphics/xorg-util/util-macros_1.16.1.bb
similarity index 75%
rename from meta/recipes-graphics/xorg-util/util-macros_1.16.0.bb
rename to meta/recipes-graphics/xorg-util/util-macros_1.16.1.bb
index da9c31d..e0af8a9 100644
--- a/meta/recipes-graphics/xorg-util/util-macros_1.16.0.bb
+++ b/meta/recipes-graphics/xorg-util/util-macros_1.16.1.bb
@@ -16,5 +16,5 @@ RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
 
 BBCLASSEXTEND = "native nativesdk"
 
-SRC_URI[md5sum] = "3f77f0b6452c677d4b5ce9feaea7d15e"
-SRC_URI[sha256sum] = "1387cec5c2e655811e9a60afee7bda1652f8cd97be6c89418566bcf934ff6935"
+SRC_URI[md5sum] = "01a4d42cfa952488d7bd391099a92bb0"
+SRC_URI[sha256sum] = "06494a0afb53881041ae4171d8ddb8433fa0bde7bd4e0ecc2aeaf536a02da183"
-- 
1.7.6




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

* [PATCH 02/18] pixman: upgrade to 0.24.2
  2012-01-22 18:06 [PATCH 00/18][V1] upgrade recipes Shane Wang
  2012-01-22 18:06 ` [PATCH 01/18] util-macros: upgrade to 1.16.1 Shane Wang
@ 2012-01-22 18:06 ` Shane Wang
  2012-01-23  8:50   ` Koen Kooi
  2012-01-22 18:06 ` [PATCH 03/18] xcb-proto: upgrade to 1.7 Shane Wang
                   ` (16 subsequent siblings)
  18 siblings, 1 reply; 23+ messages in thread
From: Shane Wang @ 2012-01-22 18:06 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Shane Wang <shane.wang@intel.com>
---
 .../{pixman_0.24.0.bb => pixman_0.24.2.bb}         |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{pixman_0.24.0.bb => pixman_0.24.2.bb} (83%)

diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.24.0.bb b/meta/recipes-graphics/xorg-lib/pixman_0.24.2.bb
similarity index 83%
rename from meta/recipes-graphics/xorg-lib/pixman_0.24.0.bb
rename to meta/recipes-graphics/xorg-lib/pixman_0.24.2.bb
index d96fe75..b55e547 100644
--- a/meta/recipes-graphics/xorg-lib/pixman_0.24.0.bb
+++ b/meta/recipes-graphics/xorg-lib/pixman_0.24.2.bb
@@ -18,6 +18,6 @@ PR = "r0"
 
 EXTRA_OECONF="--disable-gtk"
 
-SRC_URI[md5sum] = "db5ffcd50064421176e8afb7b85fd1a7"
-SRC_URI[sha256sum] = "744e8b36b29ba76bdfe8f7cbc45585fb237533ac8d716a27e306874dcfa1cf44"
+SRC_URI[md5sum] = "2ce7d12750664d2eebd51bf0a07b6205"
+SRC_URI[sha256sum] = "32f74f3e3c1feea33e6ad3e2fd66cb3eb816805c384b346ea1636a87c9057dbf"
 
-- 
1.7.6




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

* [PATCH 03/18] xcb-proto: upgrade to 1.7
  2012-01-22 18:06 [PATCH 00/18][V1] upgrade recipes Shane Wang
  2012-01-22 18:06 ` [PATCH 01/18] util-macros: upgrade to 1.16.1 Shane Wang
  2012-01-22 18:06 ` [PATCH 02/18] pixman: upgrade to 0.24.2 Shane Wang
@ 2012-01-22 18:06 ` Shane Wang
  2012-01-22 18:06 ` [PATCH 04/18] libxcb: upgrade to 1.8 Shane Wang
                   ` (15 subsequent siblings)
  18 siblings, 0 replies; 23+ messages in thread
From: Shane Wang @ 2012-01-22 18:06 UTC (permalink / raw)
  To: openembedded-core

Upgrade xcb-proto from 1.6 to 1.7
Since xcb-proto-libdir.patch is there, the file is removed.

Signed-off-by: Shane Wang <shane.wang@intel.com>
---
 .../xcb/xcb-proto-1.6/xcb-proto-libdir.patch       |   14 --------------
 meta/recipes-graphics/xcb/xcb-proto.inc            |    3 +--
 .../xcb/{xcb-proto_1.6.bb => xcb-proto_1.7.bb}     |    6 +++---
 3 files changed, 4 insertions(+), 19 deletions(-)
 delete mode 100644 meta/recipes-graphics/xcb/xcb-proto-1.6/xcb-proto-libdir.patch
 rename meta/recipes-graphics/xcb/{xcb-proto_1.6.bb => xcb-proto_1.7.bb} (58%)

diff --git a/meta/recipes-graphics/xcb/xcb-proto-1.6/xcb-proto-libdir.patch b/meta/recipes-graphics/xcb/xcb-proto-1.6/xcb-proto-libdir.patch
deleted file mode 100644
index 708f329..0000000
--- a/meta/recipes-graphics/xcb/xcb-proto-1.6/xcb-proto-libdir.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Upstream-Status: Inappropriate [embedded specific]
-
-Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
-
-Index: xcb-proto-1.6/xcb-proto.pc.in
-===================================================================
---- xcb-proto-1.6.orig/xcb-proto.pc.in
-+++ xcb-proto-1.6/xcb-proto.pc.in
-@@ -1,4 +1,5 @@
- prefix=@prefix@
-+libdir=@libdir@
- datarootdir=@datarootdir@
- datadir=@datadir@
- xcbincludedir=@xcbincludedir@
diff --git a/meta/recipes-graphics/xcb/xcb-proto.inc b/meta/recipes-graphics/xcb/xcb-proto.inc
index bab5112..e93b1a2 100644
--- a/meta/recipes-graphics/xcb/xcb-proto.inc
+++ b/meta/recipes-graphics/xcb/xcb-proto.inc
@@ -9,8 +9,7 @@ BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=XCB"
 SECTION = "x11/libs"
 LICENSE = "MIT-X"
 
-SRC_URI = "http://xcb.freedesktop.org/dist/xcb-proto-${PV}.tar.bz2 \
-           file://xcb-proto-libdir.patch"
+SRC_URI = "http://xcb.freedesktop.org/dist/xcb-proto-${PV}.tar.bz2"
 
 inherit autotools pkgconfig
 
diff --git a/meta/recipes-graphics/xcb/xcb-proto_1.6.bb b/meta/recipes-graphics/xcb/xcb-proto_1.7.bb
similarity index 58%
rename from meta/recipes-graphics/xcb/xcb-proto_1.6.bb
rename to meta/recipes-graphics/xcb/xcb-proto_1.7.bb
index 7ac7ad5..fac24df 100644
--- a/meta/recipes-graphics/xcb/xcb-proto_1.6.bb
+++ b/meta/recipes-graphics/xcb/xcb-proto_1.7.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7 \
                     file://src/dri2.xml;beginline=2;endline=28;md5=f8763b13ff432e8597e0d610cf598e65"
 
-PR = "r4"
+PR = "r0"
 
-SRC_URI[md5sum] = "04313e1d914b44d0e457f6c494fc178b"
-SRC_URI[sha256sum] = "f52bc1159b12496f002404eb5793c01277b20c82cb72c5ff076d7b25da9b5ca2"
+SRC_URI[md5sum] = "f5d73ec841ed055f5e80535819f18400"
+SRC_URI[sha256sum] = "e67eb7263f222133fb9d1de70928724bea3a448cdcd99d0fa4c63c04fc124b38"
-- 
1.7.6




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

* [PATCH 04/18] libxcb: upgrade to 1.8
  2012-01-22 18:06 [PATCH 00/18][V1] upgrade recipes Shane Wang
                   ` (2 preceding siblings ...)
  2012-01-22 18:06 ` [PATCH 03/18] xcb-proto: upgrade to 1.7 Shane Wang
@ 2012-01-22 18:06 ` Shane Wang
  2012-01-22 18:06 ` [PATCH 05/18] polkit: upgrade to 0.104 Shane Wang
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 23+ messages in thread
From: Shane Wang @ 2012-01-22 18:06 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Shane Wang <shane.wang@intel.com>
---
 .../xcb/{libxcb_1.7.bb => libxcb_1.8.bb}           |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/xcb/{libxcb_1.7.bb => libxcb_1.8.bb} (56%)

diff --git a/meta/recipes-graphics/xcb/libxcb_1.7.bb b/meta/recipes-graphics/xcb/libxcb_1.8.bb
similarity index 56%
rename from meta/recipes-graphics/xcb/libxcb_1.7.bb
rename to meta/recipes-graphics/xcb/libxcb_1.8.bb
index daecf0f..fbf90c2 100644
--- a/meta/recipes-graphics/xcb/libxcb_1.7.bb
+++ b/meta/recipes-graphics/xcb/libxcb_1.8.bb
@@ -3,11 +3,11 @@ include libxcb.inc
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7"
 
-PR = "r2"
+PR = "r0"
 
 DEPENDS += "libpthread-stubs xcb-proto-native libxdmcp"
 
 PACKAGES =+ "libxcb-xinerama"
 
-SRC_URI[md5sum] = "925699df361b99491165ebc12068056b"
-SRC_URI[sha256sum] = "e776dc35e2a66094e7308ce2e045fb4e27cf3ca30ab1813a8fc08538140724df"
+SRC_URI[md5sum] = "eba59a8887ba6dbaa4cf337766f8d19d"
+SRC_URI[sha256sum] = "25c3600bec104c5aa6e9f559bfe0011b0e223bde726b849b58f758c2d4e6fc5e"
-- 
1.7.6




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

* [PATCH 05/18] polkit: upgrade to 0.104
  2012-01-22 18:06 [PATCH 00/18][V1] upgrade recipes Shane Wang
                   ` (3 preceding siblings ...)
  2012-01-22 18:06 ` [PATCH 04/18] libxcb: upgrade to 1.8 Shane Wang
@ 2012-01-22 18:06 ` Shane Wang
  2012-01-22 18:06 ` [PATCH 06/18] iptables: upgrade to 1.4.12.2 Shane Wang
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 23+ messages in thread
From: Shane Wang @ 2012-01-22 18:06 UTC (permalink / raw)
  To: openembedded-core

Upgrade polkit to 0.104.
And fix the typo for "endline" and the checksum.

Signed-off-by: Shane Wang <shane.wang@intel.com>
---
 .../introspection.patch                            |    0
 .../polkit-1_pam.patch                             |    0
 .../polkit/{polkit_0.103.bb => polkit_0.104.bb}    |    6 +++---
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-extended/polkit/{polkit-0.103 => polkit-0.104}/introspection.patch (100%)
 rename meta/recipes-extended/polkit/{polkit-0.103 => polkit-0.104}/polkit-1_pam.patch (100%)
 rename meta/recipes-extended/polkit/{polkit_0.103.bb => polkit_0.104.bb} (83%)

diff --git a/meta/recipes-extended/polkit/polkit-0.103/introspection.patch b/meta/recipes-extended/polkit/polkit-0.104/introspection.patch
similarity index 100%
rename from meta/recipes-extended/polkit/polkit-0.103/introspection.patch
rename to meta/recipes-extended/polkit/polkit-0.104/introspection.patch
diff --git a/meta/recipes-extended/polkit/polkit-0.103/polkit-1_pam.patch b/meta/recipes-extended/polkit/polkit-0.104/polkit-1_pam.patch
similarity index 100%
rename from meta/recipes-extended/polkit/polkit-0.103/polkit-1_pam.patch
rename to meta/recipes-extended/polkit/polkit-0.104/polkit-1_pam.patch
diff --git a/meta/recipes-extended/polkit/polkit_0.103.bb b/meta/recipes-extended/polkit/polkit_0.104.bb
similarity index 83%
rename from meta/recipes-extended/polkit/polkit_0.103.bb
rename to meta/recipes-extended/polkit/polkit_0.104.bb
index 7f56242..e51e017 100644
--- a/meta/recipes-extended/polkit/polkit_0.103.bb
+++ b/meta/recipes-extended/polkit/polkit_0.104.bb
@@ -3,15 +3,15 @@ DESCRIPTION = "The polkit package is an application-level toolkit for defining a
 HOMEPAGE = "http://code.google.com/p/polkit/"
 LICENSE = "LGPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb \
-                    file://src/polkit/polkit.h;beginline=1;endilne=20;md5=9f797b8912dac8a806be820c14e783f8 \
+                    file://src/polkit/polkit.h;beginline=1;endline=20;md5=0a8630b0133176d0504c87a0ded39db4 \
                     file://docs/polkit/html/license.html;md5=d85a36709a446c10f4ee123f9dda0e38"
 
 SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz \
            file://introspection.patch \
            ${@base_contains('DISTRO_FEATURES', 'pam', '${PAM_SRC_URI}', '', d)}"
 
-SRC_URI[md5sum] = "aaacf2ef18774ea8a825a426a7cfe763"
-SRC_URI[sha256sum] = "36607c8ce576980ee55bd12bab1944f13217eb8e9d04ab56022545861ece3bc5"
+SRC_URI[md5sum] = "e380b4c6fb1e7bccf854e92edc0a8ce1"
+SRC_URI[sha256sum] = "6b0a13d8381e4a7b7e37c18a54595191b50757e0fcd186cd9918e9ad0f18c7f9"
 
 PAM_SRC_URI = "file://polkit-1_pam.patch"
 PR = "r0"
-- 
1.7.6




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

* [PATCH 06/18] iptables: upgrade to 1.4.12.2
  2012-01-22 18:06 [PATCH 00/18][V1] upgrade recipes Shane Wang
                   ` (4 preceding siblings ...)
  2012-01-22 18:06 ` [PATCH 05/18] polkit: upgrade to 0.104 Shane Wang
@ 2012-01-22 18:06 ` Shane Wang
  2012-01-22 20:29   ` Khem Raj
  2012-01-22 18:06 ` [PATCH 07/18] tremor: upgrade to 18163 (20120122) Shane Wang
                   ` (12 subsequent siblings)
  18 siblings, 1 reply; 23+ messages in thread
From: Shane Wang @ 2012-01-22 18:06 UTC (permalink / raw)
  To: openembedded-core

This patch is to upgrade iptables to 1.4.12.2, and introduce a patch not to check unknown symbols.
Otherwise, when it is compiled, it will report "libxtables.so.7" from LD_PRELOAD cannot be preloaded.

Signed-off-by: Shane Wang <shane.wang@intel.com>
---
 .../iptables/iptables/GNUmakefile.patch            |   18 ++++++++++++++++++
 .../{iptables_1.4.12.1.bb => iptables_1.4.12.2.bb} |    7 ++++---
 2 files changed, 22 insertions(+), 3 deletions(-)
 create mode 100644 meta/recipes-extended/iptables/iptables/GNUmakefile.patch
 rename meta/recipes-extended/iptables/{iptables_1.4.12.1.bb => iptables_1.4.12.2.bb} (88%)

diff --git a/meta/recipes-extended/iptables/iptables/GNUmakefile.patch b/meta/recipes-extended/iptables/iptables/GNUmakefile.patch
new file mode 100644
index 0000000..c60e84f
--- /dev/null
+++ b/meta/recipes-extended/iptables/iptables/GNUmakefile.patch
@@ -0,0 +1,18 @@
+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.1.bb b/meta/recipes-extended/iptables/iptables_1.4.12.2.bb
similarity index 88%
rename from meta/recipes-extended/iptables/iptables_1.4.12.1.bb
rename to meta/recipes-extended/iptables/iptables_1.4.12.2.bb
index 52aa4d5..2d3d311 100644
--- a/meta/recipes-extended/iptables/iptables_1.4.12.1.bb
+++ b/meta/recipes-extended/iptables/iptables_1.4.12.2.bb
@@ -21,10 +21,11 @@ RRECOMMENDS_${PN} = "kernel-module-x-tables \
 FILES_${PN} =+ "${libdir}/xtables/"
 FILES_${PN}-dbg =+ "${libdir}/xtables/.debug"
 
-SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2"
+SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2 \
+           file://GNUmakefile.patch"
 
-SRC_URI[md5sum] = "b08a1195ec2c1ebeaf072db3c55fdf43"
-SRC_URI[sha256sum] = "77e6581f21f15946a814fa311236e5f3f7c6593180f9d695cea06aa95e464aba"
+SRC_URI[md5sum] = "212112389c7f10c72efb31a4ed193a4c"
+SRC_URI[sha256sum] = "09fff7dfe6af95675474fd5d0fc67622fac5a0f3d6e02ee614deae9a2e5dae13"
 
 inherit autotools
 
-- 
1.7.6




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

* [PATCH 00/18][V1] upgrade recipes
@ 2012-01-22 18:06 Shane Wang
  2012-01-22 18:06 ` [PATCH 01/18] util-macros: upgrade to 1.16.1 Shane Wang
                   ` (18 more replies)
  0 siblings, 19 replies; 23+ messages in thread
From: Shane Wang @ 2012-01-22 18:06 UTC (permalink / raw)
  To: openembedded-core

Upgrade recipes to the latest, including strace, pciutils, ed, ofono, iproute2, bluez4, bluez-hcidump, kexec-tools, tremor, iptables, polkit, libxcb, xcb-proto, pixman, util-macros, and mobile-broadband-provider-info.
Please review.

The following changes since commit 3fe81df6400448b54b47a13f27e1389b1e824ab0:

  distro_tracking: update libpng, libgdbus, opensp, nfs-utils manual check dates (2012-01-20 16:47:51 +0000)

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

Shane Wang (18):
  util-macros: upgrade to 1.16.1
  pixman: upgrade to 0.24.2
  xcb-proto: upgrade to 1.7
  libxcb: upgrade to 1.8
  polkit: upgrade to 0.104
  iptables: upgrade to 1.4.12.2
  tremor: upgrade to 18163 (20120122)
  kexec-tools: upgrade to 2.0.3
  bluez-hcidump: upgrade to 2.2
  bluez4: upgrade to 4.98
  iproute2: upgrade to 3.2.0
  mobile-broadband-provider-info: bring a new recipe into poky
  ofono: upgrade to 1.3
  ed: upgrade to 1.6
  pciutils: upgrade to 3.1.9
  strace: upgrade to 4.6
  libsoup: update its info in distro_tracking.inc
  distro_tracking.inc: update the info for recipes upgraded recently

 .../conf/distro/include/distro_tracking_fields.inc |  105 ++++++++++---------
 .../configure.patch                                |   69 +++++++-------
 .../guess-fix.patch                                |    0
 .../lib-build-fix.patch                            |    0
 .../makefile.patch                                 |    0
 .../pcimodules-pciutils.diff                       |    0
 .../{pciutils_3.1.7.bb => pciutils_3.1.9.bb}       |    6 +-
 .../{bluez-hcidump_2.1.bb => bluez-hcidump_2.2.bb} |    4 +-
 .../{bluez4-4.96 => bluez4-4.98}/bluetooth.conf    |    0
 .../bluez/{bluez4_4.96.bb => bluez4_4.98.bb}       |    6 +-
 .../configure-cross.patch                          |   30 +++----
 .../{iproute2_3.1.0.bb => iproute2_3.2.0.bb}       |    5 +-
 .../mobile-broadband-provider-info_git.bb          |   13 +++
 meta/recipes-connectivity/ofono/ofono.inc          |    2 +-
 .../ofono/{ofono_1.0.bb => ofono_1.3.bb}           |    4 +-
 .../{strace-4.5.20 => strace-4.6}/sigmask.patch    |    0
 .../strace/{strace_4.5.20.bb => strace_4.6.bb}     |    8 +-
 .../ed/{ed-1.5 => ed-1.6}/ed-1.2-build.patch       |    0
 meta/recipes-extended/ed/{ed_1.5.bb => ed_1.6.bb}  |   10 +-
 .../iptables/iptables/GNUmakefile.patch            |   18 ++++
 .../{iptables_1.4.12.1.bb => iptables_1.4.12.2.bb} |    7 +-
 .../introspection.patch                            |    0
 .../polkit-1_pam.patch                             |    0
 .../polkit/{polkit_0.103.bb => polkit_0.104.bb}    |    6 +-
 .../xcb/{libxcb_1.7.bb => libxcb_1.8.bb}           |    6 +-
 .../xcb/xcb-proto-1.6/xcb-proto-libdir.patch       |   14 ---
 meta/recipes-graphics/xcb/xcb-proto.inc            |    3 +-
 .../xcb/{xcb-proto_1.6.bb => xcb-proto_1.7.bb}     |    6 +-
 .../{pixman_0.24.0.bb => pixman_0.24.2.bb}         |    4 +-
 ...util-macros_1.16.0.bb => util-macros_1.16.1.bb} |    4 +-
 .../fix_for_compiling_with_gcc-4.6.0.patch         |   40 --------
 .../{kexec-tools_2.0.2.bb => kexec-tools_2.0.3.bb} |    7 +-
 .../{tremor_20101121.bb => tremor_20120122.bb}     |    2 +-
 33 files changed, 178 insertions(+), 201 deletions(-)
 rename meta/recipes-bsp/pciutils/{pciutils-3.1.7 => pciutils-3.1.9}/configure.patch (85%)
 rename meta/recipes-bsp/pciutils/{pciutils-3.1.7 => pciutils-3.1.9}/guess-fix.patch (100%)
 rename meta/recipes-bsp/pciutils/{pciutils-3.1.7 => pciutils-3.1.9}/lib-build-fix.patch (100%)
 rename meta/recipes-bsp/pciutils/{pciutils-3.1.7 => pciutils-3.1.9}/makefile.patch (100%)
 rename meta/recipes-bsp/pciutils/{pciutils-3.1.7 => pciutils-3.1.9}/pcimodules-pciutils.diff (100%)
 rename meta/recipes-bsp/pciutils/{pciutils_3.1.7.bb => pciutils_3.1.9.bb} (91%)
 rename meta/recipes-connectivity/bluez/{bluez-hcidump_2.1.bb => bluez-hcidump_2.2.bb} (83%)
 rename meta/recipes-connectivity/bluez/{bluez4-4.96 => bluez4-4.98}/bluetooth.conf (100%)
 rename meta/recipes-connectivity/bluez/{bluez4_4.96.bb => bluez4_4.98.bb} (86%)
 rename meta/recipes-connectivity/iproute2/{iproute2-3.1.0 => iproute2-3.2.0}/configure-cross.patch (69%)
 rename meta/recipes-connectivity/iproute2/{iproute2_3.1.0.bb => iproute2_3.2.0.bb} (46%)
 create mode 100644 meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb
 rename meta/recipes-connectivity/ofono/{ofono_1.0.bb => ofono_1.3.bb} (66%)
 rename meta/recipes-devtools/strace/{strace-4.5.20 => strace-4.6}/sigmask.patch (100%)
 rename meta/recipes-devtools/strace/{strace_4.5.20.bb => strace_4.6.bb} (67%)
 rename meta/recipes-extended/ed/{ed-1.5 => ed-1.6}/ed-1.2-build.patch (100%)
 rename meta/recipes-extended/ed/{ed_1.5.bb => ed_1.6.bb} (59%)
 create mode 100644 meta/recipes-extended/iptables/iptables/GNUmakefile.patch
 rename meta/recipes-extended/iptables/{iptables_1.4.12.1.bb => iptables_1.4.12.2.bb} (88%)
 rename meta/recipes-extended/polkit/{polkit-0.103 => polkit-0.104}/introspection.patch (100%)
 rename meta/recipes-extended/polkit/{polkit-0.103 => polkit-0.104}/polkit-1_pam.patch (100%)
 rename meta/recipes-extended/polkit/{polkit_0.103.bb => polkit_0.104.bb} (83%)
 rename meta/recipes-graphics/xcb/{libxcb_1.7.bb => libxcb_1.8.bb} (56%)
 delete mode 100644 meta/recipes-graphics/xcb/xcb-proto-1.6/xcb-proto-libdir.patch
 rename meta/recipes-graphics/xcb/{xcb-proto_1.6.bb => xcb-proto_1.7.bb} (58%)
 rename meta/recipes-graphics/xorg-lib/{pixman_0.24.0.bb => pixman_0.24.2.bb} (83%)
 rename meta/recipes-graphics/xorg-util/{util-macros_1.16.0.bb => util-macros_1.16.1.bb} (75%)
 delete mode 100644 meta/recipes-kernel/kexec/kexec-tools/fix_for_compiling_with_gcc-4.6.0.patch
 rename meta/recipes-kernel/kexec/{kexec-tools_2.0.2.bb => kexec-tools_2.0.3.bb} (47%)
 rename meta/recipes-multimedia/tremor/{tremor_20101121.bb => tremor_20120122.bb} (88%)

-- 
1.7.6




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

* [PATCH 07/18] tremor: upgrade to 18163 (20120122)
  2012-01-22 18:06 [PATCH 00/18][V1] upgrade recipes Shane Wang
                   ` (5 preceding siblings ...)
  2012-01-22 18:06 ` [PATCH 06/18] iptables: upgrade to 1.4.12.2 Shane Wang
@ 2012-01-22 18:06 ` Shane Wang
  2012-01-22 18:06 ` [PATCH 08/18] kexec-tools: upgrade to 2.0.3 Shane Wang
                   ` (11 subsequent siblings)
  18 siblings, 0 replies; 23+ messages in thread
From: Shane Wang @ 2012-01-22 18:06 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Shane Wang <shane.wang@intel.com>
---
 .../{tremor_20101121.bb => tremor_20120122.bb}     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
 rename meta/recipes-multimedia/tremor/{tremor_20101121.bb => tremor_20120122.bb} (88%)

diff --git a/meta/recipes-multimedia/tremor/tremor_20101121.bb b/meta/recipes-multimedia/tremor/tremor_20120122.bb
similarity index 88%
rename from meta/recipes-multimedia/tremor/tremor_20101121.bb
rename to meta/recipes-multimedia/tremor/tremor_20120122.bb
index 4a4cb28..055add7 100644
--- a/meta/recipes-multimedia/tremor/tremor_20101121.bb
+++ b/meta/recipes-multimedia/tremor/tremor_20120122.bb
@@ -8,7 +8,7 @@ DEPENDS = "libogg"
 SRCDATE = "${PV}"
 PR = "r0"
 
-SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=17636;proto=http"
+SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=18163;proto=http"
 
 S = "${WORKDIR}/Tremor"
 
-- 
1.7.6




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

* [PATCH 08/18] kexec-tools: upgrade to 2.0.3
  2012-01-22 18:06 [PATCH 00/18][V1] upgrade recipes Shane Wang
                   ` (6 preceding siblings ...)
  2012-01-22 18:06 ` [PATCH 07/18] tremor: upgrade to 18163 (20120122) Shane Wang
@ 2012-01-22 18:06 ` Shane Wang
  2012-01-22 18:06 ` [PATCH 09/18] bluez-hcidump: upgrade to 2.2 Shane Wang
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 23+ messages in thread
From: Shane Wang @ 2012-01-22 18:06 UTC (permalink / raw)
  To: openembedded-core

This patch is to upgrade kexec-tools to 2.0.3.
And since fix_for_compiling_with_gcc-4.6.0.patch is there in 2.0.3, it is removed.

Signed-off-by: Shane Wang <shane.wang@intel.com>
---
 .../fix_for_compiling_with_gcc-4.6.0.patch         |   40 --------------------
 .../{kexec-tools_2.0.2.bb => kexec-tools_2.0.3.bb} |    7 +--
 2 files changed, 3 insertions(+), 44 deletions(-)
 delete mode 100644 meta/recipes-kernel/kexec/kexec-tools/fix_for_compiling_with_gcc-4.6.0.patch
 rename meta/recipes-kernel/kexec/{kexec-tools_2.0.2.bb => kexec-tools_2.0.3.bb} (47%)

diff --git a/meta/recipes-kernel/kexec/kexec-tools/fix_for_compiling_with_gcc-4.6.0.patch b/meta/recipes-kernel/kexec/kexec-tools/fix_for_compiling_with_gcc-4.6.0.patch
deleted file mode 100644
index 658699b..0000000
--- a/meta/recipes-kernel/kexec/kexec-tools/fix_for_compiling_with_gcc-4.6.0.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-Upstream-Status: Pending
-
-Fix following compiler warining/errors with gcc 4.6.0.
-Nitin A Kamble <nitin.a.kamble@intel.com> 2011/05/09
-
-| kexec/kexec.c: In function 'my_exec':
-| kexec/kexec.c:818:6: warning: variable 'result' set but not used [-Wunused-but-set-variable]
-
-| ccache i586-poky-linux-gcc -march=i586 --sysroot=/build_disk/poky_build/build_gcc_4.6.0/tmp/sysroots/qemux86  --no-undefined -nostartfiles -nostdlib -nodefaultlibs -e purgatory_start -r -o purgatory/purgatory.ro purgatory/purgatory.o purgatory/printf.o purgatory/string.o purgatory/arch/i386/entry32-16.o purgatory/arch/i386/entry32-16-debug.o purgatory/arch/i386/entry32.o purgatory/arch/i386/setup-x86.o purgatory/arch/i386/stack.o purgatory/arch/i386/compat_x86_64.o purgatory/arch/i386/purgatory-x86.o purgatory/arch/i386/console-x86.o purgatory/arch/i386/vga.o purgatory/arch/i386/pic.o purgatory/arch/i386/crashdump_backup.o purgatory/sha256.o
-| i586-poky-linux-gcc: error: unrecognized option '--no-undefined'
-| make: *** [purgatory/purgatory.ro] Error 1
-| ERROR: oe_runmake failed
-
-
-Index: kexec-tools-2.0.2/kexec/kexec.c
-===================================================================
---- kexec-tools-2.0.2.orig/kexec/kexec.c
-+++ kexec-tools-2.0.2/kexec/kexec.c
-@@ -815,7 +815,7 @@ static int my_shutdown(void)
-  */
- static int my_exec(void)
- {
--	int result;
-+	int __attribute__((__unused__)) result;
- 
- 	result = kexec_reboot();
- 	/* I have failed if I make it here */
-Index: kexec-tools-2.0.2/purgatory/Makefile
-===================================================================
---- kexec-tools-2.0.2.orig/purgatory/Makefile
-+++ kexec-tools-2.0.2/purgatory/Makefile
-@@ -56,7 +56,7 @@ $(PURGATORY): CPPFLAGS=$($(ARCH)_PURGATO
- 			-I$(srcdir)/include \
- 			-I$(shell $(CC) -print-file-name=include)
- $(PURGATORY): LDFLAGS=$($(ARCH)_PURGATORY_EXTRA_CFLAGS)\
--			--no-undefined -nostartfiles -nostdlib -nodefaultlibs \
-+			-Wl,--no-undefined -nostartfiles -nostdlib -nodefaultlibs \
- 			-e purgatory_start -r
- 
- $(PURGATORY): $(PURGATORY_OBJS)
diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.2.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.3.bb
similarity index 47%
rename from meta/recipes-kernel/kexec/kexec-tools_2.0.2.bb
rename to meta/recipes-kernel/kexec/kexec-tools_2.0.3.bb
index 8d2e606..3cc8265 100644
--- a/meta/recipes-kernel/kexec/kexec-tools_2.0.2.bb
+++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.3.bb
@@ -2,11 +2,10 @@ require kexec-tools.inc
 export LDFLAGS = "-L${STAGING_LIBDIR}"
 EXTRA_OECONF = " --with-zlib=yes"
 
-PR = "r2"
+PR = "r0"
 
-SRC_URI += " file://fix_for_compiling_with_gcc-4.6.0.patch"
-SRC_URI[md5sum] = "bc401cf3262b25ff7c9a51fc76c8ab91"
-SRC_URI[sha256sum] = "549ab65c18a2229b6bf21b6875ca6bbe0e579bca08c3543ce6aaf8287a0b4188"
+SRC_URI[md5sum] = "1b362abd2e8669171a5ba50a9cc26183"
+SRC_URI[sha256sum] = "36a50fad961e24c9cdaa7c01b74d3cdd2b1bebf9bf0f0f3740dd1f21bd1b8ba6"
 
 PACKAGES =+ "kexec kdump"
 
-- 
1.7.6




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

* [PATCH 09/18] bluez-hcidump: upgrade to 2.2
  2012-01-22 18:06 [PATCH 00/18][V1] upgrade recipes Shane Wang
                   ` (7 preceding siblings ...)
  2012-01-22 18:06 ` [PATCH 08/18] kexec-tools: upgrade to 2.0.3 Shane Wang
@ 2012-01-22 18:06 ` Shane Wang
  2012-01-22 18:06 ` [PATCH 10/18] bluez4: upgrade to 4.98 Shane Wang
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 23+ messages in thread
From: Shane Wang @ 2012-01-22 18:06 UTC (permalink / raw)
  To: openembedded-core

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

diff --git a/meta/recipes-connectivity/bluez/bluez-hcidump_2.1.bb b/meta/recipes-connectivity/bluez/bluez-hcidump_2.2.bb
similarity index 83%
rename from meta/recipes-connectivity/bluez/bluez-hcidump_2.1.bb
rename to meta/recipes-connectivity/bluez/bluez-hcidump_2.2.bb
index ce84f58..ba2d7de 100644
--- a/meta/recipes-connectivity/bluez/bluez-hcidump_2.1.bb
+++ b/meta/recipes-connectivity/bluez/bluez-hcidump_2.2.bb
@@ -11,8 +11,8 @@ PR = "r0"
 
 SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/bluez-hcidump-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "b160f0672276398344eebe9df1b37a2c"
-SRC_URI[sha256sum] = "a6cc20b95b6b1a28ff336aad91e124555231628689225c1155e8cd7aac1af86d"
+SRC_URI[md5sum] = "3c298a8be67099fe227f3e4d9de539d5"
+SRC_URI[sha256sum] = "073066d3ec1f7d1c52bb0fe27cde84ea273e1ab3097b27fa1fd45a5992e1a441"
 S = "${WORKDIR}/bluez-hcidump-${PV}"
 
 EXTRA_OECONF = "--with-bluez-libs=${STAGING_LIBDIR} --with-bluez-includes=${STAGING_INCDIR}"
-- 
1.7.6




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

* [PATCH 10/18] bluez4: upgrade to 4.98
  2012-01-22 18:06 [PATCH 00/18][V1] upgrade recipes Shane Wang
                   ` (8 preceding siblings ...)
  2012-01-22 18:06 ` [PATCH 09/18] bluez-hcidump: upgrade to 2.2 Shane Wang
@ 2012-01-22 18:06 ` Shane Wang
  2012-01-22 18:06 ` [PATCH 11/18] iproute2: upgrade to 3.2.0 Shane Wang
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 23+ messages in thread
From: Shane Wang @ 2012-01-22 18:06 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Shane Wang <shane.wang@intel.com>
---
 .../{bluez4-4.96 => bluez4-4.98}/bluetooth.conf    |    0
 .../bluez/{bluez4_4.96.bb => bluez4_4.98.bb}       |    6 +++---
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-connectivity/bluez/{bluez4-4.96 => bluez4-4.98}/bluetooth.conf (100%)
 rename meta/recipes-connectivity/bluez/{bluez4_4.96.bb => bluez4_4.98.bb} (86%)

diff --git a/meta/recipes-connectivity/bluez/bluez4-4.96/bluetooth.conf b/meta/recipes-connectivity/bluez/bluez4-4.98/bluetooth.conf
similarity index 100%
rename from meta/recipes-connectivity/bluez/bluez4-4.96/bluetooth.conf
rename to meta/recipes-connectivity/bluez/bluez4-4.98/bluetooth.conf
diff --git a/meta/recipes-connectivity/bluez/bluez4_4.96.bb b/meta/recipes-connectivity/bluez/bluez4_4.98.bb
similarity index 86%
rename from meta/recipes-connectivity/bluez/bluez4_4.96.bb
rename to meta/recipes-connectivity/bluez/bluez4_4.98.bb
index 88ec7a4..62de1fe 100644
--- a/meta/recipes-connectivity/bluez/bluez4_4.96.bb
+++ b/meta/recipes-connectivity/bluez/bluez4_4.98.bb
@@ -1,11 +1,11 @@
 require bluez4.inc
 
-PR = "r4"
+PR = "r0"
 
 SRC_URI += "file://bluetooth.conf"
 
-SRC_URI[md5sum] = "296111afac49e3f9035085ac14daf518"
-SRC_URI[sha256sum] = "c06fd50fd77909cad55e3181a42c6bce7cfcf7abb8cd87871c13d0d70f87fa99"
+SRC_URI[md5sum] = "362864b716950baa04797de735fc237b"
+SRC_URI[sha256sum] = "9a5b655bada7c7a1921cb3bac83b8a32bbe49893e4c7a1377cdc1b0d35f7d233"
 
 do_install_append() {
 	install -m 0644 ${S}/audio/audio.conf ${D}/${sysconfdir}/bluetooth/
-- 
1.7.6




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

* [PATCH 11/18] iproute2: upgrade to 3.2.0
  2012-01-22 18:06 [PATCH 00/18][V1] upgrade recipes Shane Wang
                   ` (9 preceding siblings ...)
  2012-01-22 18:06 ` [PATCH 10/18] bluez4: upgrade to 4.98 Shane Wang
@ 2012-01-22 18:06 ` Shane Wang
  2012-01-22 18:06 ` [PATCH 12/18] mobile-broadband-provider-info: bring a new recipe into poky Shane Wang
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 23+ messages in thread
From: Shane Wang @ 2012-01-22 18:06 UTC (permalink / raw)
  To: openembedded-core

This patch is to upgrade iproute2 to tag 3.2.0.
And the tag is not fully testd by the upstream and has build error.
We use the next commit of tag 3.2.0 which fixs the error.

Signed-off-by: Shane Wang <shane.wang@intel.com>
---
 .../configure-cross.patch                          |   30 ++++++++------------
 .../{iproute2_3.1.0.bb => iproute2_3.2.0.bb}       |    5 ++-
 2 files changed, 15 insertions(+), 20 deletions(-)
 rename meta/recipes-connectivity/iproute2/{iproute2-3.1.0 => iproute2-3.2.0}/configure-cross.patch (69%)
 rename meta/recipes-connectivity/iproute2/{iproute2_3.1.0.bb => iproute2_3.2.0.bb} (46%)

diff --git a/meta/recipes-connectivity/iproute2/iproute2-3.1.0/configure-cross.patch b/meta/recipes-connectivity/iproute2/iproute2-3.2.0/configure-cross.patch
similarity index 69%
rename from meta/recipes-connectivity/iproute2/iproute2-3.1.0/configure-cross.patch
rename to meta/recipes-connectivity/iproute2/iproute2-3.2.0/configure-cross.patch
index 92c12be..bed7b84 100644
--- a/meta/recipes-connectivity/iproute2/iproute2-3.1.0/configure-cross.patch
+++ b/meta/recipes-connectivity/iproute2/iproute2-3.2.0/configure-cross.patch
@@ -7,14 +7,11 @@ According to Kevin Tian:
 Upstream-Status: Pending
 
 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
----
- configure |   13 +++++++------
- 1 files changed, 7 insertions(+), 6 deletions(-)
+Signed-off-by: Shane Wang <shane.wang@intel.com>
 
-diff --git a/configure b/configure
-index f5c3d40..bcc1948 100755
---- a/configure
-+++ b/configure
+diff -r e4e1b14b9c4a configure
+--- a/configure	Sun Jan 22 15:26:47 2012 +0800
++++ b/configure	Sun Jan 22 15:29:38 2012 +0800
 @@ -2,6 +2,7 @@
  # This is not an autconf generated configure
  #
@@ -23,7 +20,7 @@ index f5c3d40..bcc1948 100755
  
  check_atm()
  {
-@@ -13,7 +14,7 @@ int main(int argc, char **argv) {
+@@ -13,7 +14,7 @@
  	return 0;
  }
  EOF
@@ -32,16 +29,16 @@ index f5c3d40..bcc1948 100755
  if [ $? -eq 0 ]
  then
      echo "TC_CONFIG_ATM:=y" >>Config
-@@ -47,7 +48,7 @@ int main(int argc, char **argv)
+@@ -47,7 +48,7 @@
  
  EOF
  
--if gcc -I$INCLUDE $IPTC -o /tmp/ipttest /tmp/ipttest.c $IPTL -ldl -lxtables >/dev/null 2>&1
-+if $CC -I$INCLUDE $IPTC -o /tmp/ipttest /tmp/ipttest.c $IPTL -ldl -lxtables >/dev/null 2>&1
+-if gcc -I$INCLUDE $IPTC -o /tmp/ipttest /tmp/ipttest.c $IPTL $(pkg-config xtables --cflags --libs) -ldl >/dev/null 2>&1
++if $CC -I$INCLUDE $IPTC -o /tmp/ipttest /tmp/ipttest.c $IPTL $(pkg-config xtables --cflags --libs) -ldl >/dev/null 2>&1
  then
  	echo "TC_CONFIG_XT:=y" >>Config
  	echo "using xtables"
-@@ -84,7 +85,7 @@ int main(int argc, char **argv) {
+@@ -84,7 +85,7 @@
  }
  
  EOF
@@ -50,7 +47,7 @@ index f5c3d40..bcc1948 100755
  
  if [ $? -eq 0 ]
  then
-@@ -124,7 +125,7 @@ int main(int argc, char **argv) {
+@@ -124,7 +125,7 @@
  }
  
  EOF
@@ -59,7 +56,7 @@ index f5c3d40..bcc1948 100755
  
  if [ $? -eq 0 ]
  then
-@@ -145,7 +146,7 @@ check_ipt()
+@@ -145,7 +146,7 @@
  check_ipt_lib_dir()
  {
  	IPT_LIB_DIR=""
@@ -68,7 +65,7 @@ index f5c3d40..bcc1948 100755
  	do
  		for file in $dir/{xtables,iptables}/lib*t_*so ; do
  			if [ -f $file ]; then
-@@ -168,7 +169,7 @@ int main(int argc, char **argv)
+@@ -168,7 +169,7 @@
  	return 0;
  }
  EOF
@@ -77,6 +74,3 @@ index f5c3d40..bcc1948 100755
  if [ $? -eq 0 ]
  then
  	echo "IP_CONFIG_SETNS:=y" >>Config
--- 
-1.7.2.5
-
diff --git a/meta/recipes-connectivity/iproute2/iproute2_3.1.0.bb b/meta/recipes-connectivity/iproute2/iproute2_3.2.0.bb
similarity index 46%
rename from meta/recipes-connectivity/iproute2/iproute2_3.1.0.bb
rename to meta/recipes-connectivity/iproute2/iproute2_3.2.0.bb
index 0b47046..4391fb6 100644
--- a/meta/recipes-connectivity/iproute2/iproute2_3.1.0.bb
+++ b/meta/recipes-connectivity/iproute2/iproute2_3.2.0.bb
@@ -1,7 +1,8 @@
 require iproute2.inc
 
-#v3.1.0 tag
-SRCREV = "9cbe6bc337a35b91882f92599eefeb161f3e776e"
+#v3.2.0 tag is "447c118f138171b260ad045ad6e1b17f9ef462e2"
+#but it was not fully tested and had build error, and the next commit fixed it.
+SRCREV = "13603f6a9e46f08576f6284a0ef1ce1fbf94ffe0"
 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git \
            file://configure-cross.patch"
 S = "${WORKDIR}/git"
-- 
1.7.6




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

* [PATCH 12/18] mobile-broadband-provider-info: bring a new recipe into poky
  2012-01-22 18:06 [PATCH 00/18][V1] upgrade recipes Shane Wang
                   ` (10 preceding siblings ...)
  2012-01-22 18:06 ` [PATCH 11/18] iproute2: upgrade to 3.2.0 Shane Wang
@ 2012-01-22 18:06 ` Shane Wang
  2012-01-22 18:06 ` [PATCH 13/18] ofono: upgrade to 1.3 Shane Wang
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 23+ messages in thread
From: Shane Wang @ 2012-01-22 18:06 UTC (permalink / raw)
  To: openembedded-core

This patch is to bring a new recipe mobile-broadband-provider-info into poky because the latest version ofono v1.3 depends on it.

And the patch is imported from the OpenEmbedded server (http://git.openembedded.org/openembedded/tree/recipes/mobile-broadband-provider-info) as of commit ids

commit 9d612c4bb9bef813bdef9e198efc5949d51905eb
commit 84bf98dc6876ef6be8a4ee3744924e922253b53e
commit 30a913149de95ecafe4ef87bd50cfdbd6737fe1e
commit 7d2be53866d317bb032c63548f504f63107b4c2c

And upgrade to the latest.

Signed-off-by: Shane Wang <shane.wang@intel.com>
---
 .../mobile-broadband-provider-info_git.bb          |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
 create mode 100644 meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb

diff --git a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb b/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb
new file mode 100644
index 0000000..d1ca0f0
--- /dev/null
+++ b/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Mobile Broadband Service Provider Database"
+SECTION = "network"
+LICENSE = "CCPD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=87964579b2a8ece4bc6744d2dc9a8b04"
+SRCREV = "d9995ef693cb1ea7237f928df18e03cccba96f16"
+PV = "1.0.0+gitr${SRCPV}"
+PE = "1"
+PR = "r0"
+
+SRC_URI = "git://git.gnome.org/mobile-broadband-provider-info;protocol=git"
+S = "${WORKDIR}/git"
+
+inherit autotools
-- 
1.7.6




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

* [PATCH 13/18] ofono: upgrade to 1.3
  2012-01-22 18:06 [PATCH 00/18][V1] upgrade recipes Shane Wang
                   ` (11 preceding siblings ...)
  2012-01-22 18:06 ` [PATCH 12/18] mobile-broadband-provider-info: bring a new recipe into poky Shane Wang
@ 2012-01-22 18:06 ` Shane Wang
  2012-01-22 18:06 ` [PATCH 14/18] ed: upgrade to 1.6 Shane Wang
                   ` (5 subsequent siblings)
  18 siblings, 0 replies; 23+ messages in thread
From: Shane Wang @ 2012-01-22 18:06 UTC (permalink / raw)
  To: openembedded-core

This patch is to upgrade ofono to 1.3 and the v1.3 ofono depends on mobile-broadband-provider-info.

Signed-off-by: Shane Wang <shane.wang@intel.com>
---
 meta/recipes-connectivity/ofono/ofono.inc          |    2 +-
 .../ofono/{ofono_1.0.bb => ofono_1.3.bb}           |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-connectivity/ofono/{ofono_1.0.bb => ofono_1.3.bb} (66%)

diff --git a/meta/recipes-connectivity/ofono/ofono.inc b/meta/recipes-connectivity/ofono/ofono.inc
index bf6f6a5..f6cd895 100644
--- a/meta/recipes-connectivity/ofono/ofono.inc
+++ b/meta/recipes-connectivity/ofono/ofono.inc
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
 
 inherit autotools pkgconfig update-rc.d
 
-DEPENDS  = "dbus glib-2.0 udev ${@base_contains('DISTRO_FEATURES', 'bluetooth','bluez4', '', d)}"
+DEPENDS  = "dbus glib-2.0 udev mobile-broadband-provider-info ${@base_contains('DISTRO_FEATURES', 'bluetooth','bluez4', '', d)}"
 
 INITSCRIPT_NAME = "ofono"
 INITSCRIPT_PARAMS = "defaults 22"
diff --git a/meta/recipes-connectivity/ofono/ofono_1.0.bb b/meta/recipes-connectivity/ofono/ofono_1.3.bb
similarity index 66%
rename from meta/recipes-connectivity/ofono/ofono_1.0.bb
rename to meta/recipes-connectivity/ofono/ofono_1.3.bb
index 276efdb..ed664a2 100644
--- a/meta/recipes-connectivity/ofono/ofono_1.0.bb
+++ b/meta/recipes-connectivity/ofono/ofono_1.3.bb
@@ -10,5 +10,5 @@ EXTRA_OECONF += "\
     ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \
 "
 
-SRC_URI[md5sum] = "09a36c923c8c0f491899aa7eebe92193"
-SRC_URI[sha256sum] = "7733e1628fac6ef4d8aa3e536a5c284c3ba8e76277fc7e28b7e146c3c5ddebfa"
+SRC_URI[md5sum] = "dbe381b739c0e7830e6c075f81c8e168"
+SRC_URI[sha256sum] = "02a9f1f7c1b8eeb8868290d119fe5dc90b0b5c0b6199bed5293dc06a8bf7ebeb"
-- 
1.7.6




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

* [PATCH 14/18] ed: upgrade to 1.6
  2012-01-22 18:06 [PATCH 00/18][V1] upgrade recipes Shane Wang
                   ` (12 preceding siblings ...)
  2012-01-22 18:06 ` [PATCH 13/18] ofono: upgrade to 1.3 Shane Wang
@ 2012-01-22 18:06 ` Shane Wang
  2012-01-22 18:06 ` [PATCH 16/18] strace: upgrade to 4.6 Shane Wang
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 23+ messages in thread
From: Shane Wang @ 2012-01-22 18:06 UTC (permalink / raw)
  To: openembedded-core

This patch is to upgrade ed to 1.6, and the change of license checksum is because

the diff between two ed.h files:

3c3,4
<     Copyright (C) 1993, 1994, 2006, 2007, 2008, 2009, 2010
---
>     Copyright (C) 1993, 1994 Andrew Moore, Talke Studio
>     Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012

the diff between two main.c files:

2c2
<     Copyright (C) 1993, 1994, 2006, 2007, 2008, 2009, 2010
---
>     Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012
46d45

Signed-off-by: Shane Wang <shane.wang@intel.com>
---
 .../ed/{ed-1.5 => ed-1.6}/ed-1.2-build.patch       |    0
 meta/recipes-extended/ed/{ed_1.5.bb => ed_1.6.bb}  |   10 +++++-----
 2 files changed, 5 insertions(+), 5 deletions(-)
 rename meta/recipes-extended/ed/{ed-1.5 => ed-1.6}/ed-1.2-build.patch (100%)
 rename meta/recipes-extended/ed/{ed_1.5.bb => ed_1.6.bb} (59%)

diff --git a/meta/recipes-extended/ed/ed-1.5/ed-1.2-build.patch b/meta/recipes-extended/ed/ed-1.6/ed-1.2-build.patch
similarity index 100%
rename from meta/recipes-extended/ed/ed-1.5/ed-1.2-build.patch
rename to meta/recipes-extended/ed/ed-1.6/ed-1.2-build.patch
diff --git a/meta/recipes-extended/ed/ed_1.5.bb b/meta/recipes-extended/ed/ed_1.6.bb
similarity index 59%
rename from meta/recipes-extended/ed/ed_1.5.bb
rename to meta/recipes-extended/ed/ed_1.6.bb
index d4e8a81..cc72588 100644
--- a/meta/recipes-extended/ed/ed_1.5.bb
+++ b/meta/recipes-extended/ed/ed_1.6.bb
@@ -4,11 +4,11 @@ BUGTRACKER = ""
 
 LICENSE = "GPLv3+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
-                    file://ed.h;endline=20;md5=238781cd8e436dabb0e9f18443400066 \
-                    file://main.c;endline=24;md5=177fe82d0649e545591a13fdce5733e8"
+                    file://ed.h;endline=20;md5=c708cda1b2e8d723d458690b7db03878 \
+                    file://main.c;endline=24;md5=1bd039d59e04ee5f82adcc970144a2c3"
 
 SECTION = "base"
-PR = "r1"
+PR = "r0"
 
 # LSB states that ed should be in /bin/
 bindir = "${base_bindir}"
@@ -16,8 +16,8 @@ bindir = "${base_bindir}"
 SRC_URI = "${GNU_MIRROR}/ed/ed-${PV}.tar.gz \
            file://ed-1.2-build.patch"
 
-SRC_URI[md5sum] = "e66c03d7e4c67b025d5b6093ec678267"
-SRC_URI[sha256sum] = "97dd34a49ebc9c97e414b90a087d63eafc41377a340848c97e75a9cba187fba1"
+SRC_URI[md5sum] = "9a78593decccaa889523aa4bb555ed4b"
+SRC_URI[sha256sum] = "211c67b0c4aae277d34b1c5f842db1952e468e5905142868e4718ac838f08a65"
 
 do_configure() {
 	${S}/configure
-- 
1.7.6




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

* [PATCH 16/18] strace: upgrade to 4.6
  2012-01-22 18:06 [PATCH 00/18][V1] upgrade recipes Shane Wang
                   ` (13 preceding siblings ...)
  2012-01-22 18:06 ` [PATCH 14/18] ed: upgrade to 1.6 Shane Wang
@ 2012-01-22 18:06 ` Shane Wang
  2012-01-22 18:06 ` [PATCH 17/18] libsoup: update its info in distro_tracking.inc Shane Wang
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 23+ messages in thread
From: Shane Wang @ 2012-01-22 18:06 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Shane Wang <shane.wang@intel.com>
---
 .../{strace-4.5.20 => strace-4.6}/sigmask.patch    |    0
 .../strace/{strace_4.5.20.bb => strace_4.6.bb}     |    8 ++++----
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-devtools/strace/{strace-4.5.20 => strace-4.6}/sigmask.patch (100%)
 rename meta/recipes-devtools/strace/{strace_4.5.20.bb => strace_4.6.bb} (67%)

diff --git a/meta/recipes-devtools/strace/strace-4.5.20/sigmask.patch b/meta/recipes-devtools/strace/strace-4.6/sigmask.patch
similarity index 100%
rename from meta/recipes-devtools/strace/strace-4.5.20/sigmask.patch
rename to meta/recipes-devtools/strace/strace-4.6/sigmask.patch
diff --git a/meta/recipes-devtools/strace/strace_4.5.20.bb b/meta/recipes-devtools/strace/strace_4.6.bb
similarity index 67%
rename from meta/recipes-devtools/strace/strace_4.5.20.bb
rename to meta/recipes-devtools/strace/strace_4.6.bb
index 53df067..05f6d95 100644
--- a/meta/recipes-devtools/strace/strace_4.5.20.bb
+++ b/meta/recipes-devtools/strace/strace_4.6.bb
@@ -3,18 +3,18 @@ HOMEPAGE = "http://strace.sourceforge.net"
 SECTION = "console/utils"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=4535377ede62550fdeaf39f595fd550a"
-PR = "r2"
+PR = "r0"
 
 PACKAGES =+ "${PN}-graph "
 FILES_${PN}-graph = "${bindir}/strace-graph"
 RDEPENDS_${PN}-graph = "perl"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \
+SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.xz \
            file://sigmask.patch \
           "
 
-SRC_URI[md5sum] = "64dfe10d9db0c1e34030891695ffca4b"
-SRC_URI[sha256sum] = "ea8c059369eaa5ad90b246f34eab247d0ee48bfdee2670c7196320a4669ccabd"
+SRC_URI[md5sum] = "e537b2b1afeec70c0e6e27a0d0fd671e"
+SRC_URI[sha256sum] = "9ef9aa41b6118578e33ef4833b8a04209d6cc062546c28efd715f283b172c28a"
 inherit autotools
 
 export INCLUDES = "-I. -I./linux"
-- 
1.7.6




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

* [PATCH 17/18] libsoup: update its info in distro_tracking.inc
  2012-01-22 18:06 [PATCH 00/18][V1] upgrade recipes Shane Wang
                   ` (14 preceding siblings ...)
  2012-01-22 18:06 ` [PATCH 16/18] strace: upgrade to 4.6 Shane Wang
@ 2012-01-22 18:06 ` Shane Wang
  2012-01-22 18:06 ` [PATCH 18/18] distro_tracking.inc: update the info for recipes upgraded recently Shane Wang
                   ` (2 subsequent siblings)
  18 siblings, 0 replies; 23+ messages in thread
From: Shane Wang @ 2012-01-22 18:06 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Shane Wang <shane.wang@intel.com>
---
 .../conf/distro/include/distro_tracking_fields.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index b7af42c..beb02b8 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -59,7 +59,7 @@ RECIPE_MANUAL_CHECK_DATE_pn-autogen = "Jan 17, 2012"
 RECIPE_MAINTAINER_pn-autogen = "Nitin A Kamble <nitin.a.kamble@intel.com>"
 
 RECIPE_STATUS_pn-libsoup = "red"
-RECIPE_LATEST_VERSION_pn-libsoup = "check"
+RECIPE_LATEST_VERSION_pn-libsoup = "2.2.105"
 RECIPE_LAST_UPDATE_pn-libsoup = "Sep 22, 2008"
 RECIPE_MAINTAINER_pn-libsoup = "Zhai Edwin <edwin.zhai@intel.com>"
 
-- 
1.7.6




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

* [PATCH 18/18] distro_tracking.inc: update the info for recipes upgraded recently
  2012-01-22 18:06 [PATCH 00/18][V1] upgrade recipes Shane Wang
                   ` (15 preceding siblings ...)
  2012-01-22 18:06 ` [PATCH 17/18] libsoup: update its info in distro_tracking.inc Shane Wang
@ 2012-01-22 18:06 ` Shane Wang
  2012-01-22 18:29 ` [PATCH 15/18] pciutils: upgrade to 3.1.9 Shane Wang
  2012-01-26 17:17 ` [PATCH 00/18][V1] upgrade recipes Saul Wold
  18 siblings, 0 replies; 23+ messages in thread
From: Shane Wang @ 2012-01-22 18:06 UTC (permalink / raw)
  To: openembedded-core

This patch is to update the information for the recipes upgraded recently, including strace, pciutils, ed, ofono, iproute2, bluez4, bluez-hcidump, kexec-tools, tremor, iptables, polkit, libxcb, xcb-proto, pixman and util-macros.

And add the new recipe for mobile-broadband-provider-info, which is depended on by ofono v1.3.

Signed-off-by: Shane Wang <shane.wang@intel.com>
---
 .../conf/distro/include/distro_tracking_fields.inc |  103 ++++++++++---------
 1 files changed, 54 insertions(+), 49 deletions(-)

diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index beb02b8..ce88b2e 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -820,12 +820,12 @@ DISTRO_PN_ALIAS_pn-opkg-utils = "OSPDT upstream=http://svn.openmoko.org/trunk/sr
 
 RECIPE_STATUS_pn-polkit = "green"
 RECIPE_DEPENDENCY_CHECK_pn-polkit = "not done"
-RECIPE_LATEST_VERSION_pn-polkit = "0.103"
+RECIPE_LATEST_VERSION_pn-polkit = "0.104"
 RECIPE_INTEL_SECTION_pn-polkit = "base utils"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-polkit = "4 months"
-RECIPE_LATEST_RELEASE_DATE_pn-polkit = "Dec 06, 2011"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-polkit = "1 months"
+RECIPE_LATEST_RELEASE_DATE_pn-polkit = "Jan 03, 2012"
 RECIPE_COMMENTS_pn-polkit = ""
-RECIPE_LAST_UPDATE_pn-polkit = "Dec 23, 2011"
+RECIPE_LAST_UPDATE_pn-polkit = "Jan 22, 2012"
 RECIPE_MAINTAINER_pn-polkit = "Dongxiao Xu <dongxiao.xu@intel.com>"
 
 RECIPE_STATUS_pn-psplash = "not done"
@@ -873,15 +873,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.1.0"
+RECIPE_LATEST_VERSION_pn-iproute2 = "3.2.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 = "Nov 17, 2011"
-RECIPE_NO_UPDATE_REASON_pn-iproute2="3.1.0 is the latest version, not 050607"
+RECIPE_LATEST_RELEASE_DATE_pn-iproute2 = "Jan 05, 2012"
 RECIPE_COMMENTS_pn-iproute2 = ""
 DISTRO_PN_ALIAS_pn-iproute2 = "OSPDT"
-RECIPE_LAST_UPDATE_pn-iproute2 = "Nov 29, 2011"
+RECIPE_LAST_UPDATE_pn-iproute2 = "Jan 22, 2012"
 RECIPE_MAINTAINER_pn-iproute2 = "Dongxiao Xu <dongxiao.xu@intel.com>"
 
 RECIPE_STATUS_pn-netbase = "green"
@@ -1076,9 +1075,9 @@ 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 = "Oct 28, 2011"
+RECIPE_LAST_UPDATE_pn-iptables = "Jan 22, 2012"
 RECIPE_MAINTAINER_pn-iptables = "Dongxiao Xu <dongxiao.xu@intel.com>"
-RECIPE_LATEST_VERSION_pn-iptables = "1.4.12.1"
+RECIPE_LATEST_VERSION_pn-iptables = "1.4.12.2"
 
 RECIPE_STATUS_pn-ethtool = "green"
 RECIPE_LATEST_VERSION_pn-ethtool = "2.6.36"
@@ -1146,14 +1145,14 @@ RECIPE_LATEST_RELEASE_DATE_pn-bc = "Nov 01, 2000"
 RECIPE_COMMENTS_pn-bc = ""
 
 RECIPE_STATUS_pn-ed = "green"
-RECIPE_LAST_UPDATE_pn-ed = "Nov 19, 2010"
+RECIPE_LAST_UPDATE_pn-ed = "Jan 22, 2012"
 RECIPE_MAINTAINER_pn-ed = "Zhai Edwin <edwin.zhai@intel.com>"
 RECIPE_DEPENDENCY_CHECK_pn-ed = "not done"
-RECIPE_LATEST_VERSION_pn-ed = "1.5"
+RECIPE_LATEST_VERSION_pn-ed = "1.6"
 RECIPE_NO_OF_PATCHES_pn-ed = "1"
 RECIPE_INTEL_SECTION_pn-ed = "base utils"
 RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-ed = "14 months"
-RECIPE_LATEST_RELEASE_DATE_pn-ed = "Jul 01, 2010"
+RECIPE_LATEST_RELEASE_DATE_pn-ed = "Jan 01, 2012"
 RECIPE_COMMENTS_pn-ed = "GPLv3 was used since ed 0.6"
 
 RECIPE_STATUS_pn-pax = "green"
@@ -1739,7 +1738,7 @@ RECIPE_MANUAL_CHECK_DATE_pn-zip = "Jan 09, 2012"
 RECIPE_COMMENTS_pn-zip = ""
 
 RECIPE_STATUS_pn-strace = "green"
-RECIPE_LAST_UPDATE_pn-strace = "Oct 14, 2011"
+RECIPE_LAST_UPDATE_pn-strace = "Jan 22, 2012"
 RECIPE_MAINTAINER_pn-strace = "Dongxiao Xu <dongxiao.xu@intel.com>"
 RECIPE_DEPENDENCY_CHECK_pn-strace = "not done"
 RECIPE_LATEST_VERSION_pn-strace = "4.6"
@@ -1842,17 +1841,17 @@ RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-usbutils = "2 months"
 RECIPE_COMMENTS_pn-usbutils = "No update on kernel.org"
 
 RECIPE_STATUS_pn-pciutils = "yellow"    # custom build system, several hacks
-RECIPE_LAST_UPDATE_pn-pciutils = "Nov 10, 2010"
+RECIPE_LAST_UPDATE_pn-pciutils = "Jan 22, 2012"
 RECIPE_MAINTAINER_pn-pciutils = "Zhai Edwin <edwin.zhai@intel.com>"
 RECIPE_DEPENDENCY_CHECK_pn-pciutils = "done"
-RECIPE_LATEST_VERSION_pn-pciutils = "3.1.7"
+RECIPE_LATEST_VERSION_pn-pciutils = "3.1.9"
 RECIPE_PATCH_pn-pciutils+configure = "fix for a handwritten config"
 RECIPE_PATCH_pn-pciutils+guess-fix = "fix arch guess algorithm"
 RECIPE_PATCH_pn-pciutils+pcimodules-pciutils = "add pcimodules util"
 RECIPE_PATCH_pn-pciutils+lib-build-fix = "fix shared library build"
 RECIPE_INTEL_SECTION_pn-pciutils = "base utils"
 RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-pciutils = "5 months"
-RECIPE_LATEST_RELEASE_DATE_pn-pciutils = "Jan 01, 2010"
+RECIPE_LATEST_RELEASE_DATE_pn-pciutils = "Jan 14, 2012"
 RECIPE_COMMENTS_pn-pciutils = ""
 
 RECIPE_STATUS_pn-gamin = "green"
@@ -2165,13 +2164,13 @@ RECIPE_MAINTAINER_pn-irda-utils = "Dongxiao Xu <dongxiao.xu@intel.com>"
 
 RECIPE_STATUS_pn-bluez4="green"
 DISTRO_PN_ALIAS_pn-bluez4="Meego=bluz Fedora=bluz Ubuntu=bluz OpenSuSE=bluz Mandriva=bluz"
-RECIPE_LATEST_VERSION_pn-bluez4="4.97"
+RECIPE_LATEST_VERSION_pn-bluez4="4.98"
 RECIPE_NO_OF_PATCHES_pn-bluez4="2"
-RECIPE_LATEST_RELEASE_DATE_pn-bluez4="Dec 23, 2011"
+RECIPE_LATEST_RELEASE_DATE_pn-bluez4="Jan 13, 2012"
 RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-bluez4="20 days"
 DISTRO_PN_ALIAS_pn-bluez4= "Fedora=bluez Ubuntu=bluez Debian=bluez-utils Opensuse=bluez"
-RECIPE_LAST_UPDATE_pn-bluez4 = "Dec 30, 2010"
-RECIPE_MANUAL_CHECK_DATE_pn-bluez4 = "Dec 24, 2011"
+RECIPE_LAST_UPDATE_pn-bluez4 = "Jan 22, 2012"
+RECIPE_MANUAL_CHECK_DATE_pn-bluez4 = "Jan 22, 2012"
 RECIPE_MAINTAINER_pn-bluez4 = "Dongxiao Xu <dongxiao.xu@intel.com>"
 
 RECIPE_STATUS_pn-libpcap="green"
@@ -2282,12 +2281,18 @@ RECIPE_LATEST_VERSION_pn-libopensync-plugin-syncml = "0.39"
 RECIPE_LAST_UPDATE_pn-libopensync-plugin-syncml = "Jul 31, 2009"
 RECIPE_MAINTAINER_pn-libopensync-plugin-syncml = "Dongxiao Xu <dongxiao.xu@intel.com>"
 
+RECIPE_STATUS_pn-mobile-broadband-provider-info = "red"
+RECIPE_LATEST_VERSION_pn-mobile-broadband-provider-info = "1.0.0+git"
+RECIPE_LAST_UPDATE_pn-mobile-broadband-provider-info = "Jan 22, 2012"
+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.0"
+RECIPE_LATEST_VERSION_pn-ofono = "1.3"
 RECIPE_NO_OF_PATCHES_pn-ofono="0"
-RECIPE_LATEST_RELEASE_DATE_pn-ofono="Dec 22, 2011"
+RECIPE_LATEST_RELEASE_DATE_pn-ofono="Jan 20, 2012"
 RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-ofono="15 days"
-RECIPE_LAST_UPDATE_pn-ofono = "Dec 23, 2011"
+RECIPE_LAST_UPDATE_pn-ofono = "Jan 22, 2012"
 RECIPE_MAINTAINER_pn-ofono = "Dongxiao Xu <dongxiao.xu@intel.com>"
 DISTRO_PN_ALIAS_pn-ofono = "Debian=ofono Ubuntu=ofono"
 
@@ -2336,8 +2341,8 @@ RECIPE_LATEST_VERSION_pn-bluez-hcidump = "2.2"
 RECIPE_NO_OF_PATCHES_pn-bluez-hcidump = "0"
 RECIPE_LATEST_RELEASE_DATE_pn-bluez-hcidump = "Dec 23, 2011"
 RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-bluez-hcidump = "4 months"
-RECIPE_LAST_UPDATE_pn-bluez-hcidump = "Apr 26, 2011"
-RECIPE_MANUAL_CHECK_DATE_pn-bluez-hcidump = "Dec 24, 2011"
+RECIPE_LAST_UPDATE_pn-bluez-hcidump = "Jan 22, 2012"
+RECIPE_MANUAL_CHECK_DATE_pn-bluez-hcidump = "Jan 22, 2012"
 RECIPE_MAINTAINER_pn-bluez-hcidump = "Dongxiao Xu <dongxiao.xu@intel.com>"
 
 RECIPE_STATUS_pn-ppp-dialin = "red"
@@ -2406,12 +2411,12 @@ RECIPE_LAST_UPDATE_pn-hostap-utils = "Jun 28, 2007"
 RECIPE_MAINTAINER_pn-hostap-utils = "Dongxiao Xu <dongxiao.xu@intel.com>"
 
 RECIPE_STATUS_pn-kexec-tools="green"
-RECIPE_LATEST_VERSION_pn-kexec-tools="2.0.2"
+RECIPE_LATEST_VERSION_pn-kexec-tools="2.0.3"
 RECIPE_NO_OF_PATCHES_pn-kexec-tools="1"
-RECIPE_LATEST_RELEASE_DATE_pn-kexec-tools="Jul 29, 2010"
+RECIPE_LATEST_RELEASE_DATE_pn-kexec-tools="Jan 15, 2012"
 RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-kexec-tools="1 year"
-RECIPE_LAST_UPDATE_pn-kexec-tools = "Nov 16, 2010"
-RECIPE_MANUAL_CHECK_DATE_pn-kexec-tools = "Jan 10, 2012"
+RECIPE_LAST_UPDATE_pn-kexec-tools = "Jan 22, 2012"
+RECIPE_MANUAL_CHECK_DATE_pn-kexec-tools = "Jan 22, 2012"
 RECIPE_MAINTAINER_pn-kexec-tools = "Dongxiao Xu <dongxiao.xu@intel.com>"
 
 RECIPE_STATUS_pn-hostap-conf = "red"
@@ -2721,11 +2726,11 @@ RECIPE_LAST_UPDATE_pn-alsa-lib = "Apr 15, 2011"
 RECIPE_MAINTAINER_pn-alsa-lib = "Dongxiao Xu <dongxiao.xu@intel.com>"
 
 RECIPE_STATUS_pn-tremor="green"
-RECIPE_LATEST_VERSION_pn-tremor="20101121"
+RECIPE_LATEST_VERSION_pn-tremor="20120122"
 RECIPE_NO_OF_PATCHES_pn-tremor="0"
-RECIPE_LATEST_RELEASE_DATE_pn-tremor="Nov 21, 2010"
+RECIPE_LATEST_RELEASE_DATE_pn-tremor="Jan 22, 2012"
 RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-tremor="n/a"
-RECIPE_LAST_UPDATE_pn-tremor = "Dec 30, 2010"
+RECIPE_LAST_UPDATE_pn-tremor = "Jan 22, 2012"
 RECIPE_MAINTAINER_pn-tremor = "Dongxiao Xu <dongxiao.xu@intel.com>"
 DISTRO_PN_ALIAS_pn-tremor = "OSPDT upstream=http://www.xiph.org/vorbis/"
 
@@ -4291,13 +4296,13 @@ RECIPE_MAINTAINER_pn-dri2proto = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-xcb-proto = "green"
 RECIPE_DEPENDENCY_CHECK_pn-xcb-proto = "not done"
-RECIPE_LATEST_VERSION_pn-xcb-proto = "1.6"
+RECIPE_LATEST_VERSION_pn-xcb-proto = "1.7"
 RECIPE_NO_OF_PATCHES_pn-xcb-proto = "0"
 RECIPE_INTEL_SECTION_pn-xcb-proto = "x11/libs"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-xcb-proto = "5 months"
-RECIPE_LATEST_RELEASE_DATE_pn-xcb-proto = "Dec 01, 2009"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-xcb-proto = "14 months"
+RECIPE_LATEST_RELEASE_DATE_pn-xcb-proto = "Jan 11, 2012"
 RECIPE_COMMENTS_pn-xcb-proto = ""
-RECIPE_LAST_UPDATE_pn-xcb-proto = "Jun 29, 2010"
+RECIPE_LAST_UPDATE_pn-xcb-proto = "Jun 22, 2012"
 RECIPE_MAINTAINER_pn-xcb-proto = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-xextproto = "green"
@@ -4419,13 +4424,13 @@ RECIPE_MAINTAINER_pn-libxcalibrate = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-libxcb = "green"
 RECIPE_DEPENDENCY_CHECK_pn-libxcb = "not done"
-RECIPE_LATEST_VERSION_pn-libxcb = "1.6"
+RECIPE_LATEST_VERSION_pn-libxcb = "1.8"
 RECIPE_NO_OF_PATCHES_pn-libxcb = "0"
 RECIPE_INTEL_SECTION_pn-libxcb = "x11/libs"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libxcb = "5 months"
-RECIPE_LATEST_RELEASE_DATE_pn-libxcb = "Apr 01, 2010"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libxcb = "14 months"
+RECIPE_LATEST_RELEASE_DATE_pn-libxcb = "Jan 11, 2012"
 RECIPE_COMMENTS_pn-libxcb = ""
-RECIPE_LAST_UPDATE_pn-libxcb = "Nov 24, 2010"
+RECIPE_LAST_UPDATE_pn-libxcb = "Jan 22, 2012"
 RECIPE_MAINTAINER_pn-libxcb = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-libxcomposite = "green"
@@ -4608,13 +4613,13 @@ RECIPE_MAINTAINER_pn-libxkbfile = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-pixman = "green"
 RECIPE_DEPENDENCY_CHECK_pn-pixman = "not done"
-RECIPE_LATEST_VERSION_pn-pixman = "0.24.0"
+RECIPE_LATEST_VERSION_pn-pixman = "0.24.2"
 RECIPE_NO_OF_PATCHES_pn-pixman = "0"
 RECIPE_INTEL_SECTION_pn-pixman = "x11/libs"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-pixman = "8 days"
-RECIPE_LATEST_RELEASE_DATE_pn-pixman = "Nov 06, 2011"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-pixman = "2 months"
+RECIPE_LATEST_RELEASE_DATE_pn-pixman = "Jan 18, 2012"
 RECIPE_COMMENTS_pn-pixman = ""
-RECIPE_LAST_UPDATE_pn-pixman = "Nov 30, 2011"
+RECIPE_LAST_UPDATE_pn-pixman = "Jan 22, 2012"
 RECIPE_MAINTAINER_pn-pixman = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-xtrans = "green"
@@ -4666,12 +4671,12 @@ RECIPE_MAINTAINER_pn-xkeyboard-config = "Dexuan Cui <dexuan.cui@intel.com>"
 RECIPE_STATUS_pn-util-macros = "green"
 DISTRO_PN_ALIAS_pn-util-macros = "Meego=xorg-x11-util-macros Fedora=xorg-x11-util-macros Mandriva=x11-util-macros"
 RECIPE_DEPENDENCY_CHECK_pn-util-macros = "not done"
-RECIPE_LATEST_VERSION_pn-util-macros = "1.16.0"
+RECIPE_LATEST_VERSION_pn-util-macros = "1.16.1"
 RECIPE_INTEL_SECTION_pn-util-macros = "x11/utils"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-util-macros = "5+ months"
-RECIPE_LATEST_RELEASE_DATE_pn-util-macros = "Dec 07, 2011"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-util-macros = "1 months"
+RECIPE_LATEST_RELEASE_DATE_pn-util-macros = "Jan 20, 2012"
 RECIPE_COMMENTS_pn-util-macros = ""
-RECIPE_LAST_UPDATE_pn-util-macros = "Dec 30, 2011"
+RECIPE_LAST_UPDATE_pn-util-macros = "Jan 22, 2012"
 RECIPE_MAINTAINER_pn-util-macros = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-fontconfig = "green"
-- 
1.7.6




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

* [PATCH 15/18] pciutils: upgrade to 3.1.9
  2012-01-22 18:06 [PATCH 00/18][V1] upgrade recipes Shane Wang
                   ` (16 preceding siblings ...)
  2012-01-22 18:06 ` [PATCH 18/18] distro_tracking.inc: update the info for recipes upgraded recently Shane Wang
@ 2012-01-22 18:29 ` Shane Wang
  2012-01-26 17:17 ` [PATCH 00/18][V1] upgrade recipes Saul Wold
  18 siblings, 0 replies; 23+ messages in thread
From: Shane Wang @ 2012-01-22 18:29 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Shane Wang <shane.wang@intel.com>
---
 .../configure.patch                                |   69 ++++++++++----------
 .../guess-fix.patch                                |    0
 .../lib-build-fix.patch                            |    0
 .../makefile.patch                                 |    0
 .../pcimodules-pciutils.diff                       |    0
 .../{pciutils_3.1.7.bb => pciutils_3.1.9.bb}       |    6 +-
 6 files changed, 38 insertions(+), 37 deletions(-)
 rename meta/recipes-bsp/pciutils/{pciutils-3.1.7 => pciutils-3.1.9}/configure.patch (85%)
 rename meta/recipes-bsp/pciutils/{pciutils-3.1.7 => pciutils-3.1.9}/guess-fix.patch (100%)
 rename meta/recipes-bsp/pciutils/{pciutils-3.1.7 => pciutils-3.1.9}/lib-build-fix.patch (100%)
 rename meta/recipes-bsp/pciutils/{pciutils-3.1.7 => pciutils-3.1.9}/makefile.patch (100%)
 rename meta/recipes-bsp/pciutils/{pciutils-3.1.7 => pciutils-3.1.9}/pcimodules-pciutils.diff (100%)
 rename meta/recipes-bsp/pciutils/{pciutils_3.1.7.bb => pciutils_3.1.9.bb} (91%)

diff --git a/meta/recipes-bsp/pciutils/pciutils-3.1.7/configure.patch b/meta/recipes-bsp/pciutils/pciutils-3.1.9/configure.patch
similarity index 85%
rename from meta/recipes-bsp/pciutils/pciutils-3.1.7/configure.patch
rename to meta/recipes-bsp/pciutils/pciutils-3.1.9/configure.patch
index ff6f20c..658e597 100644
--- a/meta/recipes-bsp/pciutils/pciutils-3.1.7/configure.patch
+++ b/meta/recipes-bsp/pciutils/pciutils-3.1.9/configure.patch
@@ -6,10 +6,40 @@ Upstream-Status: Inappropriate [embedded specific]
 ---
 
 7/30/2010 - rebased to 3.1.5 by Qing He <qing.he@intel.com>
+1/22/2012 - rebased to 3.1.9 by Shane Wang <shane.wang@intel.com>
 
-diff -uNr pciutils-3.1.5.orig/lib/configure pciutils-3.1.5/lib/configure
---- pciutils-3.1.5.orig/lib/configure	2010-07-30 13:51:58.000000000 +0800
-+++ pciutils-3.1.5/lib/configure	2010-07-30 13:53:25.000000000 +0800
+diff -r af2b10cc3c14 Makefile
+--- a/Makefile	Sun Jan 22 18:36:34 2012 +0800
++++ b/Makefile	Sun Jan 22 18:38:54 2012 +0800
+@@ -37,7 +37,6 @@
+ # Commands
+ INSTALL=install
+ DIRINSTALL=install -d
+-STRIP=-s
+ CC=$(CROSS_COMPILE)gcc
+ AR=$(CROSS_COMPILE)ar
+ RANLIB=$(CROSS_COMPILE)ranlib
+@@ -86,7 +85,7 @@
+ example.o: example.c $(PCIINC)
+ 
+ %: %.o
+-	$(CC) $(LDFLAGS) $(TARGET_ARCH) $^ $(LDLIBS) -o $@
++	$(CC) $(LDFLAGS) $(TARGET_ARCH) $^ $(LIB_LDLIBS) -o $@
+ 
+ %.8 %.7: %.man
+ 	M=`echo $(DATE) | sed 's/-01-/-January-/;s/-02-/-February-/;s/-03-/-March-/;s/-04-/-April-/;s/-05-/-May-/;s/-06-/-June-/;s/-07-/-July-/;s/-08-/-August-/;s/-09-/-September-/;s/-10-/-October-/;s/-11-/-November-/;s/-12-/-December-/;s/\(.*\)-\(.*\)-\(.*\)/\3 \2 \1/'` ; sed <$< >$@ "s/@TODAY@/$$M/;s/@VERSION@/pciutils-$(VERSION)/;s#@IDSDIR@#$(IDSDIR)#"
+@@ -101,7 +100,7 @@
+ install: all
+ # -c is ignored on Linux, but required on FreeBSD
+ 	$(DIRINSTALL) -m 755 $(DESTDIR)$(SBINDIR) $(DESTDIR)$(IDSDIR) $(DESTDIR)$(MANDIR)/man8 $(DESTDIR)$(MANDIR)/man7
+-	$(INSTALL) -c -m 755 $(STRIP) lspci setpci $(DESTDIR)$(SBINDIR)
++	$(INSTALL) -c -m 755 lspci setpci $(DESTDIR)$(SBINDIR)
+ 	$(INSTALL) -c -m 755 update-pciids $(DESTDIR)$(SBINDIR)
+ 	$(INSTALL) -c -m 644 $(PCI_IDS) $(DESTDIR)$(IDSDIR)
+ 	$(INSTALL) -c -m 644 lspci.8 setpci.8 update-pciids.8 $(DESTDIR)$(MANDIR)/man8
+diff -r af2b10cc3c14 lib/configure
+--- a/lib/configure	Sun Jan 22 18:36:34 2012 +0800
++++ b/lib/configure	Sun Jan 22 18:38:54 2012 +0800
 @@ -14,6 +14,10 @@
  	fi
  }
@@ -36,8 +66,8 @@ diff -uNr pciutils-3.1.5.orig/lib/configure pciutils-3.1.5/lib/configure
  		proc=`/usr/sbin/lsdev -C -c processor -S available -F name | head -1`
  		cpu=`/usr/sbin/lsattr -F value -l $proc -a type | sed 's/_.*//'`
  	else
--		cpu=`uname -m | sed 's/^i.86$/i386/;s/^sun4u$/sparc64/;s/^i86pc$/i386/'`
-+		cpu=${4:-`uname -m | sed 's/^i.86$/i386/;s/^sun4u$/sparc64/;s/^i86pc$/i386/'`}
+-		cpu=`uname -m | sed 's/^i.86$/i386/;s/^sun4u$/sparc64/;s/^i86pc$/i386/;s/^BePC$/i386/;s/^BeMac$/powerpc/;s/^BeBox$/powerpc/'`
++		cpu=${4:-`uname -m | sed 's/^i.86$/i386/;s/^sun4u$/sparc64/;s/^i86pc$/i386/;s/^BePC$/i386/;s/^BeMac$/powerpc/;s/^BeBox$/powerpc/`}
  	fi
  	if [ "$sys" = "GNU/kFreeBSD" -o "$sys" = "DragonFly" ]
  	then
@@ -72,32 +102,3 @@ diff -uNr pciutils-3.1.5.orig/lib/configure pciutils-3.1.5/lib/configure
  c=config.h
  m=config.mk
  echo >$c '#define PCI_CONFIG_H'
-diff -uNr pciutils-3.1.5.orig/Makefile pciutils-3.1.5/Makefile
---- pciutils-3.1.5.orig/Makefile	2010-07-30 13:51:58.000000000 +0800
-+++ pciutils-3.1.5/Makefile	2010-07-30 13:52:24.000000000 +0800
-@@ -37,7 +37,6 @@
- # Commands
- INSTALL=install
- DIRINSTALL=install -d
--STRIP=-s
- CC=$(CROSS_COMPILE)gcc
- AR=$(CROSS_COMPILE)ar
- RANLIB=$(CROSS_COMPILE)ranlib
-@@ -86,7 +85,7 @@
- example.o: example.c $(PCIINC)
- 
- %: %.o
--	$(CC) $(LDFLAGS) $(TARGET_ARCH) $^ $(LDLIBS) -o $@
-+	$(CC) $(LDFLAGS) $(TARGET_ARCH) $^ $(LIB_LDLIBS) -o $@
- 
- %.8 %.7: %.man
- 	M=`echo $(DATE) | sed 's/-01-/-January-/;s/-02-/-February-/;s/-03-/-March-/;s/-04-/-April-/;s/-05-/-May-/;s/-06-/-June-/;s/-07-/-July-/;s/-08-/-August-/;s/-09-/-September-/;s/-10-/-October-/;s/-11-/-November-/;s/-12-/-December-/;s/\(.*\)-\(.*\)-\(.*\)/\3 \2 \1/'` ; sed <$< >$@ "s/@TODAY@/$$M/;s/@VERSION@/pciutils-$(VERSION)/;s#@IDSDIR@#$(IDSDIR)#"
-@@ -101,7 +100,7 @@
- install: all
- # -c is ignored on Linux, but required on FreeBSD
- 	$(DIRINSTALL) -m 755 $(DESTDIR)$(SBINDIR) $(DESTDIR)$(IDSDIR) $(DESTDIR)$(MANDIR)/man8 $(DESTDIR)$(MANDIR)/man7
--	$(INSTALL) -c -m 755 $(STRIP) lspci setpci $(DESTDIR)$(SBINDIR)
-+	$(INSTALL) -c -m 755 lspci setpci $(DESTDIR)$(SBINDIR)
- 	$(INSTALL) -c -m 755 update-pciids $(DESTDIR)$(SBINDIR)
- 	$(INSTALL) -c -m 644 $(PCI_IDS) $(DESTDIR)$(IDSDIR)
- 	$(INSTALL) -c -m 644 lspci.8 setpci.8 update-pciids.8 $(DESTDIR)$(MANDIR)/man8
diff --git a/meta/recipes-bsp/pciutils/pciutils-3.1.7/guess-fix.patch b/meta/recipes-bsp/pciutils/pciutils-3.1.9/guess-fix.patch
similarity index 100%
rename from meta/recipes-bsp/pciutils/pciutils-3.1.7/guess-fix.patch
rename to meta/recipes-bsp/pciutils/pciutils-3.1.9/guess-fix.patch
diff --git a/meta/recipes-bsp/pciutils/pciutils-3.1.7/lib-build-fix.patch b/meta/recipes-bsp/pciutils/pciutils-3.1.9/lib-build-fix.patch
similarity index 100%
rename from meta/recipes-bsp/pciutils/pciutils-3.1.7/lib-build-fix.patch
rename to meta/recipes-bsp/pciutils/pciutils-3.1.9/lib-build-fix.patch
diff --git a/meta/recipes-bsp/pciutils/pciutils-3.1.7/makefile.patch b/meta/recipes-bsp/pciutils/pciutils-3.1.9/makefile.patch
similarity index 100%
rename from meta/recipes-bsp/pciutils/pciutils-3.1.7/makefile.patch
rename to meta/recipes-bsp/pciutils/pciutils-3.1.9/makefile.patch
diff --git a/meta/recipes-bsp/pciutils/pciutils-3.1.7/pcimodules-pciutils.diff b/meta/recipes-bsp/pciutils/pciutils-3.1.9/pcimodules-pciutils.diff
similarity index 100%
rename from meta/recipes-bsp/pciutils/pciutils-3.1.7/pcimodules-pciutils.diff
rename to meta/recipes-bsp/pciutils/pciutils-3.1.9/pcimodules-pciutils.diff
diff --git a/meta/recipes-bsp/pciutils/pciutils_3.1.7.bb b/meta/recipes-bsp/pciutils/pciutils_3.1.9.bb
similarity index 91%
rename from meta/recipes-bsp/pciutils/pciutils_3.1.7.bb
rename to meta/recipes-bsp/pciutils/pciutils_3.1.9.bb
index b48aaf0..51e7476 100644
--- a/meta/recipes-bsp/pciutils/pciutils_3.1.7.bb
+++ b/meta/recipes-bsp/pciutils/pciutils_3.1.9.bb
@@ -9,7 +9,7 @@ LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
 DEPENDS = "zlib"
 RDEPENDS_${PN} = "${PN}-ids"
-PR = "r2"
+PR = "r0"
 
 SRC_URI = "${KERNELORG_MIRROR}/software/utils/pciutils/pciutils-${PV}.tar.bz2 \
            file://configure.patch \
@@ -18,8 +18,8 @@ SRC_URI = "${KERNELORG_MIRROR}/software/utils/pciutils/pciutils-${PV}.tar.bz2 \
            file://guess-fix.patch \
            file://makefile.patch"
 
-SRC_URI[md5sum] = "35222edb86b50a6641352c66fe829b2e"
-SRC_URI[sha256sum] = "d8fe23b6966c1abf29b3b38b08b0cf33f731cd6e6a89d9b8d2b8d5e982c3f544"
+SRC_URI[md5sum] = "79cc1d0bff8603d3a550fa63802cd1db"
+SRC_URI[sha256sum] = "e4ce5d56ae4a9611d51ba0cc2ea45806f9539a18aceb4aa70b8ded50f6923c4f"
 
 PARALLEL_MAKE = ""
 
-- 
1.7.6




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

* Re: [PATCH 06/18] iptables: upgrade to 1.4.12.2
  2012-01-22 18:06 ` [PATCH 06/18] iptables: upgrade to 1.4.12.2 Shane Wang
@ 2012-01-22 20:29   ` Khem Raj
  2012-02-01 14:58     ` Wang, Shane
  0 siblings, 1 reply; 23+ messages in thread
From: Khem Raj @ 2012-01-22 20:29 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On (23/01/12 02:06), Shane Wang wrote:
> This patch is to upgrade iptables to 1.4.12.2, and introduce a patch not to check unknown symbols.
> Otherwise, when it is compiled, it will report "libxtables.so.7" from LD_PRELOAD cannot be preloaded.

you should say dont build 'check' target by default or something on
those lines

> 
> Signed-off-by: Shane Wang <shane.wang@intel.com>
> ---
>  .../iptables/iptables/GNUmakefile.patch            |   18 ++++++++++++++++++
>  .../{iptables_1.4.12.1.bb => iptables_1.4.12.2.bb} |    7 ++++---
>  2 files changed, 22 insertions(+), 3 deletions(-)
>  create mode 100644 meta/recipes-extended/iptables/iptables/GNUmakefile.patch
>  rename meta/recipes-extended/iptables/{iptables_1.4.12.1.bb => iptables_1.4.12.2.bb} (88%)
> 
> diff --git a/meta/recipes-extended/iptables/iptables/GNUmakefile.patch b/meta/recipes-extended/iptables/iptables/GNUmakefile.patch
> new file mode 100644
> index 0000000..c60e84f
> --- /dev/null
> +++ b/meta/recipes-extended/iptables/iptables/GNUmakefile.patch
> @@ -0,0 +1,18 @@
> +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.1.bb b/meta/recipes-extended/iptables/iptables_1.4.12.2.bb
> similarity index 88%
> rename from meta/recipes-extended/iptables/iptables_1.4.12.1.bb
> rename to meta/recipes-extended/iptables/iptables_1.4.12.2.bb
> index 52aa4d5..2d3d311 100644
> --- a/meta/recipes-extended/iptables/iptables_1.4.12.1.bb
> +++ b/meta/recipes-extended/iptables/iptables_1.4.12.2.bb
> @@ -21,10 +21,11 @@ RRECOMMENDS_${PN} = "kernel-module-x-tables \
>  FILES_${PN} =+ "${libdir}/xtables/"
>  FILES_${PN}-dbg =+ "${libdir}/xtables/.debug"
>  
> -SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2"
> +SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2 \
> +           file://GNUmakefile.patch"
>  
> -SRC_URI[md5sum] = "b08a1195ec2c1ebeaf072db3c55fdf43"
> -SRC_URI[sha256sum] = "77e6581f21f15946a814fa311236e5f3f7c6593180f9d695cea06aa95e464aba"
> +SRC_URI[md5sum] = "212112389c7f10c72efb31a4ed193a4c"
> +SRC_URI[sha256sum] = "09fff7dfe6af95675474fd5d0fc67622fac5a0f3d6e02ee614deae9a2e5dae13"
>  
>  inherit autotools
>  
> -- 
> 1.7.6
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

-- 
-Khem



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

* Re: [PATCH 02/18] pixman: upgrade to 0.24.2
  2012-01-22 18:06 ` [PATCH 02/18] pixman: upgrade to 0.24.2 Shane Wang
@ 2012-01-23  8:50   ` Koen Kooi
  0 siblings, 0 replies; 23+ messages in thread
From: Koen Kooi @ 2012-01-23  8:50 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

This has a bbappend in meta-oe, please give an heads up when it's going in to avoid parsing breakage.


Op 22 jan. 2012, om 19:06 heeft Shane Wang het volgende geschreven:

> Signed-off-by: Shane Wang <shane.wang@intel.com>
> ---
> .../{pixman_0.24.0.bb => pixman_0.24.2.bb}         |    4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
> rename meta/recipes-graphics/xorg-lib/{pixman_0.24.0.bb => pixman_0.24.2.bb} (83%)
> 
> diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.24.0.bb b/meta/recipes-graphics/xorg-lib/pixman_0.24.2.bb
> similarity index 83%
> rename from meta/recipes-graphics/xorg-lib/pixman_0.24.0.bb
> rename to meta/recipes-graphics/xorg-lib/pixman_0.24.2.bb
> index d96fe75..b55e547 100644
> --- a/meta/recipes-graphics/xorg-lib/pixman_0.24.0.bb
> +++ b/meta/recipes-graphics/xorg-lib/pixman_0.24.2.bb
> @@ -18,6 +18,6 @@ PR = "r0"
> 
> EXTRA_OECONF="--disable-gtk"
> 
> -SRC_URI[md5sum] = "db5ffcd50064421176e8afb7b85fd1a7"
> -SRC_URI[sha256sum] = "744e8b36b29ba76bdfe8f7cbc45585fb237533ac8d716a27e306874dcfa1cf44"
> +SRC_URI[md5sum] = "2ce7d12750664d2eebd51bf0a07b6205"
> +SRC_URI[sha256sum] = "32f74f3e3c1feea33e6ad3e2fd66cb3eb816805c384b346ea1636a87c9057dbf"
> 
> -- 
> 1.7.6
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core




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

* Re: [PATCH 00/18][V1] upgrade recipes
  2012-01-22 18:06 [PATCH 00/18][V1] upgrade recipes Shane Wang
                   ` (17 preceding siblings ...)
  2012-01-22 18:29 ` [PATCH 15/18] pciutils: upgrade to 3.1.9 Shane Wang
@ 2012-01-26 17:17 ` Saul Wold
  18 siblings, 0 replies; 23+ messages in thread
From: Saul Wold @ 2012-01-26 17:17 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 01/22/2012 10:06 AM, Shane Wang wrote:
> Upgrade recipes to the latest, including strace, pciutils, ed, ofono, iproute2, bluez4, bluez-hcidump, kexec-tools, tremor, iptables, polkit, libxcb, xcb-proto, pixman, util-macros, and mobile-broadband-provider-info.
> Please review.
>
> The following changes since commit 3fe81df6400448b54b47a13f27e1389b1e824ab0:
>
>    distro_tracking: update libpng, libgdbus, opensp, nfs-utils manual check dates (2012-01-20 16:47:51 +0000)
>
> are available in the git repository at:
>    git://git.pokylinux.org/poky-contrib shane/china-new-year-upgrade
>    http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=shane/china-new-year-upgrade
>
> Shane Wang (18):
>    util-macros: upgrade to 1.16.1
>    pixman: upgrade to 0.24.2
>    xcb-proto: upgrade to 1.7
>    libxcb: upgrade to 1.8
>    polkit: upgrade to 0.104
>    iptables: upgrade to 1.4.12.2
>    tremor: upgrade to 18163 (20120122)
>    kexec-tools: upgrade to 2.0.3
>    bluez-hcidump: upgrade to 2.2
>    bluez4: upgrade to 4.98
>    iproute2: upgrade to 3.2.0
>    mobile-broadband-provider-info: bring a new recipe into poky
>    ofono: upgrade to 1.3
>    ed: upgrade to 1.6
>    pciutils: upgrade to 3.1.9
>    strace: upgrade to 4.6
>    libsoup: update its info in distro_tracking.inc
>    distro_tracking.inc: update the info for recipes upgraded recently
>
>   .../conf/distro/include/distro_tracking_fields.inc |  105 ++++++++++---------
>   .../configure.patch                                |   69 +++++++-------
>   .../guess-fix.patch                                |    0
>   .../lib-build-fix.patch                            |    0
>   .../makefile.patch                                 |    0
>   .../pcimodules-pciutils.diff                       |    0
>   .../{pciutils_3.1.7.bb =>  pciutils_3.1.9.bb}       |    6 +-
>   .../{bluez-hcidump_2.1.bb =>  bluez-hcidump_2.2.bb} |    4 +-
>   .../{bluez4-4.96 =>  bluez4-4.98}/bluetooth.conf    |    0
>   .../bluez/{bluez4_4.96.bb =>  bluez4_4.98.bb}       |    6 +-
>   .../configure-cross.patch                          |   30 +++----
>   .../{iproute2_3.1.0.bb =>  iproute2_3.2.0.bb}       |    5 +-
>   .../mobile-broadband-provider-info_git.bb          |   13 +++
>   meta/recipes-connectivity/ofono/ofono.inc          |    2 +-
>   .../ofono/{ofono_1.0.bb =>  ofono_1.3.bb}           |    4 +-
>   .../{strace-4.5.20 =>  strace-4.6}/sigmask.patch    |    0
>   .../strace/{strace_4.5.20.bb =>  strace_4.6.bb}     |    8 +-
>   .../ed/{ed-1.5 =>  ed-1.6}/ed-1.2-build.patch       |    0
>   meta/recipes-extended/ed/{ed_1.5.bb =>  ed_1.6.bb}  |   10 +-
>   .../iptables/iptables/GNUmakefile.patch            |   18 ++++
>   .../{iptables_1.4.12.1.bb =>  iptables_1.4.12.2.bb} |    7 +-
>   .../introspection.patch                            |    0
>   .../polkit-1_pam.patch                             |    0
>   .../polkit/{polkit_0.103.bb =>  polkit_0.104.bb}    |    6 +-
>   .../xcb/{libxcb_1.7.bb =>  libxcb_1.8.bb}           |    6 +-
>   .../xcb/xcb-proto-1.6/xcb-proto-libdir.patch       |   14 ---
>   meta/recipes-graphics/xcb/xcb-proto.inc            |    3 +-
>   .../xcb/{xcb-proto_1.6.bb =>  xcb-proto_1.7.bb}     |    6 +-
>   .../{pixman_0.24.0.bb =>  pixman_0.24.2.bb}         |    4 +-
>   ...util-macros_1.16.0.bb =>  util-macros_1.16.1.bb} |    4 +-
>   .../fix_for_compiling_with_gcc-4.6.0.patch         |   40 --------
>   .../{kexec-tools_2.0.2.bb =>  kexec-tools_2.0.3.bb} |    7 +-
>   .../{tremor_20101121.bb =>  tremor_20120122.bb}     |    2 +-
>   33 files changed, 178 insertions(+), 201 deletions(-)
>   rename meta/recipes-bsp/pciutils/{pciutils-3.1.7 =>  pciutils-3.1.9}/configure.patch (85%)
>   rename meta/recipes-bsp/pciutils/{pciutils-3.1.7 =>  pciutils-3.1.9}/guess-fix.patch (100%)
>   rename meta/recipes-bsp/pciutils/{pciutils-3.1.7 =>  pciutils-3.1.9}/lib-build-fix.patch (100%)
>   rename meta/recipes-bsp/pciutils/{pciutils-3.1.7 =>  pciutils-3.1.9}/makefile.patch (100%)
>   rename meta/recipes-bsp/pciutils/{pciutils-3.1.7 =>  pciutils-3.1.9}/pcimodules-pciutils.diff (100%)
>   rename meta/recipes-bsp/pciutils/{pciutils_3.1.7.bb =>  pciutils_3.1.9.bb} (91%)
>   rename meta/recipes-connectivity/bluez/{bluez-hcidump_2.1.bb =>  bluez-hcidump_2.2.bb} (83%)
>   rename meta/recipes-connectivity/bluez/{bluez4-4.96 =>  bluez4-4.98}/bluetooth.conf (100%)
>   rename meta/recipes-connectivity/bluez/{bluez4_4.96.bb =>  bluez4_4.98.bb} (86%)
>   rename meta/recipes-connectivity/iproute2/{iproute2-3.1.0 =>  iproute2-3.2.0}/configure-cross.patch (69%)
>   rename meta/recipes-connectivity/iproute2/{iproute2_3.1.0.bb =>  iproute2_3.2.0.bb} (46%)
>   create mode 100644 meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb
>   rename meta/recipes-connectivity/ofono/{ofono_1.0.bb =>  ofono_1.3.bb} (66%)
>   rename meta/recipes-devtools/strace/{strace-4.5.20 =>  strace-4.6}/sigmask.patch (100%)
>   rename meta/recipes-devtools/strace/{strace_4.5.20.bb =>  strace_4.6.bb} (67%)
>   rename meta/recipes-extended/ed/{ed-1.5 =>  ed-1.6}/ed-1.2-build.patch (100%)
>   rename meta/recipes-extended/ed/{ed_1.5.bb =>  ed_1.6.bb} (59%)
>   create mode 100644 meta/recipes-extended/iptables/iptables/GNUmakefile.patch
>   rename meta/recipes-extended/iptables/{iptables_1.4.12.1.bb =>  iptables_1.4.12.2.bb} (88%)
>   rename meta/recipes-extended/polkit/{polkit-0.103 =>  polkit-0.104}/introspection.patch (100%)
>   rename meta/recipes-extended/polkit/{polkit-0.103 =>  polkit-0.104}/polkit-1_pam.patch (100%)
>   rename meta/recipes-extended/polkit/{polkit_0.103.bb =>  polkit_0.104.bb} (83%)
>   rename meta/recipes-graphics/xcb/{libxcb_1.7.bb =>  libxcb_1.8.bb} (56%)
>   delete mode 100644 meta/recipes-graphics/xcb/xcb-proto-1.6/xcb-proto-libdir.patch
>   rename meta/recipes-graphics/xcb/{xcb-proto_1.6.bb =>  xcb-proto_1.7.bb} (58%)
>   rename meta/recipes-graphics/xorg-lib/{pixman_0.24.0.bb =>  pixman_0.24.2.bb} (83%)
>   rename meta/recipes-graphics/xorg-util/{util-macros_1.16.0.bb =>  util-macros_1.16.1.bb} (75%)
>   delete mode 100644 meta/recipes-kernel/kexec/kexec-tools/fix_for_compiling_with_gcc-4.6.0.patch
>   rename meta/recipes-kernel/kexec/{kexec-tools_2.0.2.bb =>  kexec-tools_2.0.3.bb} (47%)
>   rename meta/recipes-multimedia/tremor/{tremor_20101121.bb =>  tremor_20120122.bb} (88%)
>

Merged into OE-Core

Thanks
	Sau!



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

* Re: [PATCH 06/18] iptables: upgrade to 1.4.12.2
  2012-01-22 20:29   ` Khem Raj
@ 2012-02-01 14:58     ` Wang, Shane
  0 siblings, 0 replies; 23+ messages in thread
From: Wang, Shane @ 2012-02-01 14:58 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

Khem Raj wrote on 2012-01-23:

> On (23/01/12 02:06), Shane Wang wrote:
>> This patch is to upgrade iptables to 1.4.12.2, and introduce a patch
>> not to check unknown symbols. Otherwise, when it is compiled, it will
>> report "libxtables.so.7" from
> LD_PRELOAD cannot be preloaded.
> 
> you should say dont build 'check' target by default or something on
> those lines

I got you. Thank you, Raj.

--
Shane



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

end of thread, other threads:[~2012-02-01 15:06 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-22 18:06 [PATCH 00/18][V1] upgrade recipes Shane Wang
2012-01-22 18:06 ` [PATCH 01/18] util-macros: upgrade to 1.16.1 Shane Wang
2012-01-22 18:06 ` [PATCH 02/18] pixman: upgrade to 0.24.2 Shane Wang
2012-01-23  8:50   ` Koen Kooi
2012-01-22 18:06 ` [PATCH 03/18] xcb-proto: upgrade to 1.7 Shane Wang
2012-01-22 18:06 ` [PATCH 04/18] libxcb: upgrade to 1.8 Shane Wang
2012-01-22 18:06 ` [PATCH 05/18] polkit: upgrade to 0.104 Shane Wang
2012-01-22 18:06 ` [PATCH 06/18] iptables: upgrade to 1.4.12.2 Shane Wang
2012-01-22 20:29   ` Khem Raj
2012-02-01 14:58     ` Wang, Shane
2012-01-22 18:06 ` [PATCH 07/18] tremor: upgrade to 18163 (20120122) Shane Wang
2012-01-22 18:06 ` [PATCH 08/18] kexec-tools: upgrade to 2.0.3 Shane Wang
2012-01-22 18:06 ` [PATCH 09/18] bluez-hcidump: upgrade to 2.2 Shane Wang
2012-01-22 18:06 ` [PATCH 10/18] bluez4: upgrade to 4.98 Shane Wang
2012-01-22 18:06 ` [PATCH 11/18] iproute2: upgrade to 3.2.0 Shane Wang
2012-01-22 18:06 ` [PATCH 12/18] mobile-broadband-provider-info: bring a new recipe into poky Shane Wang
2012-01-22 18:06 ` [PATCH 13/18] ofono: upgrade to 1.3 Shane Wang
2012-01-22 18:06 ` [PATCH 14/18] ed: upgrade to 1.6 Shane Wang
2012-01-22 18:06 ` [PATCH 16/18] strace: upgrade to 4.6 Shane Wang
2012-01-22 18:06 ` [PATCH 17/18] libsoup: update its info in distro_tracking.inc Shane Wang
2012-01-22 18:06 ` [PATCH 18/18] distro_tracking.inc: update the info for recipes upgraded recently Shane Wang
2012-01-22 18:29 ` [PATCH 15/18] pciutils: upgrade to 3.1.9 Shane Wang
2012-01-26 17:17 ` [PATCH 00/18][V1] upgrade recipes 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.