[oe-commits] [openembedded-core] branch master updated (9f5f4b3 -> 61be3cd)

git at git.openembedded.org git at git.openembedded.org
Wed Dec 5 12:37:31 UTC 2018


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

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

    from 9f5f4b3  btrfs-tools: update to 4.19
     add ffde22a  mdadm: add back lost Upstream-Status tags
     add 24000d1  cpio: update patch to merged version
     add 68b4723  oeqa/oelib/path: don't leak temporary directories
     add 8332fe5  gobject-introspection: add a missing patch that was overlooked when adding meson support
     add cfae171  gobject-introspection.bbclass: add libdir to XDG_DATA_DIRS
     add 33d2cee  gnome-desktop-testing: upgrade to 2018.1
     add acfcebe  gnutls: no need to inherit binconfig
     add 0037321  libevdev: upgrade 1.5.9 -> 1.6.0
     add 17a8576  ruby: upgrade 2.5.1 -> 2.5.3
     add 1785be8  piglit: upgrade to current HEAD
     add 0fa7d99  openssl: correct bad path on package preprocess
     add f1638d3  linux-firmware: Bump revision to 1baa348
     add e4423ee  linux-firmware: better packaging for TI wl12xx & wl18xx firmwares
     add 5d4da67  insane: Clarify GNU_HASH warning
     add aa4a4b3  patchreview: Various fixes/improvements
     add 96bfdea  util-linux: split out blkdiscard into its own package
     add 33fba60  classes/icecc.bbclass: Fix ccache disable
     add 23da8f5  valgrind: Skip vgpreload_memcheck shared object from stripping
     add 873507c  gdb: Remove long ago upstreamed patch
     add 50a554a  nss: Fix SHA_HTONL bug for arm 32be.
     add 52e1286  python3: don't cripple target distutils
     add 9f8bd47  python3: drop redundant patch
     add 521dd3d  lib/oe/utils: Improve multiprocess_lauch exception handling
     add c29cb75  oeqa/selftest/runqemu: Improve testcase failure handling
     add 8e7d756  oeqa/utils/qemurunner: Avoid tracebacks on closed files
     add db0e658  oeqa: don't litter /tmp with temporary directories
     add 61be3cd  oeqa/selftest/esdk: run selftest inside workdir not /tmp

No new revisions were added by this update.

Summary of changes:
 meta/classes/gobject-introspection.bbclass         |   2 +-
 meta/classes/icecc.bbclass                         |   2 +-
 meta/classes/insane.bbclass                        |   2 +-
 meta/lib/oe/utils.py                               |   5 +-
 meta/lib/oeqa/selftest/cases/eSDK.py               |  13 +--
 meta/lib/oeqa/selftest/cases/oelib/path.py         |  10 +--
 meta/lib/oeqa/selftest/cases/oelib/utils.py        |   4 +
 meta/lib/oeqa/selftest/cases/runqemu.py            |  32 ++++---
 meta/lib/oeqa/utils/buildproject.py                |   3 +-
 meta/lib/oeqa/utils/qemurunner.py                  |   4 +-
 meta/lib/oeqa/utils/targetbuild.py                 |   5 +-
 .../openssl/openssl10_1.0.2q.bb                    |   6 +-
 meta/recipes-core/util-linux/util-linux.inc        |   5 +-
 meta/recipes-devtools/gdb/gdb-8.2.inc              |   1 -
 .../gdb/0001-include-sys-types.h-for-mode_t.patch  |  29 ------
 .../python/python3-native_3.5.6.bb                 |   1 -
 .../python3/070-dont-clean-ipkg-install.patch      |  38 --------
 meta/recipes-devtools/python/python3_3.5.6.bb      |   2 -
 .../ruby/{ruby_2.5.1.bb => ruby_2.5.3.bb}          |   4 +-
 meta/recipes-devtools/valgrind/valgrind_3.14.0.bb  |  13 +++
 .../cpio-2.12/0001-Fix-segfault-with-append.patch  | 100 +++++++--------------
 ...heck-for-implicit-fallthrough-warning-sup.patch |   2 +-
 ...ys-sysmacros.h-for-major-minor-defintions.patch |   2 +-
 ...dadm.h-Undefine-dprintf-before-redefining.patch |   2 +-
 ...d-a-comment-to-indicate-valid-fallthrough.patch |   2 +-
 ...1-Port-cross-compilation-support-to-meson.patch |  28 +++---
 ...he-repository-directory-for-native-builds.patch |   2 +-
 .../0010-meson-add-option-gir-dir-prefix.patch     |  66 ++++++++++++++
 .../gobject-introspection_1.58.1.bb                |   1 +
 ...e-FE_UPWARD-only-if-its-defined-in-fenv.h.patch |  83 ++++++++++-------
 .../piglit/piglit/format-fix.patch                 |  69 ++++++++++++++
 meta/recipes-graphics/piglit/piglit_git.bb         |   5 +-
 .../linux-firmware/linux-firmware_git.bb           |  21 +++--
 ...process.c-Enable-GNU-extensions-in-system.patch |  35 --------
 .../update-output-syntax.patch                     |  27 ------
 .../gnome-desktop-testing_2014.1.bb                |  22 -----
 .../gnome-desktop-testing_2018.1.bb                |  18 ++++
 meta/recipes-support/gnutls/gnutls_3.6.4.bb        |   2 +-
 .../{libevdev_1.5.9.bb => libevdev_1.6.0.bb}       |   4 +-
 .../nss/nss-fix-SHA_HTONL-bug-for-arm-32be.patch   |  34 +++++++
 meta/recipes-support/nss/nss_3.40.bb               |   1 +
 scripts/contrib/patchreview.py                     |  46 +++++++---
 42 files changed, 413 insertions(+), 340 deletions(-)
 delete mode 100644 meta/recipes-devtools/gdb/gdb/0001-include-sys-types.h-for-mode_t.patch
 delete mode 100644 meta/recipes-devtools/python/python3/070-dont-clean-ipkg-install.patch
 rename meta/recipes-devtools/ruby/{ruby_2.5.1.bb => ruby_2.5.3.bb} (93%)
 create mode 100644 meta/recipes-gnome/gobject-introspection/gobject-introspection/0010-meson-add-option-gir-dir-prefix.patch
 create mode 100644 meta/recipes-graphics/piglit/piglit/format-fix.patch
 delete mode 100644 meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing/0001-gsystem-subprocess.c-Enable-GNU-extensions-in-system.patch
 delete mode 100644 meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing/update-output-syntax.patch
 delete mode 100644 meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2014.1.bb
 create mode 100644 meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2018.1.bb
 rename meta/recipes-support/libevdev/{libevdev_1.5.9.bb => libevdev_1.6.0.bb} (74%)
 create mode 100644 meta/recipes-support/nss/nss/nss-fix-SHA_HTONL-bug-for-arm-32be.patch

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


More information about the Openembedded-commits mailing list