Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 00/10] More version upgrades
@ 2017-06-01 10:36 Jussi Kukkonen
  2017-06-01 10:36 ` [PATCH 01/10] vte: Upgrade 0.46.1 -> 0.48.3 Jussi Kukkonen
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Jussi Kukkonen @ 2017-06-01 10:36 UTC (permalink / raw)
  To: openembedded-core

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



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-06-01 10:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-01 10:36 [PATCH 00/10] More version upgrades Jussi Kukkonen
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox