Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Jussi Kukkonen <jussi.kukkonen@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/13] wayland V2 and misc upgrades
Date: Mon, 16 May 2016 16:22:27 +0300	[thread overview]
Message-ID: <cover.1463404035.git.jussi.kukkonen@intel.com> (raw)

This set includes v2 of the wayland patches, changes since v1:
* weston: prefix the protocol path with the machine sysroot as 
  that's where allarch wayland-protocols is
* use HTTPS for all wayland tarball uris
* "wayland-protocols" is now the name of the package,
  weston-dev now RRECOMMENDS it

The other upgrades are fairly uneventful: gdk-pixbuf-ptest looks nasty
on buildhistory but the files are mostly just moved around in directories.

Thanks,
  Jussi


The following changes since commit 9094ea9fdd1f23cbc9f7a9d0d95fb330c5ea8906:

  classes/oeqa: Update for print statements and file() -> open() for python3 (2016-05-16 09:31:23 +0100)

are available in the git repository at:

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

Jussi Kukkonen (13):
  glib-2.0: Upgrade 2.46.2 -> 2.48.1
  glib-networking: Upgrade 2.46.1 -> 2.48.2
  pango: Upgrade 1.38.1 -> 1.40.1
  gdk-pixbuf: Upgrade 2.32.3 -> 2.34.0
  gsettings-desktop-schemas: Upgrade 3.19.3 -> 3.20.0
  inputproto: Upgrade 2.3.1 -> 2.3.2
  json-glib: Upgrade 1.0.4 -> 1.2.0
  libsoup-2.4: Upgrade 2.52.2 -> 2.54.1
  expat: Upgrade 2.1.0 -> 2.1.1
  xproto: Upgrade 7.0.28 -> 7.0.29
  wayland: Upgrade 1.9.0 -> 1.10.0
  wayland-protocols: Add recipe
  weston: Upgrade 1.9.0 -> 1.10.0

 .../expat/expat-2.1.0/expat-CVE-2015-1283.patch    | 62 -------------------
 meta/recipes-core/expat/expat.inc                  |  3 +-
 .../expat/{expat-2.1.0 => expat}/autotools.patch   |  4 +-
 meta/recipes-core/expat/expat_2.1.0.bb             |  5 --
 meta/recipes-core/expat/expat_2.1.1.bb             |  5 ++
 ...c-Do-not-use-readlink-when-cross-compilin.patch | 31 ----------
 .../glib-2.0/glib-2.0-configure-readlink.patch     | 29 ---------
 .../ignore-format-nonliteral-warning.patch         | 39 ------------
 .../glib-2.0/glib-2.0/relocate-modules.patch       | 66 ++++++++++----------
 .../{glib-2.0_2.46.2.bb => glib-2.0_2.48.1.bb}     |  7 +--
 meta/recipes-core/glib-2.0/glib.inc                |  3 +-
 ...working_2.46.1.bb => glib-networking_2.48.2.bb} |  4 +-
 .../{gdk-pixbuf_2.32.3.bb => gdk-pixbuf_2.34.0.bb} |  4 +-
 ...19.3.bb => gsettings-desktop-schemas_3.20.0.bb} |  5 +-
 .../{json-glib_1.0.4.bb => json-glib_1.2.0.bb}     |  4 +-
 .../pango/{pango_1.38.1.bb => pango_1.40.1.bb}     |  5 +-
 .../wayland-protocols/dont-use-AC_CANONICAL.patch  | 29 +++++++++
 .../wayland/wayland-protocols_1.3.bb               | 20 +++++++
 .../{wayland_1.9.0.bb => wayland_1.10.0.bb}        |  8 +--
 ...1-configure.ac-Fix-wayland-protocols-path.patch | 34 +++++++++++
 .../weston/explicit-enable-disable-systemd.patch   | 70 ----------------------
 .../wayland/weston/libsystemd.patch                | 53 ----------------
 .../weston/make-lcms-explicitly-configurable.patch | 43 -------------
 .../wayland/{weston_1.9.0.bb => weston_1.10.0.bb}  | 14 ++---
 .../{inputproto_2.3.1.bb => inputproto_2.3.2.bb}   |  4 +-
 .../{xproto_7.0.28.bb => xproto_7.0.29.bb}         |  5 +-
 ...libsoup-2.4_2.52.2.bb => libsoup-2.4_2.54.1.bb} |  4 +-
 27 files changed, 154 insertions(+), 406 deletions(-)
 delete mode 100644 meta/recipes-core/expat/expat-2.1.0/expat-CVE-2015-1283.patch
 rename meta/recipes-core/expat/{expat-2.1.0 => expat}/autotools.patch (79%)
 delete mode 100644 meta/recipes-core/expat/expat_2.1.0.bb
 create mode 100644 meta/recipes-core/expat/expat_2.1.1.bb
 delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0001-configure.ac-Do-not-use-readlink-when-cross-compilin.patch
 delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0/glib-2.0-configure-readlink.patch
 delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0/ignore-format-nonliteral-warning.patch
 rename meta/recipes-core/glib-2.0/{glib-2.0_2.46.2.bb => glib-2.0_2.48.1.bb} (73%)
 rename meta/recipes-core/glib-networking/{glib-networking_2.46.1.bb => glib-networking_2.48.2.bb} (88%)
 rename meta/recipes-gnome/gdk-pixbuf/{gdk-pixbuf_2.32.3.bb => gdk-pixbuf_2.34.0.bb} (96%)
 rename meta/recipes-gnome/gsettings-desktop-schemas/{gsettings-desktop-schemas_3.19.3.bb => gsettings-desktop-schemas_3.20.0.bb} (68%)
 rename meta/recipes-gnome/json-glib/{json-glib_1.0.4.bb => json-glib_1.2.0.bb} (78%)
 rename meta/recipes-graphics/pango/{pango_1.38.1.bb => pango_1.40.1.bb} (92%)
 create mode 100644 meta/recipes-graphics/wayland/wayland-protocols/dont-use-AC_CANONICAL.patch
 create mode 100644 meta/recipes-graphics/wayland/wayland-protocols_1.3.bb
 rename meta/recipes-graphics/wayland/{wayland_1.9.0.bb => wayland_1.10.0.bb} (85%)
 create mode 100644 meta/recipes-graphics/wayland/weston/0001-configure.ac-Fix-wayland-protocols-path.patch
 delete mode 100644 meta/recipes-graphics/wayland/weston/explicit-enable-disable-systemd.patch
 delete mode 100644 meta/recipes-graphics/wayland/weston/libsystemd.patch
 delete mode 100644 meta/recipes-graphics/wayland/weston/make-lcms-explicitly-configurable.patch
 rename meta/recipes-graphics/wayland/{weston_1.9.0.bb => weston_1.10.0.bb} (89%)
 rename meta/recipes-graphics/xorg-proto/{inputproto_2.3.1.bb => inputproto_2.3.2.bb} (77%)
 rename meta/recipes-graphics/xorg-proto/{xproto_7.0.28.bb => xproto_7.0.29.bb} (73%)
 rename meta/recipes-support/libsoup/{libsoup-2.4_2.52.2.bb => libsoup-2.4_2.54.1.bb} (89%)

