All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shane Wang <shane.wang@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/13] [V3] Upgrade Packages, Dec 26, 2011
Date: Mon, 26 Dec 2011 22:56:27 +0800	[thread overview]
Message-ID: <cover.1324911023.git.shane.wang@intel.com> (raw)

This is version 3.

All,

These are recipe upgrading for polkit, gst-plugins-ugly, gst-plugins-bad, gst-fluendo-mp3, gst-fluendo-mpegdemux, gst-ffmpeg, glib-2.0, mtd-utils, valgrind, telepathy-glib, ofono, and libpcap. Please review and pull.

Changes include:
- glib-2.0 patch: glib-2.0_fix_for_x32.patch should not be removed. So, add it back.
- reword in those patches whose licenses are changed to explain what changed.

The following changes since commit d350b3168bab234e326c8cf1609d13803e6aba9e:

  opkg: Fix installation order in feeds with mutiple providers of packages (2011-12-22 22:38:18 +0000)

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

Shane Wang (13):
  polkit: upgrade to 0.103
  gst-plugins-ugly: upgrade to 0.10.18
  gst-plugins-bad: upgrade to 0.10.22
  gst-fluendo-mp3: upgrade to 0.10.16
  gst-fluendo-mpegdemux: upgrade to 0.10.69
  gst-ffmpeg: upgrade to 0.10.13
  glib-2.0: upgrade to 2.30.2
  mtd-utils: upgrade to 1.4.9
  valgrind: upgrade to 3.7.0
  telepathy-glib: upgrade to 0.17.4
  ofono: upgrade to 1.0
  libpcap: upgrade to 1.2.0
  distro_tracking_fields: update the info for recipe upgrading

 .../conf/distro/include/distro_tracking_fields.inc |   90 ++++++++++---------
 .../{libpcap-1.1.1 => libpcap-1.2.0}/aclocal.patch |    0
 .../ieee80215-arphrd.patch                         |    4 +-
 meta/recipes-connectivity/libpcap/libpcap.inc      |    2 +-
 .../libpcap/{libpcap_1.1.1.bb => libpcap_1.2.0.bb} |    4 +-
 meta/recipes-connectivity/ofono/ofono.inc          |    2 +-
 .../ofono/{ofono_0.50.bb => ofono_1.0.bb}          |    6 +-
 ...thy-glib_0.17.0.bb => telepathy-glib_0.17.4.bb} |    4 +-
 .../{glib-2.0_2.30.1.bb => glib-2.0_2.30.2.bb}     |    6 +-
 .../add-exclusion-to-mkfs-jffs2-git-2.patch        |    0
 .../add-exclusion-to-mkfs-jffs2-git-2.patch        |    0
 .../mtd/{mtd-utils_1.4.6.bb => mtd-utils_1.4.9.bb} |    2 +-
 .../valgrind/valgrind-3.7.0/configure-fix.patch    |   23 +++++
 .../fix_issue_caused_by_ccache.patch               |    0
 .../fix_unsupporting_kernel_3.patch                |    0
 .../fixed-perl-path.patch                          |    0
 .../{valgrind_3.6.1.bb => valgrind_3.7.0.bb}       |   13 ++--
 .../introspection.patch                            |    0
 .../polkit-1_pam.patch                             |    0
 .../polkit/{polkit_0.102.bb => polkit_0.103.bb}    |    7 +-
 .../gst-ffmpeg-0.10.13/configure-fix.patch         |   20 +++++
 .../lower-rank.diff                                |    0
 ...gst-ffmpeg_0.10.11.bb => gst-ffmpeg_0.10.13.bb} |   19 +++--
 ...o-mp3_0.10.15.bb => gst-fluendo-mp3_0.10.16.bb} |    4 +-
 ...0.10.67.bb => gst-fluendo-mpegdemux_0.10.69.bb} |    4 +-
 ...s-bad_0.10.21.bb => gst-plugins-bad_0.10.22.bb} |    7 +-
 ...ugly_0.10.17.bb => gst-plugins-ugly_0.10.18.bb} |    6 +-
 27 files changed, 138 insertions(+), 85 deletions(-)
 rename meta/recipes-connectivity/libpcap/{libpcap-1.1.1 => libpcap-1.2.0}/aclocal.patch (100%)
 rename meta/recipes-connectivity/libpcap/{libpcap-1.1.1 => libpcap-1.2.0}/ieee80215-arphrd.patch (91%)
 rename meta/recipes-connectivity/libpcap/{libpcap_1.1.1.bb => libpcap_1.2.0.bb} (73%)
 rename meta/recipes-connectivity/ofono/{ofono_0.50.bb => ofono_1.0.bb} (63%)
 rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.17.0.bb => telepathy-glib_0.17.4.bb} (80%)
 rename meta/recipes-core/glib-2.0/{glib-2.0_2.30.1.bb => glib-2.0_2.30.2.bb} (91%)
 rename meta/recipes-devtools/mtd/{mtd-utils-1.4.6 => mtd-utils-1.4.9}/add-exclusion-to-mkfs-jffs2-git-2.patch (100%)
 rename meta/recipes-devtools/mtd/{mtd-utils-1.4.6 => mtd-utils-1.4.9}/mtd-utils-1.4.1/add-exclusion-to-mkfs-jffs2-git-2.patch (100%)
 rename meta/recipes-devtools/mtd/{mtd-utils_1.4.6.bb => mtd-utils_1.4.9.bb} (95%)
 create mode 100644 meta/recipes-devtools/valgrind/valgrind-3.7.0/configure-fix.patch
 rename meta/recipes-devtools/valgrind/{valgrind-3.6.1 => valgrind-3.7.0}/fix_issue_caused_by_ccache.patch (100%)
 rename meta/recipes-devtools/valgrind/{valgrind-3.6.1 => valgrind-3.7.0}/fix_unsupporting_kernel_3.patch (100%)
 rename meta/recipes-devtools/valgrind/{valgrind-3.6.1 => valgrind-3.7.0}/fixed-perl-path.patch (100%)
 rename meta/recipes-devtools/valgrind/{valgrind_3.6.1.bb => valgrind_3.7.0.bb} (71%)
 rename meta/recipes-extended/polkit/{polkit-0.102 => polkit-0.103}/introspection.patch (100%)
 rename meta/recipes-extended/polkit/{polkit-0.102 => polkit-0.103}/polkit-1_pam.patch (100%)
 rename meta/recipes-extended/polkit/{polkit_0.102.bb => polkit_0.103.bb} (84%)
 create mode 100644 meta/recipes-multimedia/gstreamer/gst-ffmpeg-0.10.13/configure-fix.patch
 rename meta/recipes-multimedia/gstreamer/{gst-ffmpeg-0.10.11 => gst-ffmpeg-0.10.13}/lower-rank.diff (100%)
 rename meta/recipes-multimedia/gstreamer/{gst-ffmpeg_0.10.11.bb => gst-ffmpeg_0.10.13.bb} (58%)
 rename meta/recipes-multimedia/gstreamer/{gst-fluendo-mp3_0.10.15.bb => gst-fluendo-mp3_0.10.16.bb} (61%)
 rename meta/recipes-multimedia/gstreamer/{gst-fluendo-mpegdemux_0.10.67.bb => gst-fluendo-mpegdemux_0.10.69.bb} (71%)
 rename meta/recipes-multimedia/gstreamer/{gst-plugins-bad_0.10.21.bb => gst-plugins-bad_0.10.22.bb} (76%)
 rename meta/recipes-multimedia/gstreamer/{gst-plugins-ugly_0.10.17.bb => gst-plugins-ugly_0.10.18.bb} (84%)

