[oe-commits] [openembedded-core] branch master updated (666f619 -> 00fa839)

git at git.openembedded.org git at git.openembedded.org
Sat Jun 8 15:02:07 UTC 2019


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

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

    from 666f619  gnutls: Use the sysconfdir variable for the ca-certificates path
     new 3757073  wic/filemap: handle FIGETBSZ failing
     new 1e4a5fe  mesa: Update 19.0.5 -> 19.0.6
     new c7479bf  glib-2.0: udpate 2.58.3 -> 2.60.3
     new 0dc31cb  libxslt: add comment saying when a workaround can be removed
     new 90e032a  parted: swap patches for the commits that landed upstream
     new b963004  parted: drop patch for linux <2.6.20 support
     new 8392d60  gawk: ptest fixes
     new d3f29e6  openssh: Document skipped test dependency
     new 1873f77  python3-scons-{native}: add recipe for v3.0.5
     new 2ce507d  scons.bbclass: use python3-scons
     new e1de553  serf: switch to python3-scons-native
     new bf6e3f0  oeqa/runtime: add simple test for scons
     new 1ea225a  qemurunner: fix undefined variable
     new aedb6bf  testimage: consider QB_DEFAULT_FSTYPE
     new 00fa839  base.bbclass: Add OE_EXTRA_IMPORTS

The 15 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/base.bbclass                          |   4 +-
 meta/classes/scons.bbclass                         |   2 +-
 meta/classes/testimage.bbclass                     |   6 +-
 meta/conf/distro/include/maintainers.inc           |   2 +
 meta/lib/oeqa/runtime/cases/scons.py               |  37 ++++++
 meta/lib/oeqa/runtime/files/SConstruct             |   1 +
 meta/lib/oeqa/runtime/files/hello.c                |   5 +
 meta/lib/oeqa/utils/qemurunner.py                  |   1 +
 meta/recipes-connectivity/openssh/openssh_8.0p1.bb |   1 +
 ...stall-gio-querymodules-as-libexec_PROGRAM.patch |  23 +---
 ...rt-Use-absolute-paths-in-pkg-config-files.patch |  64 -----------
 ...chine-correctly-when-building-with-mingw3.patch |  61 +++++-----
 .../Enable-more-tests-while-cross-compiling.patch  | 126 +++++++++------------
 .../glib-2.0/glib-2.0/fix-nl-abaltmon.patch        | 104 -----------------
 .../glib-2.0/glib-2.0/relocate-modules.patch       |   6 +-
 .../{glib-2.0_2.58.3.bb => glib-2.0_2.60.3.bb}     |   6 +-
 meta/recipes-core/glib-2.0/glib.inc                |   2 +-
 ...tive_3.0.5.bb => python3-scons-native_3.0.5.bb} |   6 +-
 ...ython-scons_3.0.5.bb => python3-scons_3.0.5.bb} |  19 ++--
 meta/recipes-extended/gawk/gawk/run-ptest          |  24 +++-
 meta/recipes-extended/gawk/gawk_5.0.0.bb           |   3 +
 .../0001-Include-fcntl.h-in-platform_defs.h.patch  |  34 +++---
 ...se-read-only-when-probing-devices-on-linu.patch |  44 ++++---
 ...x-Include-sys-sysmacros.h-for-major-macro.patch |  28 +++++
 .../files/fix-compile-failure-while-dis.patch      |  76 ++++++++-----
 meta/recipes-extended/parted/files/syscalls.patch  |  55 ---------
 .../parted/parted/parted-3.2-sysmacros.patch       |  32 ------
 meta/recipes-extended/parted/parted_3.2.bb         |   3 +-
 .../mesa/{mesa-gl_19.0.5.bb => mesa-gl_19.0.6.bb}  |   0
 .../mesa/{mesa_19.0.5.bb => mesa_19.0.6.bb}        |   4 +-
 meta/recipes-support/libxslt/libxslt_1.1.33.bb     |   3 +-
 meta/recipes-support/serf/serf_1.3.9.bb            |   2 +-
 scripts/lib/wic/filemap.py                         |   5 +-
 33 files changed, 312 insertions(+), 477 deletions(-)
 create mode 100644 meta/lib/oeqa/runtime/cases/scons.py
 create mode 100644 meta/lib/oeqa/runtime/files/SConstruct
 create mode 100644 meta/lib/oeqa/runtime/files/hello.c
 delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0001-Revert-Use-absolute-paths-in-pkg-config-files.patch
 delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0/fix-nl-abaltmon.patch
 rename meta/recipes-core/glib-2.0/{glib-2.0_2.58.3.bb => glib-2.0_2.60.3.bb} (79%)
 copy meta/recipes-devtools/python/{python-scons-native_3.0.5.bb => python3-scons-native_3.0.5.bb} (65%)
 copy meta/recipes-devtools/python/{python-scons_3.0.5.bb => python3-scons_3.0.5.bb} (69%)
 create mode 100644 meta/recipes-extended/parted/files/0001-linux-Include-sys-sysmacros.h-for-major-macro.patch
 delete mode 100644 meta/recipes-extended/parted/files/syscalls.patch
 delete mode 100644 meta/recipes-extended/parted/parted/parted-3.2-sysmacros.patch
 rename meta/recipes-graphics/mesa/{mesa-gl_19.0.5.bb => mesa-gl_19.0.6.bb} (100%)
 rename meta/recipes-graphics/mesa/{mesa_19.0.5.bb => mesa_19.0.6.bb} (84%)

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


More information about the Openembedded-commits mailing list