All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 00/10] package upgrades, about 10
Date: Thu, 05 Jul 2012 10:47:22 -0700	[thread overview]
Message-ID: <4FF5D32A.10008@linux.intel.com> (raw)
In-Reply-To: <1341298228-4412-1-git-send-email-laurentiu.palcu@intel.com>

On 07/02/2012 11:50 PM, Laurentiu Palcu wrote:
> Hi,
>
> This patchset upgrades the packages listed below. All packages were successfully
> built for all architectures with the exception of xf86-input-vmmouse which only supports
> x86 and x86-64 architectures. Basic sanity tests were also performed on an an atom based
> Lenovo S10-3t. No obvious issues spotted.
>
> Thanks,
> Laurentiu
>
> Laurentiu Palcu (10):
>    xf86-input-vmmouse: upgrade to 12.9.0
>    xf86-input-synaptics: upgrade to 1.6.2
>    xcb-util: upgrade to 0.3.9
>    libdrm: upgrade to 2.4.35
>    ethtool: upgrade to 3.4.1
>    libxft: upgrade to 2.3.1
>    xcb-util-wm: upgrade to 0.3.9
>    xcb-util-image: upgrade to 0.3.9
>    xcb-util-keysyms: upgrade to 0.3.9
>    lighttpd: upgrade to 1.4.31
>
>   .../ethtool/{ethtool_3.2.bb => ethtool_3.4.1.bb}   |    4 ++--
>   .../{lighttpd_1.4.30.bb => lighttpd_1.4.31.bb}     |    6 +++---
>   .../drm/{libdrm_2.4.34.bb => libdrm_2.4.35.bb}     |    4 ++--
>   ...util-image_0.3.8.bb => xcb-util-image_0.3.9.bb} |    4 ++--
>   ...-keysyms_0.3.8.bb => xcb-util-keysyms_0.3.9.bb} |    4 ++--
>   .../{xcb-util-wm_0.3.8.bb => xcb-util-wm_0.3.9.bb} |    4 ++--
>   .../xcb/{xcb-util_0.3.8.bb => xcb-util_0.3.9.bb}   |    4 ++--
>   ...tics_1.6.1.bb => xf86-input-synaptics_1.6.2.bb} |    4 ++--
>   ...ouse_12.8.0.bb => xf86-input-vmmouse_12.9.0.bb} |    4 ++--
>   .../xorg-lib/{libxft_2.3.0.bb => libxft_2.3.1.bb}  |    4 ++--
>   10 files changed, 21 insertions(+), 21 deletions(-)
>   rename meta/recipes-extended/ethtool/{ethtool_3.2.bb => ethtool_3.4.1.bb} (79%)
>   rename meta/recipes-extended/lighttpd/{lighttpd_1.4.30.bb => lighttpd_1.4.31.bb} (92%)
>   rename meta/recipes-graphics/drm/{libdrm_2.4.34.bb => libdrm_2.4.35.bb} (62%)
>   rename meta/recipes-graphics/xcb/{xcb-util-image_0.3.8.bb => xcb-util-image_0.3.9.bb} (66%)
>   rename meta/recipes-graphics/xcb/{xcb-util-keysyms_0.3.8.bb => xcb-util-keysyms_0.3.9.bb} (52%)
>   rename meta/recipes-graphics/xcb/{xcb-util-wm_0.3.8.bb => xcb-util-wm_0.3.9.bb} (74%)
>   rename meta/recipes-graphics/xcb/{xcb-util_0.3.8.bb => xcb-util_0.3.9.bb} (62%)
>   rename meta/recipes-graphics/xorg-driver/{xf86-input-synaptics_1.6.1.bb => xf86-input-synaptics_1.6.2.bb} (81%)
>   rename meta/recipes-graphics/xorg-driver/{xf86-input-vmmouse_12.8.0.bb => xf86-input-vmmouse_12.9.0.bb} (75%)
>   rename meta/recipes-graphics/xorg-lib/{libxft_2.3.0.bb => libxft_2.3.1.bb} (88%)
>

Merged into OE-Core

Thanks
	Sau!




      parent reply	other threads:[~2012-07-05 17:58 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-03  6:50 [PATCH 00/10] package upgrades, about 10 Laurentiu Palcu
2012-07-03  6:50 ` [PATCH 01/10] xf86-input-vmmouse: upgrade to 12.9.0 Laurentiu Palcu
2012-07-03  6:50 ` [PATCH 02/10] xf86-input-synaptics: upgrade to 1.6.2 Laurentiu Palcu
2012-07-03  6:50 ` [PATCH 03/10] xcb-util: upgrade to 0.3.9 Laurentiu Palcu
2012-07-04 17:24   ` Martin Jansa
2012-07-04 17:32     ` [PATCH 1/2] startup-notification: bump PR because libxcb-util soname was changed Martin Jansa
2012-07-04 17:32       ` [PATCH 2/2] matchbox-panel-2: " Martin Jansa
2012-07-03  6:50 ` [PATCH 04/10] libdrm: upgrade to 2.4.35 Laurentiu Palcu
2012-07-04 17:23   ` Martin Jansa
2012-07-04 18:26     ` Laurentiu Palcu
2012-07-03  6:50 ` [PATCH 05/10] ethtool: upgrade to 3.4.1 Laurentiu Palcu
2012-07-03  6:50 ` [PATCH 06/10] libxft: upgrade to 2.3.1 Laurentiu Palcu
2012-07-03  6:50 ` [PATCH 07/10] xcb-util-wm: upgrade to 0.3.9 Laurentiu Palcu
2012-07-03  6:50 ` [PATCH 08/10] xcb-util-image: " Laurentiu Palcu
2012-07-03  6:50 ` [PATCH 09/10] xcb-util-keysyms: " Laurentiu Palcu
2012-07-03  6:50 ` [PATCH 10/10] lighttpd: upgrade to 1.4.31 Laurentiu Palcu
2012-07-05 17:47 ` Saul Wold [this message]

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=4FF5D32A.10008@linux.intel.com \
    --to=sgw@linux.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.