-- 
1.7.6




             reply	other threads:[~2011-12-26 14:48 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-26 14:56 Shane Wang [this message]
2011-12-26 14:56 ` [PATCH 01/13] polkit: upgrade to 0.103 Shane Wang
2011-12-26 14:56 ` [PATCH 02/13] gst-plugins-ugly: upgrade to 0.10.18 Shane Wang
2011-12-26 14:56 ` [PATCH 03/13] gst-plugins-bad: upgrade to 0.10.22 Shane Wang
2011-12-26 14:56 ` [PATCH 04/13] gst-fluendo-mp3: upgrade to 0.10.16 Shane Wang
2011-12-26 14:56 ` [PATCH 05/13] gst-fluendo-mpegdemux: upgrade to 0.10.69 Shane Wang
2011-12-26 14:56 ` [PATCH 06/13] gst-ffmpeg: upgrade to 0.10.13 Shane Wang
2011-12-26 14:56 ` [PATCH 07/13] glib-2.0: upgrade to 2.30.2 Shane Wang
2011-12-26 14:56 ` [PATCH 08/13] mtd-utils: upgrade to 1.4.9 Shane Wang
2011-12-26 14:56 ` [PATCH 09/13] valgrind: upgrade to 3.7.0 Shane Wang
2011-12-26 14:56 ` [PATCH 10/13] telepathy-glib: upgrade to 0.17.4 Shane Wang
2011-12-26 14:56 ` [PATCH 11/13] ofono: upgrade to 1.0 Shane Wang
2011-12-26 14:56 ` [PATCH 12/13] libpcap: upgrade to 1.2.0 Shane Wang
2011-12-26 14:56 ` [PATCH 13/13] distro_tracking_fields: update the info for recipe upgrading Shane Wang
2012-01-04  0:20 ` [PATCH 00/13] [V3] Upgrade Packages, Dec 26, 2011 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.1324911023.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.