Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Laurentiu Palcu <laurentiu.palcu@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/9] package upgrades
Date: Mon, 25 Nov 2013 15:50:55 +0200	[thread overview]
Message-ID: <cover.1385386370.git.laurentiu.palcu@intel.com> (raw)

This patch set contains only package upgrades. Each package has been compiled
on all architectures successfully and basic functionality tests were done in
core-image-sato for qemux86.

Also, at Ross's sugestion, the xcb related recipes were moved to xorg-proto and
xorg-lib directories.

Laurentiu

The following changes since commit 0aef540dd8866c5d76dd1edd8936343258935c47:

  bitbake: fetch2: Correct a few calls to latest_revision() (2013-11-25 13:02:27 +0000)

are available in the git repository at:

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

Laurentiu Palcu (8):
  xtrans: upgrade to 1.3.2
  python-setuptools: upgrade to 1.4
  tar: upgrade to 1.27.1
  powertop: upgrade to 2.5
  libdrm: upgrade to 2.4.49
  xproto: upgrade to 7.0.25
  xcb-proto: upgrade to 1.9
  libxcb: upgrade to 1.9.3

Upgrade Helper (1):
  git: upgrade to 1.8.4.4

 .../git/{git_1.8.4.2.bb => git_1.8.4.4.bb}         |    4 +--
 ...etuptools_1.1.7.bb => python-setuptools_1.4.bb} |    4 +--
 ...ve_1.27.bb => tar-replacement-native_1.27.1.bb} |    0
 .../tar/{tar-1.27 => tar}/remove-gets.patch        |    0
 .../tar/{tar_1.27.bb => tar_1.27.1.bb}             |    4 +--
 .../drm/{libdrm_2.4.47.bb => libdrm_2.4.49.bb}     |    4 +--
 .../xcb/libxcb/automake_1.14_fix.patch             |   27 --------------------
 .../{xcb => xorg-lib}/libpthread-stubs_0.3.bb      |    0
 meta/recipes-graphics/{xcb => xorg-lib}/libxcb.inc |    4 ++-
 .../{xcb => xorg-lib}/libxcb/xcbincludedir.patch   |    0
 .../libxcb_1.9.1.bb => xorg-lib/libxcb_1.9.3.bb}   |    5 ++--
 .../{xcb => xorg-lib}/libxcb_git.bb                |    0
 .../{xcb => xorg-lib}/xcb-util-image_0.3.9.bb      |    0
 .../{xcb => xorg-lib}/xcb-util-keysyms_0.3.9.bb    |    0
 .../{xcb => xorg-lib}/xcb-util-renderutil_0.3.8.bb |    0
 .../{xcb => xorg-lib}/xcb-util-wm_0.3.9.bb         |    0
 .../{xcb => xorg-lib}/xcb-util.inc                 |    0
 .../{xcb => xorg-lib}/xcb-util_0.3.9.bb            |    0
 .../xorg-lib/{xtrans_1.3.0.bb => xtrans_1.3.2.bb}  |    4 +--
 .../{xcb => xorg-proto}/xcb-proto.inc              |    0
 .../xcb-proto_1.9.bb}                              |    4 +--
 .../{xcb => xorg-proto}/xcb-proto_git.bb           |    0
 .../{xproto_7.0.24.bb => xproto_7.0.25.bb}         |    4 +--
 .../powertop/{powertop_2.4.bb => powertop_2.5.bb}  |    4 +--
 24 files changed, 21 insertions(+), 47 deletions(-)
 rename meta/recipes-devtools/git/{git_1.8.4.2.bb => git_1.8.4.4.bb} (67%)
 rename meta/recipes-devtools/python/{python-setuptools_1.1.7.bb => python-setuptools_1.4.bb} (86%)
 rename meta/recipes-extended/tar/{tar-replacement-native_1.27.bb => tar-replacement-native_1.27.1.bb} (100%)
 rename meta/recipes-extended/tar/{tar-1.27 => tar}/remove-gets.patch (100%)
 rename meta/recipes-extended/tar/{tar_1.27.bb => tar_1.27.1.bb} (53%)
 rename meta/recipes-graphics/drm/{libdrm_2.4.47.bb => libdrm_2.4.49.bb} (46%)
 delete mode 100644 meta/recipes-graphics/xcb/libxcb/automake_1.14_fix.patch
 rename meta/recipes-graphics/{xcb => xorg-lib}/libpthread-stubs_0.3.bb (100%)
 rename meta/recipes-graphics/{xcb => xorg-lib}/libxcb.inc (94%)
 rename meta/recipes-graphics/{xcb => xorg-lib}/libxcb/xcbincludedir.patch (100%)
 rename meta/recipes-graphics/{xcb/libxcb_1.9.1.bb => xorg-lib/libxcb_1.9.3.bb} (47%)
 rename meta/recipes-graphics/{xcb => xorg-lib}/libxcb_git.bb (100%)
 rename meta/recipes-graphics/{xcb => xorg-lib}/xcb-util-image_0.3.9.bb (100%)
 rename meta/recipes-graphics/{xcb => xorg-lib}/xcb-util-keysyms_0.3.9.bb (100%)
 rename meta/recipes-graphics/{xcb => xorg-lib}/xcb-util-renderutil_0.3.8.bb (100%)
 rename meta/recipes-graphics/{xcb => xorg-lib}/xcb-util-wm_0.3.9.bb (100%)
 rename meta/recipes-graphics/{xcb => xorg-lib}/xcb-util.inc (100%)
 rename meta/recipes-graphics/{xcb => xorg-lib}/xcb-util_0.3.9.bb (100%)
 rename meta/recipes-graphics/xorg-lib/{xtrans_1.3.0.bb => xtrans_1.3.2.bb} (82%)
 rename meta/recipes-graphics/{xcb => xorg-proto}/xcb-proto.inc (100%)
 rename meta/recipes-graphics/{xcb/xcb-proto_1.8.bb => xorg-proto/xcb-proto_1.9.bb} (60%)
 rename meta/recipes-graphics/{xcb => xorg-proto}/xcb-proto_git.bb (100%)
 rename meta/recipes-graphics/xorg-proto/{xproto_7.0.24.bb => xproto_7.0.25.bb} (74%)
 rename meta/recipes-kernel/powertop/{powertop_2.4.bb => powertop_2.5.bb} (87%)

