All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurentiu Palcu <laurentiu.palcu@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/8] Other package upgrades
Date: Thu, 17 Oct 2013 13:34:10 +0300	[thread overview]
Message-ID: <cover.1382005791.git.laurentiu.palcu@intel.com> (raw)

This patchset contains another bunch of package upgrades. Build tested on a
local autobuilder for all major architectures and basic functionality tests
were done on a core-image-sato/qemux86 image.

Thanks,
Laurentiu

The following changes since commit 529bf977e956175bd8405ebffc88194192e44740:

  update-rcd.bbclass: fix host/target test (2013-10-16 14:51:07 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib lpalcu/upgrades2
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/upgrades2

Laurentiu Palcu (8):
  xmodmap: upgrade to 1.0.8
  python-setuptools: upgrade to 1.1.6
  xinit: upgrade to 1.3.3
  m4: upgrade to 1.4.17
  tar: upgrade to 1.27
  tcl: upgrade to 8.6.1
  mdadm: upgrade to 3.3
  gdb: upgrade to 7.6.1

 .../gdb/{gdb-7.6.inc => gdb-7.6.1.inc}             |    4 +--
 ...canadian_7.6.bb => gdb-cross-canadian_7.6.1.bb} |    2 +-
 .../gdb/{gdb-cross_7.6.bb => gdb-cross_7.6.1.bb}   |    2 +-
 .../gdb/{gdb_7.6.bb => gdb_7.6.1.bb}               |    2 +-
 .../m4/{m4-1.4.16.inc => m4-1.4.17.inc}            |    9 ++---
 .../{m4-native_1.4.16.bb => m4-native_1.4.17.bb}   |    0
 meta/recipes-devtools/m4/m4/remove-gets.patch      |   18 +++++-----
 .../m4/{m4_1.4.16.bb => m4_1.4.17.bb}              |    0
 ...ptools_0.6c11.bb => python-setuptools_1.1.6.bb} |    7 ++--
 .../tcltk/tcl/let-DST-include-year-2099.patch      |   35 ------------------
 .../tcltk/tcl/tcl-add-soname.patch                 |   38 ++++++++++----------
 .../tcltk/{tcl_8.6.0.bb => tcl_8.6.1.bb}           |    7 ++--
 .../mdadm/files/mdadm-3.2.2_fix_for_x32.patch      |   11 +++---
 .../mdadm/{mdadm_3.2.6.bb => mdadm_3.3.bb}         |    5 ++-
 .../tar/{tar-1.26 => tar-1.27}/remove-gets.patch   |   18 +++++-----
 ...tive_1.26.bb => tar-replacement-native_1.27.bb} |    0
 .../tar/{tar_1.26.bb => tar_1.27.bb}               |    6 ++--
 .../xorg-app/{xinit_1.3.2.bb => xinit_1.3.3.bb}    |    7 ++--
 .../{xmodmap_1.0.7.bb => xmodmap_1.0.8.bb}         |    7 ++--
 19 files changed, 68 insertions(+), 110 deletions(-)
 rename meta/recipes-devtools/gdb/{gdb-7.6.inc => gdb-7.6.1.inc} (70%)
 rename meta/recipes-devtools/gdb/{gdb-cross-canadian_7.6.bb => gdb-cross-canadian_7.6.1.bb} (71%)
 rename meta/recipes-devtools/gdb/{gdb-cross_7.6.bb => gdb-cross_7.6.1.bb} (74%)
 rename meta/recipes-devtools/gdb/{gdb_7.6.bb => gdb_7.6.1.bb} (96%)
 rename meta/recipes-devtools/m4/{m4-1.4.16.inc => m4-1.4.17.inc} (47%)
 rename meta/recipes-devtools/m4/{m4-native_1.4.16.bb => m4-native_1.4.17.bb} (100%)
 rename meta/recipes-devtools/m4/{m4_1.4.16.bb => m4_1.4.17.bb} (100%)
 rename meta/recipes-devtools/python/{python-setuptools_0.6c11.bb => python-setuptools_1.1.6.bb} (76%)
 delete mode 100644 meta/recipes-devtools/tcltk/tcl/let-DST-include-year-2099.patch
 rename meta/recipes-devtools/tcltk/{tcl_8.6.0.bb => tcl_8.6.1.bb} (91%)
 rename meta/recipes-extended/mdadm/{mdadm_3.2.6.bb => mdadm_3.3.bb} (86%)
 rename meta/recipes-extended/tar/{tar-1.26 => tar-1.27}/remove-gets.patch (52%)
 rename meta/recipes-extended/tar/{tar-replacement-native_1.26.bb => tar-replacement-native_1.27.bb} (100%)
 rename meta/recipes-extended/tar/{tar_1.26.bb => tar_1.27.bb} (51%)
 rename meta/recipes-graphics/xorg-app/{xinit_1.3.2.bb => xinit_1.3.3.bb} (67%)
 rename meta/recipes-graphics/xorg-app/{xmodmap_1.0.7.bb => xmodmap_1.0.8.bb} (67%)

-- 
1.7.9.5



             reply	other threads:[~2013-10-17 10:34 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-17 10:34 Laurentiu Palcu [this message]
2013-10-17 10:34 ` [PATCH 1/8] xmodmap: upgrade to 1.0.8 Laurentiu Palcu
2013-10-17 10:34 ` [PATCH 2/8] python-setuptools: upgrade to 1.1.6 Laurentiu Palcu
2013-10-17 10:34 ` [PATCH 3/8] xinit: upgrade to 1.3.3 Laurentiu Palcu
2013-10-17 10:34 ` [PATCH 4/8] m4: upgrade to 1.4.17 Laurentiu Palcu
2013-10-17 10:34 ` [PATCH 5/8] tar: upgrade to 1.27 Laurentiu Palcu
2013-10-17 10:34 ` [PATCH 6/8] tcl: upgrade to 8.6.1 Laurentiu Palcu
2013-10-17 10:34 ` [PATCH 7/8] mdadm: upgrade to 3.3 Laurentiu Palcu
2013-10-17 10:34 ` [PATCH 8/8] gdb: upgrade to 7.6.1 Laurentiu Palcu

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.1382005791.git.laurentiu.palcu@intel.com \
    --to=laurentiu.palcu@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.