From: Dongxiao Xu <dongxiao.xu@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/11][PULL] package upgrade, 2011/10/28
Date: Fri, 28 Oct 2011 11:35:39 +0800 [thread overview]
Message-ID: <cover.1319772853.git.dongxiao.xu@intel.com> (raw)
Hi Saul,
This pull request upgrade several recipes, please help to review and pull.
Thanks,
Dongxiao
The following changes since commit ddc9a58b8553599d2328ac1c4449b41681ae45d1:
Add readline as dependecy for gdb-cross-canadian (2011-10-27 08:37:53 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib dxu4/upgrade
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/upgrade
Dongxiao Xu (11):
polkit: upgrade to latest 0.102
libsndfile1: upgrade to version 1.0.25
neon: upgrade to version 0.29.6
netbase: upgrade to version 4.46
libogg: upgrade to version 1.3.0
telepathy-idle: upgrade to version 0.1.10
telepathy-glib: upgrade to version 0.16.0
telepathy-mission-control: Upgrade to version 5.9.3
iptables: upgrade to version 1.4.12.1
connman: add xtables_version to fix xtables API change
distro_tracking: polkit, libsndfile, etc
.../conf/distro/include/distro_tracking_fields.inc | 66 ++++++++++----------
.../connman/connman-0.75/xtables_version.patch | 64 +++++++++++++++++++
meta/recipes-connectivity/connman/connman_0.75.bb | 3 +-
...thy-glib_0.14.3.bb => telepathy-glib_0.16.0.bb} | 4 +-
...athy-idle_0.1.8.bb => telepathy-idle_0.1.10.bb} | 4 +-
...5.7.9.bb => telepathy-mission-control_5.9.3.bb} | 4 +-
.../netbase/{netbase-4.45 => netbase-4.46}/hosts | 0
.../netbase/{netbase-4.45 => netbase-4.46}/init | 0
.../{netbase-4.45 => netbase-4.46}/interfaces | 0
.../netbase/{netbase-4.45 => netbase-4.46}/nfsroot | 0
.../qemuarm/interfaces | 0
.../qemuarmv6/interfaces | 0
.../qemuarmv7/interfaces | 0
.../qemumips/interfaces | 0
.../qemuppc/interfaces | 0
.../qemux86-64/interfaces | 0
.../qemux86/interfaces | 0
.../netbase/{netbase_4.45.bb => netbase_4.46.bb} | 6 +-
.../{iptables_1.4.9.bb => iptables_1.4.12.1.bb} | 16 ++---
.../introspection.patch | 0
.../polkit-1_pam.patch | 0
.../polkit/{polkit_0.101.bb => polkit_0.102.bb} | 8 +-
.../libogg/{libogg_1.2.2.bb => libogg_1.3.0.bb} | 4 +-
...libsndfile1_1.0.24.bb => libsndfile1_1.0.25.bb} | 6 +-
.../{neon-0.29.5 => neon-0.29.6}/pkgconfig.patch | 0
.../neon/{neon_0.29.5.bb => neon_0.29.6.bb} | 6 +-
26 files changed, 126 insertions(+), 65 deletions(-)
create mode 100644 meta/recipes-connectivity/connman/connman-0.75/xtables_version.patch
rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.14.3.bb => telepathy-glib_0.16.0.bb} (80%)
rename meta/recipes-connectivity/telepathy/{telepathy-idle_0.1.8.bb => telepathy-idle_0.1.10.bb} (81%)
rename meta/recipes-connectivity/telepathy/{telepathy-mission-control_5.7.9.bb => telepathy-mission-control_5.9.3.bb} (92%)
rename meta/recipes-core/netbase/{netbase-4.45 => netbase-4.46}/hosts (100%)
rename meta/recipes-core/netbase/{netbase-4.45 => netbase-4.46}/init (100%)
rename meta/recipes-core/netbase/{netbase-4.45 => netbase-4.46}/interfaces (100%)
rename meta/recipes-core/netbase/{netbase-4.45 => netbase-4.46}/nfsroot (100%)
rename meta/recipes-core/netbase/{netbase-4.45 => netbase-4.46}/qemuarm/interfaces (100%)
rename meta/recipes-core/netbase/{netbase-4.45 => netbase-4.46}/qemuarmv6/interfaces (100%)
rename meta/recipes-core/netbase/{netbase-4.45 => netbase-4.46}/qemuarmv7/interfaces (100%)
rename meta/recipes-core/netbase/{netbase-4.45 => netbase-4.46}/qemumips/interfaces (100%)
rename meta/recipes-core/netbase/{netbase-4.45 => netbase-4.46}/qemuppc/interfaces (100%)
rename meta/recipes-core/netbase/{netbase-4.45 => netbase-4.46}/qemux86-64/interfaces (100%)
rename meta/recipes-core/netbase/{netbase-4.45 => netbase-4.46}/qemux86/interfaces (100%)
rename meta/recipes-core/netbase/{netbase_4.45.bb => netbase_4.46.bb} (92%)
rename meta/recipes-extended/iptables/{iptables_1.4.9.bb => iptables_1.4.12.1.bb} (69%)
rename meta/recipes-extended/polkit/{polkit-0.101 => polkit-0.102}/introspection.patch (100%)
rename meta/recipes-extended/polkit/{polkit-0.101 => polkit-0.102}/polkit-1_pam.patch (100%)
rename meta/recipes-extended/polkit/{polkit_0.101.bb => polkit_0.102.bb} (83%)
rename meta/recipes-multimedia/libogg/{libogg_1.2.2.bb => libogg_1.3.0.bb} (81%)
rename meta/recipes-multimedia/libsndfile/{libsndfile1_1.0.24.bb => libsndfile1_1.0.25.bb} (79%)
rename meta/recipes-support/neon/{neon-0.29.5 => neon-0.29.6}/pkgconfig.patch (100%)
rename meta/recipes-support/neon/{neon_0.29.5.bb => neon_0.29.6.bb} (82%)
next reply other threads:[~2011-10-28 3:28 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-28 3:35 Dongxiao Xu [this message]
2011-10-28 3:35 ` [PATCH 01/11] polkit: upgrade to latest 0.102 Dongxiao Xu
2011-10-28 3:35 ` [PATCH 02/11] libsndfile1: upgrade to version 1.0.25 Dongxiao Xu
2011-10-28 3:35 ` [PATCH 03/11] neon: upgrade to version 0.29.6 Dongxiao Xu
2011-10-28 3:35 ` [PATCH 04/11] netbase: upgrade to version 4.46 Dongxiao Xu
2011-10-28 3:35 ` [PATCH 05/11] libogg: upgrade to version 1.3.0 Dongxiao Xu
2011-10-28 3:35 ` [PATCH 06/11] telepathy-idle: upgrade to version 0.1.10 Dongxiao Xu
2011-10-28 3:35 ` [PATCH 07/11] telepathy-glib: upgrade to version 0.16.0 Dongxiao Xu
2011-10-28 3:35 ` [PATCH 08/11] telepathy-mission-control: Upgrade to version 5.9.3 Dongxiao Xu
2011-10-28 3:35 ` [PATCH 09/11] iptables: upgrade to version 1.4.12.1 Dongxiao Xu
2011-10-31 22:57 ` Richard Purdie
2011-10-28 3:35 ` [PATCH 10/11] connman: add xtables_version to fix xtables API change Dongxiao Xu
2011-10-28 3:35 ` [PATCH 11/11] distro_tracking: polkit, libsndfile, etc Dongxiao Xu
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.1319772853.git.dongxiao.xu@intel.com \
--to=dongxiao.xu@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.