-- 
1.7.9.5



             reply	other threads:[~2013-11-25 13:51 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-25 13:50 Laurentiu Palcu [this message]
2013-11-25 13:50 ` [PATCH 1/9] xtrans: upgrade to 1.3.2 Laurentiu Palcu
2013-11-25 13:50 ` [PATCH 2/9] python-setuptools: upgrade to 1.4 Laurentiu Palcu
2013-11-25 13:50 ` [PATCH 3/9] tar: upgrade to 1.27.1 Laurentiu Palcu
2013-11-25 13:50 ` [PATCH 4/9] powertop: upgrade to 2.5 Laurentiu Palcu
2013-11-25 13:51 ` [PATCH 5/9] libdrm: upgrade to 2.4.49 Laurentiu Palcu
2013-11-25 13:51 ` [PATCH 6/9] git: upgrade to 1.8.4.4 Laurentiu Palcu
2013-11-25 13:51 ` [PATCH 7/9] xproto: upgrade to 7.0.25 Laurentiu Palcu
2013-11-25 13:51 ` [PATCH 8/9] xcb-proto: upgrade to 1.9 Laurentiu Palcu
2013-11-25 13:51 ` [PATCH 9/9] libxcb: upgrade to 1.9.3 Laurentiu Palcu
  -- strict thread matches above, loose matches on Subject: below --
2012-09-03 15:45 [PATCH 0/9] Package upgrades Constantin Musca
2012-09-04 12:40 ` Richard Purdie

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.1385386370.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox