[oe-commits] [openembedded-core] branch master-next updated (96decf6 -> a424ca2)

git at git.openembedded.org git at git.openembedded.org
Wed Aug 7 18:43:43 UTC 2019


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 96decf6  waffle: upgrade 1.5.2 -> 1.6.0
     new 67dfa11  grub: add grub-native
     new 3c08b63  mesa,llvm,meson: Update llvm to 8.0.1 plus define and use LLVM version globally
     new 83ffc20  python3-pbr:upgrade 5.4.1 -> 5.4.2
     new 322ff31  python-scons:upgrade 3.0.5 -> 3.1.0
     new 466bc8f  libgudev:upgrade 232 -> 233
     new 0c3a125  inetutils: Fix abort on invalid files
     new 3afee08  libglu:upgrade 9.0.0 -> 9.0.1
     new 72e6919  libx11-compose-data: upgrade 1.6.7 -> 1.6.8
     new d868214  insane.bbclass: in file-rdeps do not look into RDEPENDS recursively
     new 07b0ff3  stress-ng: add a patch to remove unneeded bash dependency
     new 8778f47  elfutils: use PRIVATE_LIBS for the ptest package
     new 9916429  apt: add a missing perl runtime dependency
     new ef0da27  attr: add a missing perl runtime dependency
     new c144d6a  ofono: correct the python3 runtime dependency
     new df09fee  bluez5: correct the python3 runtime dependency
     new 8fa6e49  gpgme:upgrade 1.13.0 -> 1.13.1
     new a424ca2  libx11: replace libtool patch with upstreamed patch

The 17 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/insane.bbclass                        |  18 ----
 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 +-
 32 files changed, 209 insertions(+), 230 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