[oe-commits] [openembedded-core] branch master updated (42b4fa2 -> 98c6ebf)

git at git.openembedded.org git at git.openembedded.org
Tue Nov 1 10:06:30 UTC 2016


rpurdie pushed a change to branch master
in repository openembedded-core.

      from  42b4fa2   boost: fix the SRC_URI to point to an actual release, and not a master snapshot
      adds  97fff54   libsdl2: update to 2.0.5
      adds  4d87edb   taglib: update to 1.11
      adds  2d005fa   conf: Use xf86-input-libinput by default
      adds  bd1e0b5   xserver-xf86-config: Remove legacy drivers from xorg.conf
      adds  248e694   pango: Upgrade 1.40.1 -> 1.40.3
      adds  2e252c4   adwaita-icon-theme: Upgrade 3.20 -> 3.22.0
      adds  ca386b1   gnome-themes-standard: Upgrade 3.20.2 -> 3.22.2
      adds  361dc99   glib-2.0: Upgrade 2.48.2 -> 2.50.1
      adds  509870e   libsoup-2.4: Upgrade 2.54.1 -> 2.56.0
      adds  f6ea6a1   atk: Upgrade 2.20.0 -> 2.22.0
      adds  18dc26f   at-spi2-core: Upgrade 2.20.2 -> 2.22.0
      adds  d0861ae   at-spi2-atk: Upgrade 2.20.1 -> 2.22.0
      adds  9d9f6ec   freetype: Upgrade 2.6.5 -> 2.7
      adds  373ef81   glib-networking: Upgrade 2.48.2 -> 2.50.0
      adds  7125d02   gdk-pixbuf: 2.34.0 -> 2.36.0
      adds  eab18f6   gtk-icon-utils-native: Upgrade 3.20.9 -> 3.22.1
      adds  bab4f76   gtk+: Upgrade 2.24.30 -> 2.24.31
      adds  d1dce7a   gtk+3: Upgrade 3.20.9 -> 3.22.1
       new  6ca9b7a   lttng: enable optional building of manpages
       new  98c6ebf   oeqa/selftest/kernel.py: Add new file destined for kernel related tests

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 meta/conf/machine/include/qemu.inc                 |   4 +-
 meta/conf/machine/include/x86-base.inc             |   4 -
 meta/conf/machine/qemux86-64.conf                  |   3 -
 meta/conf/machine/qemux86.conf                     |   3 -
 meta/lib/oeqa/selftest/kernel.py                   |  29 ++
 .../glib-2.0/0002-tests-Ignore-y2k-warnings.patch  |  42 ---
 .../{glib-2.0_2.48.2.bb => glib-2.0_2.50.1.bb}     |   5 +-
 meta/recipes-core/glib-2.0/glib.inc                |   3 +-
 ...working_2.48.2.bb => glib-networking_2.50.0.bb} |   4 +-
 .../{gdk-pixbuf_2.34.0.bb => gdk-pixbuf_2.36.0.bb} |   4 +-
 ...-theme_3.20.bb => adwaita-icon-theme_3.22.0.bb} |   7 +-
 ...d_3.20.2.bb => gnome-themes-standard_3.22.2.bb} |  12 +-
 meta/recipes-gnome/gtk+/gtk+3.inc                  |   2 +-
 ...Redo-focus-handling-in-treeview-once-more.patch |  39 ---
 .../0003-Add-disable-opengl-configure-option.patch | 365 ++++++++-------------
 .../gtk+/{gtk+3_3.20.9.bb => gtk+3_3.22.1.bb}      |   5 +-
 .../gtk+/{gtk+_2.24.30.bb => gtk+_2.24.31.bb}      |   4 +-
 ...e_3.20.9.bb => gtk-icon-utils-native_3.22.1.bb} |   4 +-
 .../{freetype_2.6.5.bb => freetype_2.7.bb}         |   4 +-
 ...-sysroot-path-so-that-make-finds-our-wayl.patch |  32 ++
 ...ideo-make-it-compatible-with-wayland-1.10.patch |  57 ----
 .../libsdl2/{libsdl2_2.0.4.bb => libsdl2_2.0.5.bb} |  14 +-
 .../packagegroups/packagegroup-core-x11-xserver.bb |   2 +-
 .../pango/{pango_1.40.1.bb => pango_1.40.3.bb}     |   4 +-
 .../xserver-xf86-config/qemuarm/xorg.conf          |  31 --
 .../xserver-xf86-config/qemumips/xorg.conf         |  31 --
 .../xserver-xf86-config/qemumips64/xorg.conf       |  31 --
 .../xserver-xf86-config/qemuppc/xorg.conf          |  31 --
 .../xserver-xf86-config/qemush4/xorg.conf          |  31 --
 .../xserver-xf86-config/qemux86-64/xorg.conf       |  31 --
 .../xserver-xf86-config/qemux86/xorg.conf          |  31 --
 .../recipes-graphics/xorg-xserver/xserver-xorg.inc |   2 +-
 meta/recipes-kernel/lttng/lttng-tools_git.bb       |   4 +-
 meta/recipes-kernel/lttng/lttng-ust_git.bb         |   4 +-
 ...at-spi2-atk_2.20.1.bb => at-spi2-atk_2.22.0.bb} |   4 +-
 ...-spi2-core_2.20.2.bb => at-spi2-core_2.22.0.bb} |   4 +-
 .../atk/{atk_2.20.0.bb => atk_2.22.0.bb}           |   4 +-
 ...libsoup-2.4_2.54.1.bb => libsoup-2.4_2.56.0.bb} |   4 +-
 .../taglib/{taglib_1.9.1.bb => taglib_1.11.bb}     |   9 +-
 39 files changed, 251 insertions(+), 653 deletions(-)
 create mode 100644 meta/lib/oeqa/selftest/kernel.py
 delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0002-tests-Ignore-y2k-warnings.patch
 rename meta/recipes-core/glib-2.0/{glib-2.0_2.48.2.bb => glib-2.0_2.50.1.bb} (82%)
 rename meta/recipes-core/glib-networking/{glib-networking_2.48.2.bb => glib-networking_2.50.0.bb} (88%)
 rename meta/recipes-gnome/gdk-pixbuf/{gdk-pixbuf_2.34.0.bb => gdk-pixbuf_2.36.0.bb} (96%)
 rename meta/recipes-gnome/gnome/{adwaita-icon-theme_3.20.bb => adwaita-icon-theme_3.22.0.bb} (86%)
 rename meta/recipes-gnome/gnome/{gnome-themes-standard_3.20.2.bb => gnome-themes-standard_3.22.2.bb} (78%)
 delete mode 100644 meta/recipes-gnome/gtk+/gtk+3/0001-Redo-focus-handling-in-treeview-once-more.patch
 rename meta/recipes-gnome/gtk+/{gtk+3_3.20.9.bb => gtk+3_3.22.1.bb} (78%)
 rename meta/recipes-gnome/gtk+/{gtk+_2.24.30.bb => gtk+_2.24.31.bb} (91%)
 rename meta/recipes-gnome/gtk+/{gtk-icon-utils-native_3.20.9.bb => gtk-icon-utils-native_3.22.1.bb} (93%)
 rename meta/recipes-graphics/freetype/{freetype_2.6.5.bb => freetype_2.7.bb} (93%)
 create mode 100644 meta/recipes-graphics/libsdl2/libsdl2/0001-prepend-our-sysroot-path-so-that-make-finds-our-wayl.patch
 delete mode 100644 meta/recipes-graphics/libsdl2/libsdl2/0001-src-video-make-it-compatible-with-wayland-1.10.patch
 rename meta/recipes-graphics/libsdl2/{libsdl2_2.0.4.bb => libsdl2_2.0.5.bb} (86%)
 rename meta/recipes-graphics/pango/{pango_1.40.1.bb => pango_1.40.3.bb} (92%)
 rename meta/recipes-support/atk/{at-spi2-atk_2.20.1.bb => at-spi2-atk_2.22.0.bb} (81%)
 rename meta/recipes-support/atk/{at-spi2-core_2.20.2.bb => at-spi2-core_2.22.0.bb} (88%)
 rename meta/recipes-support/atk/{atk_2.20.0.bb => atk_2.22.0.bb} (79%)
 rename meta/recipes-support/libsoup/{libsoup-2.4_2.54.1.bb => libsoup-2.4_2.56.0.bb} (90%)
 rename meta/recipes-support/taglib/{taglib_1.9.1.bb => taglib_1.11.bb} (67%)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list