[oe-commits] [openembedded-core] branch master-next updated (e7b9afd -> bb889ce)

git at git.openembedded.org git at git.openembedded.org
Sat Jun 16 14:25:26 UTC 2018


This is an automated email from the git hooks/post-receive script.

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

    from e7b9afd  populate_sdk_ext.bbclass: fix corebase identification
     new 93bce6c  openssh: add nativesdk support
     new 41f63a9  oeqa/runtime/cases/parselogs.py: extend common_errors list
     new 42e77f2  watchdog: remove the useless watchdog-conf.patch
     new 2b07033  watchdog: disable systemd services by default
     new 888b4ca  watchdog: make init script start after syslog
     new fe82bae  watchdog: fix init script for sysvinit
     new c570c92  oeqa/runtime/cases/parselogs.py: ignore a message from watchdog
     new 009b902  dnf: default to disable systemd units
     new d50a50e  meson: only use lists of commands in cross file if required
     new 924337c  libdrm: port to Meson
     new 3db2acc  Multilibize the UPDATERCPN variable
     new af9cb42  default-versions.inc: use weak assignments to allow overwrite
     new 5c8bfb3  runqemu-extract-sdk: support tar.xz format
     new a25d7d1  runqemu-extract-sdk: fix whitespace errors
     new ab9538a  Remove libdir specification from xorgproto .pc files
     new 88b8546  Only add uninative and checksum if inherited uninative class
     new 26c2368  acpid: upgrade to 2.0.29
     new a1231a2  libinput: upgrade to 1.11.0
     new 39871b3  libsoup-2.4: upgrade to 2.62.2
     new 3fba971  cronie: upgrade to 1.5.2
     new 5b5e06e  gtk-icon-utils-native: upgrade to 3.22.30
     new 6caa640  gtk+3: upgrade to 3.22.30
     new 0e16e14  vte: upgrade to 0.52.2
     new 39c98f8  mc: upgrade to 4.8.21
     new ed72bbf  bluez5: upgrade to 5.50
     new 5e992d9  xdg-utils: upgrade to 1.1.3
     new c828e7b  oeqa/runtime/cases/rpm.py: change to use base-passwd-doc
     new 21d9a8d  gstreamer: enable ptest support
     new 67a47e7  gstreamer1.0: upgrade 1.14.0 -> 1.14.1
     new 2f1d6a7  gstreamer1.0-plugins-base: upgrade 1.14.0 -> 1.14.1
     new 5cfbc34  gstreamer1.0-plugins-good: upgrade 1.14.0 -> 1.14.1
     new bda0cb3  gstreamer1.0-plugins-bad: upgrade 1.14.0 -> 1.14.1
     new 771a18f  gstreamer1.0-plugins-ugly: upgrade 1.14.0 -> 1.14.1
     new d106f91  gstreamer1.0-vaapi: upgrade 1.14.0 -> 1.14.1
     new a39604d  gstreamer1.0-libav: upgrade 1.14.0 -> 1.14.1
     new cb01c0d  gstreamer1.0-python: upgrade 1.14.0 -> 1.14.1
     new 8ccbceb  gstreamer1.0-omx: upgrade 1.14.0 -> 1.14.1
     new ff625f0  gstreamer1.0-rtsp-server: upgrade 1.14.0 -> 1.14.1
     new b0e23fa  gst-validate: upgrade 1.14.0 -> 1.14.1
     new 4ba443a  opkg: avoid running postinst scripts twice when using systemd
     new dd745d9  run-postinsts: for dpkg/opkg, do not rely on /etc/*-postinsts
     new 3160cf5  rootfs.py: for dpkg/opkg, don't install postinsts if package management is present
     new 6872f3b  gobject-introspection: relocate typelib repository for native builds
     new 010605d  gcc-target.inc: configure gcc for armv7ve targets to default to armv7ve
     new cac3d7f  gtk-immodules-cache.bbclass: convert cache creation to postinst_intercept mechanism
     new af7ff72  lib/oe/package_manager: turn postinst failure warnings into bitbake failures
     new ac306d0  udev: only run qemu from postinst scripts if qemu usermode is supported
     new 420d102  qemuwrapper-cross: enable multilib and nativesdk variants of the script
     new 8a4a4c0  image.bbclass, populate_sdk_base.bbclass: make all variants of qemuwrapper-cross available in sysroots
     new 1df2c08  package_manager.py: rework postinst_intercept failures
     new 2a22f4a  bitbake-layers/create: add LAYERSERIES_COMPAT
     new 1eb711b  runqemu: add SIGTERM handler to make sure things are cleaned up
     new bb889ce  runqemu-ifdown: ensure to clean up TAP

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


Summary of changes:
 meta/classes/fontcache.bbclass                     |   2 +-
 meta/classes/gtk-immodules-cache.bbclass           |  70 ++-
 meta/classes/image.bbclass                         |   3 +-
 meta/classes/meson.bbclass                         |  25 +-
 meta/classes/multilib.bbclass                      |   1 +
 meta/classes/pixbufcache.bbclass                   |   2 +-
 meta/classes/populate_sdk_base.bbclass             |   3 +-
 meta/classes/populate_sdk_ext.bbclass              |   5 +-
 meta/conf/distro/include/default-versions.inc      |   6 +-
 meta/lib/bblayers/create.py                        |   5 +-
 meta/lib/bblayers/templates/layer.conf             |   3 +
 meta/lib/oe/package_manager.py                     |  41 +-
 meta/lib/oe/rootfs.py                              |   3 +
 meta/lib/oe/sdk.py                                 |  12 +-
 meta/lib/oeqa/runtime/cases/parselogs.py           |   2 +
 meta/lib/oeqa/runtime/cases/rpm.py                 |  26 +-
 meta/lib/oeqa/selftest/cases/runtime_test.py       |   4 +-
 .../acpid/{acpid_2.0.28.bb => acpid_2.0.29.bb}     |   4 +-
 ...-obexd-without-systemd-in-the-user-sessio.patch |  45 +-
 .../bluez5/{bluez5_5.49.bb => bluez5_5.50.bb}      |   4 +-
 meta/recipes-connectivity/openssh/openssh_7.7p1.bb |   6 +-
 meta/recipes-core/systemd/systemd_237.bb           |  10 +-
 meta/recipes-core/udev/eudev_3.2.5.bb              |   8 +-
 meta/recipes-devtools/dnf/dnf_2.7.5.bb             |   1 +
 meta/recipes-devtools/gcc/gcc-target.inc           |  11 +-
 .../opkg/opkg/opkg-configure.service               |  17 -
 meta/recipes-devtools/opkg/opkg_0.3.6.bb           |  14 -
 .../recipes-devtools/qemu/qemuwrapper-cross_1.0.bb |  40 +-
 .../run-postinsts/run-postinsts/run-postinsts      |  21 +-
 .../run-postinsts/run-postinsts.service            |   1 -
 .../cronie/{cronie_1.5.1.bb => cronie_1.5.2.bb}    |   4 +-
 .../mc/{mc_4.8.20.bb => mc_4.8.21.bb}              |   4 +-
 .../watchdog/watchdog/watchdog-conf.patch          |  16 -
 .../watchdog/watchdog/watchdog-init.patch          |  56 ---
 .../watchdog/watchdog/watchdog.init                | 110 +++++
 meta/recipes-extended/watchdog/watchdog_5.15.bb    |  14 +-
 .../{xdg-utils_1.1.2.bb => xdg-utils_1.1.3.bb}     |   4 +-
 ...he-repository-directory-for-native-builds.patch |  64 +++
 .../gobject-introspection_1.56.1.bb                |   2 +
 .../gtk+/{gtk+3_3.22.29.bb => gtk+3_3.22.30.bb}    |   4 +-
 ...3.22.29.bb => gtk-icon-utils-native_3.22.30.bb} |   4 +-
 ...ac-Allow-explicit-enabling-of-cunit-tests.patch |  53 ---
 .../recipes-graphics/drm/libdrm/installtests.patch |  25 --
 meta/recipes-graphics/drm/libdrm_2.4.92.bb         |  23 +-
 .../{libinput_1.9.4.bb => libinput_1.11.0.bb}      |   4 +-
 .../0001-Remove-libdir-specification.patch         | 468 +++++++++++++++++++++
 .../xorg-proto/xorgproto_2018.4.bb                 |   2 +
 .../files/add-a-target-to-compile-tests.patch      |  69 +++
 .../gstreamer/files}/run-ptest                     |   1 -
 ...x-template-paths-when-buildir-is-differen.patch |  41 --
 ...t-validate_1.14.0.bb => gst-validate_1.14.1.bb} |   5 +-
 ...ibav_1.14.0.bb => gstreamer1.0-libav_1.14.1.bb} |   4 +-
 ....0-omx_1.14.0.bb => gstreamer1.0-omx_1.14.1.bb} |   4 +-
 ....14.0.bb => gstreamer1.0-plugins-bad_1.14.1.bb} |   4 +-
 ...-up-GstVideo-1.0.gir-from-local-build-dir.patch |  42 --
 ...-prefix-calls-to-pkg-config-with-PKG_CONF.patch |  21 +-
 ...14.0.bb => gstreamer1.0-plugins-base_1.14.1.bb} |   5 +-
 ...14.0.bb => gstreamer1.0-plugins-good_1.14.1.bb} |   4 +-
 ...14.0.bb => gstreamer1.0-plugins-ugly_1.14.1.bb} |   4 +-
 ...hon_1.14.0.bb => gstreamer1.0-python_1.14.1.bb} |   4 +-
 ....14.0.bb => gstreamer1.0-rtsp-server_1.14.1.bb} |   4 +-
 ...aapi_1.14.0.bb => gstreamer1.0-vaapi_1.14.1.bb} |   4 +-
 ...treamer1.0_1.14.0.bb => gstreamer1.0_1.14.1.bb} |  30 +-
 ...libsoup-2.4_2.62.0.bb => libsoup-2.4_2.62.2.bb} |   4 +-
 .../vte/{vte_0.52.0.bb => vte_0.52.2.bb}           |   4 +-
 scripts/postinst-intercepts/update_font_cache      |   3 +-
 .../postinst-intercepts/update_gio_module_cache    |   3 +-
 .../postinst-intercepts/update_gtk_immodules_cache |  16 +
 scripts/postinst-intercepts/update_pixbuf_cache    |   3 +-
 scripts/runqemu                                    |  23 +-
 scripts/runqemu-extract-sdk                        |  19 +-
 scripts/runqemu-ifdown                             |  10 +
 72 files changed, 1048 insertions(+), 535 deletions(-)
 rename meta/recipes-bsp/acpid/{acpid_2.0.28.bb => acpid_2.0.29.bb} (55%)
 rename meta/recipes-connectivity/bluez5/{bluez5_5.49.bb => bluez5_5.50.bb} (91%)
 delete mode 100644 meta/recipes-devtools/opkg/opkg/opkg-configure.service
 rename meta/recipes-extended/cronie/{cronie_1.5.1.bb => cronie_1.5.2.bb} (95%)
 rename meta/recipes-extended/mc/{mc_4.8.20.bb => mc_4.8.21.bb} (93%)
 delete mode 100644 meta/recipes-extended/watchdog/watchdog/watchdog-conf.patch
 delete mode 100644 meta/recipes-extended/watchdog/watchdog/watchdog-init.patch
 create mode 100644 meta/recipes-extended/watchdog/watchdog/watchdog.init
 rename meta/recipes-extended/xdg-utils/{xdg-utils_1.1.2.bb => xdg-utils_1.1.3.bb} (89%)
 create mode 100644 meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-Relocate-the-repository-directory-for-native-builds.patch
 rename meta/recipes-gnome/gtk+/{gtk+3_3.22.29.bb => gtk+3_3.22.30.bb} (83%)
 rename meta/recipes-gnome/gtk+/{gtk-icon-utils-native_3.22.29.bb => gtk-icon-utils-native_3.22.30.bb} (94%)
 delete mode 100644 meta/recipes-graphics/drm/libdrm/0001-configure.ac-Allow-explicit-enabling-of-cunit-tests.patch
 delete mode 100644 meta/recipes-graphics/drm/libdrm/installtests.patch
 rename meta/recipes-graphics/wayland/{libinput_1.9.4.bb => libinput_1.11.0.bb} (86%)
 create mode 100644 meta/recipes-graphics/xorg-proto/xorgproto/0001-Remove-libdir-specification.patch
 create mode 100644 meta/recipes-multimedia/gstreamer/files/add-a-target-to-compile-tests.patch
 copy meta/{recipes-core/libxml/libxml2 => recipes-multimedia/gstreamer/files}/run-ptest (51%)
 delete mode 100644 meta/recipes-multimedia/gstreamer/gst-validate/0001-validate-fix-template-paths-when-buildir-is-differen.patch
 rename meta/recipes-multimedia/gstreamer/{gst-validate_1.14.0.bb => gst-validate_1.14.1.bb} (80%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.14.0.bb => gstreamer1.0-libav_1.14.1.bb} (95%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.14.0.bb => gstreamer1.0-omx_1.14.1.bb} (93%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.14.0.bb => gstreamer1.0-plugins-bad_1.14.1.bb} (97%)
 delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0001-gl-pick-up-GstVideo-1.0.gir-from-local-build-dir.patch
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.14.0.bb => gstreamer1.0-plugins-base_1.14.1.bb} (94%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.14.0.bb => gstreamer1.0-plugins-good_1.14.1.bb} (96%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.14.0.bb => gstreamer1.0-plugins-ugly_1.14.1.bb} (90%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.14.0.bb => gstreamer1.0-python_1.14.1.bb} (90%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.14.0.bb => gstreamer1.0-rtsp-server_1.14.1.bb} (89%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.14.0.bb => gstreamer1.0-vaapi_1.14.1.bb} (93%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.14.0.bb => gstreamer1.0_1.14.1.bb} (69%)
 rename meta/recipes-support/libsoup/{libsoup-2.4_2.62.0.bb => libsoup-2.4_2.62.2.bb} (89%)
 rename meta/recipes-support/vte/{vte_0.52.0.bb => vte_0.52.2.bb} (91%)
 create mode 100644 scripts/postinst-intercepts/update_gtk_immodules_cache

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


More information about the Openembedded-commits mailing list