[oe-commits] [openembedded-core] branch master updated (96decf6 -> 30a2af8)

git at git.openembedded.org git at git.openembedded.org
Thu Aug 8 09:23:04 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 96decf6  waffle: upgrade 1.5.2 -> 1.6.0
     add 67dfa11  grub: add grub-native
     add 3c08b63  mesa,llvm,meson: Update llvm to 8.0.1 plus define and use LLVM version globally
     add 83ffc20  python3-pbr:upgrade 5.4.1 -> 5.4.2
     add 322ff31  python-scons:upgrade 3.0.5 -> 3.1.0
     add 466bc8f  libgudev:upgrade 232 -> 233
     add 0c3a125  inetutils: Fix abort on invalid files
     add 3afee08  libglu:upgrade 9.0.0 -> 9.0.1
     add 72e6919  libx11-compose-data: upgrade 1.6.7 -> 1.6.8
     new ea052d1  stress-ng: add a patch to remove unneeded bash dependency
     new 7d342fd  elfutils: use PRIVATE_LIBS for the ptest package
     new a96de88  apt: add a missing perl runtime dependency
     new 5843be1  attr: add a missing perl runtime dependency
     new 7f8583c  ofono: correct the python3 runtime dependency
     new 62aeba4  bluez5: correct the python3 runtime dependency
     new 6cc148f  gpgme:upgrade 1.13.0 -> 1.13.1
     new 30a2af8  libx11: replace libtool patch with upstreamed patch

The 8 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/meson.bbclass                         |   2 +-
 meta/conf/distro/include/tcmode-default.inc        |   7 ++
 meta/recipes-bsp/grub/grub-efi_2.04.bb             |   2 -
 meta/recipes-bsp/grub/grub2.inc                    |   2 +
 meta/recipes-connectivity/bluez5/bluez5.inc        |   2 +-
 .../inetutils/fix-buffer-fortify-tfpt.patch        |  25 +++++
 .../inetutils/inetutils_1.9.4.bb                   |   1 +
 meta/recipes-connectivity/ofono/ofono.inc          |   2 +-
 meta/recipes-devtools/apt/apt-package.inc          |   1 +
 meta/recipes-devtools/elfutils/elfutils_0.176.bb   |   2 +-
 .../0002-llvm-allow-env-override-of-exe-path.patch | 114 ---------------------
 ...ibraryInfo-Undefine-libc-functions-if-th.patch} |  31 +++---
 .../0007-llvm-allow-env-override-of-exe-path.patch |  38 +++++++
 meta/recipes-devtools/llvm/llvm_git.bb             |  10 +-
 ...ative_3.0.5.bb => python-scons-native_3.1.0.bb} |   0
 ...python-scons_3.0.5.bb => python-scons_3.1.0.bb} |   4 +-
 meta/recipes-devtools/python/python3-pbr_5.4.1.bb  |   5 -
 meta/recipes-devtools/python/python3-pbr_5.4.2.bb  |   5 +
 ...ompletion-remove-the-shebang-at-the-start.patch |  23 +++++
 .../stress-ng/stress-ng_0.10.00.bb                 |   1 +
 .../libgudev/{libgudev_232.bb => libgudev_233.bb}  |   4 +-
 .../mesa/{libglu_9.0.0.bb => libglu_9.0.1.bb}      |   6 +-
 meta/recipes-graphics/mesa/mesa.inc                |   6 +-
 .../0001-Drop-x11-dependencies.patch               |  12 +--
 ...-data_1.6.7.bb => libx11-compose-data_1.6.8.bb} |   4 +-
 meta/recipes-graphics/xorg-lib/libx11.inc          |   2 +-
 .../xorg-lib/libx11/fix-libtool.patch              |  35 -------
 .../xorg-lib/libx11/no-host-libtool.patch          |  45 ++++++++
 meta/recipes-support/attr/attr.inc                 |   2 +-
 .../gpgme/0007-python-Add-variables-to-tests.patch |  24 +++--
 .../gpgme/{gpgme_1.13.0.bb => gpgme_1.13.1.bb}     |   4 +-
 31 files changed, 209 insertions(+), 212 deletions(-)
 create mode 100644 meta/recipes-connectivity/inetutils/inetutils/fix-buffer-fortify-tfpt.patch
 delete mode 100644 meta/recipes-devtools/llvm/llvm/0002-llvm-allow-env-override-of-exe-path.patch
 rename meta/recipes-devtools/llvm/llvm/{0001-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch => 0006-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch} (71%)
 create mode 100644 meta/recipes-devtools/llvm/llvm/0007-llvm-allow-env-override-of-exe-path.patch
 rename meta/recipes-devtools/python/{python-scons-native_3.0.5.bb => python-scons-native_3.1.0.bb} (100%)
 rename meta/recipes-devtools/python/{python-scons_3.0.5.bb => python-scons_3.1.0.bb} (79%)
 delete mode 100644 meta/recipes-devtools/python/python3-pbr_5.4.1.bb
 create mode 100644 meta/recipes-devtools/python/python3-pbr_5.4.2.bb
 create mode 100644 meta/recipes-extended/stress-ng/stress-ng/0001-bash-completion-remove-the-shebang-at-the-start.patch
 rename meta/recipes-gnome/libgudev/{libgudev_232.bb => libgudev_233.bb} (74%)
 rename meta/recipes-graphics/mesa/{libglu_9.0.0.bb => libglu_9.0.1.bb} (85%)
 rename meta/recipes-graphics/xorg-lib/{libx11-compose-data_1.6.7.bb => libx11-compose-data_1.6.8.bb} (84%)
 delete mode 100644 meta/recipes-graphics/xorg-lib/libx11/fix-libtool.patch
 create mode 100644 meta/recipes-graphics/xorg-lib/libx11/no-host-libtool.patch
 rename meta/recipes-support/gpgme/{gpgme_1.13.0.bb => gpgme_1.13.1.bb} (96%)

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


More information about the Openembedded-commits mailing list