Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Jussi Kukkonen <jussi.kukkonen@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/10] More version upgrades
Date: Thu,  1 Jun 2017 13:36:44 +0300	[thread overview]
Message-ID: <cover.1496311679.git.jussi.kukkonen@intel.com> (raw)

Xorg and some unrelated individual upgrades.
The only major release here is libinput.

I've tested this on top of the previous batch of upgrades but this
should work fine independently as well.

Thanks,
 Jussi

The following changes since commit bd063fa288b49b6e3ea77982d0ccc46610feb1ad:

  tune-mips32*.inc: use consistent comments across all three .inc files (2017-05-30 10:15:20 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib jku/more-updates
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/more-updates

Jussi Kukkonen (10):
  vte: Upgrade 0.46.1 -> 0.48.3
  libinput: Upgrade 1.6.1 -> 1.7.2
  xdg-utils: Upgrade 1.1.1 -> 1.1.2
  libevdev: Upgrade 1.5.6 -> 1.5.7
  clutter-1.0: Upgrade 1.26.0 -> 1.26.2
  clutter-gst-3.0: Upgrade 3.0.22 -> 3.0.24
  xf86-input-libinput: Upgrade 0.24.0 -> 0.25.1
  xserver-xorg: Upgrade 1.19.1 -> 1.19.3
  xkbcomp: Upgrade 1.3.1 -> 1.4.0
  xkeyboard-config: Upgrade 2.20 -> 2.21

 .../xdg-utils/{xdg-utils_1.1.1.bb => xdg-utils_1.1.2.bb}      |  6 +++---
 .../clutter/{clutter-1.0_1.26.0.bb => clutter-1.0_1.26.2.bb}  |  4 ++--
 .../{clutter-gst-3.0_3.0.22.bb => clutter-gst-3.0_3.0.24.bb}  |  4 ++--
 .../wayland/{libinput_1.6.1.bb => libinput_1.7.2.bb}          | 10 +++++++---
 .../xorg-app/{xkbcomp_1.3.1.bb => xkbcomp_1.4.0.bb}           |  4 ++--
 ...input-libinput_0.24.0.bb => xf86-input-libinput_0.25.1.bb} |  4 ++--
 .../{xkeyboard-config_2.20.bb => xkeyboard-config_2.21.bb}    |  4 ++--
 .../{xserver-xorg_1.19.1.bb => xserver-xorg_1.19.3.bb}        |  4 ++--
 .../libevdev/{libevdev_1.5.6.bb => libevdev_1.5.7.bb}         |  4 ++--
 meta/recipes-support/vte/{vte_0.46.1.bb => vte_0.48.3.bb}     | 11 ++++++++---
 10 files changed, 32 insertions(+), 23 deletions(-)
 rename meta/recipes-extended/xdg-utils/{xdg-utils_1.1.1.bb => xdg-utils_1.1.2.bb} (83%)
 rename meta/recipes-graphics/clutter/{clutter-1.0_1.26.0.bb => clutter-1.0_1.26.2.bb} (67%)
 rename meta/recipes-graphics/clutter/{clutter-gst-3.0_3.0.22.bb => clutter-gst-3.0_3.0.24.bb} (58%)
 rename meta/recipes-graphics/wayland/{libinput_1.6.1.bb => libinput_1.7.2.bb} (74%)
 rename meta/recipes-graphics/xorg-app/{xkbcomp_1.3.1.bb => xkbcomp_1.4.0.bb} (78%)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-libinput_0.24.0.bb => xf86-input-libinput_0.25.1.bb} (63%)
 rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.20.bb => xkeyboard-config_2.21.bb} (87%)
 rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_1.19.1.bb => xserver-xorg_1.19.3.bb} (89%)
 rename meta/recipes-support/libevdev/{libevdev_1.5.6.bb => libevdev_1.5.7.bb} (74%)
 rename meta/recipes-support/vte/{vte_0.46.1.bb => vte_0.48.3.bb} (84%)

-- 
2.1.4



             reply	other threads:[~2017-06-01 10:36 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-01 10:36 Jussi Kukkonen [this message]
2017-06-01 10:36 ` [PATCH 01/10] vte: Upgrade 0.46.1 -> 0.48.3 Jussi Kukkonen
2017-06-01 10:36 ` [PATCH 02/10] libinput: Upgrade 1.6.1 -> 1.7.2 Jussi Kukkonen
2017-06-01 10:36 ` [PATCH 03/10] xdg-utils: Upgrade 1.1.1 -> 1.1.2 Jussi Kukkonen
2017-06-01 10:36 ` [PATCH 04/10] libevdev: Upgrade 1.5.6 -> 1.5.7 Jussi Kukkonen
2017-06-01 10:36 ` [PATCH 05/10] clutter-1.0: Upgrade 1.26.0 -> 1.26.2 Jussi Kukkonen
2017-06-01 10:36 ` [PATCH 06/10] clutter-gst-3.0: Upgrade 3.0.22 -> 3.0.24 Jussi Kukkonen
2017-06-01 10:36 ` [PATCH 07/10] xf86-input-libinput: Upgrade 0.24.0 -> 0.25.1 Jussi Kukkonen
2017-06-01 10:36 ` [PATCH 08/10] xserver-xorg: Upgrade 1.19.1 -> 1.19.3 Jussi Kukkonen
2017-06-01 10:36 ` [PATCH 09/10] xkbcomp: Upgrade 1.3.1 -> 1.4.0 Jussi Kukkonen
2017-06-01 10:36 ` [PATCH 10/10] xkeyboard-config: Upgrade 2.20 -> 2.21 Jussi Kukkonen

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.1496311679.git.jussi.kukkonen@intel.com \
    --to=jussi.kukkonen@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