-- 
2.1.4



             reply	other threads:[~2016-05-16 13:22 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-16 13:22 Jussi Kukkonen [this message]
2016-05-16 13:22 ` [PATCH 01/13] glib-2.0: Upgrade 2.46.2 -> 2.48.1 Jussi Kukkonen
2016-05-17  7:35   ` Richard Purdie
2016-05-17 10:35     ` Jussi Kukkonen
2016-05-17 12:17     ` [PATCH 0/2] Fix GLib 2.48.1 upgrade breakage Jussi Kukkonen
2016-05-17 12:18       ` [PATCH 1/2] gnome-doc-utils: Update AM_GLIB_GNU_GETTEXT macro Jussi Kukkonen
2016-05-17 12:18       ` [PATCH 2/2] pkgconfig: " Jussi Kukkonen
2016-05-16 13:22 ` [PATCH 02/13] glib-networking: Upgrade 2.46.1 -> 2.48.2 Jussi Kukkonen
2016-05-16 13:22 ` [PATCH 03/13] pango: Upgrade 1.38.1 -> 1.40.1 Jussi Kukkonen
2016-05-16 13:22 ` [PATCH 04/13] gdk-pixbuf: Upgrade 2.32.3 -> 2.34.0 Jussi Kukkonen
2016-05-16 13:22 ` [PATCH 05/13] gsettings-desktop-schemas: Upgrade 3.19.3 -> 3.20.0 Jussi Kukkonen
2016-05-16 13:22 ` [PATCH 06/13] inputproto: Upgrade 2.3.1 -> 2.3.2 Jussi Kukkonen
2016-05-16 13:22 ` [PATCH 07/13] json-glib: Upgrade 1.0.4 -> 1.2.0 Jussi Kukkonen
2016-05-16 13:22 ` [PATCH 08/13] libsoup-2.4: Upgrade 2.52.2 -> 2.54.1 Jussi Kukkonen
2016-05-16 13:22 ` [PATCH 09/13] expat: Upgrade 2.1.0 -> 2.1.1 Jussi Kukkonen
2016-05-16 13:22 ` [PATCH 10/13] xproto: Upgrade 7.0.28 -> 7.0.29 Jussi Kukkonen
2016-05-16 13:22 ` [PATCH 11/13] wayland: Upgrade 1.9.0 -> 1.10.0 Jussi Kukkonen
2016-05-16 13:22 ` [PATCH 12/13] wayland-protocols: Add recipe Jussi Kukkonen
2016-05-16 13:22 ` [PATCH 13/13] weston: Upgrade 1.9.0 -> 1.10.0 Jussi Kukkonen
2016-05-16 15:37   ` Denys Dmytriyenko

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.1463404035.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