From: Shane Wang <shane.wang@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/18][V1] upgrade recipes
Date: Mon, 23 Jan 2012 02:06:12 +0800 [thread overview]
Message-ID: <cover.1327255445.git.shane.wang@intel.com> (raw)
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
next reply other threads:[~2012-01-22 17:57 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-22 18:06 Shane Wang [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1327255445.git.shane.wang@intel.com \
--to=shane.wang@intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.