[oe-commits] [openembedded-core] branch master updated (416a8c2 -> 2af01bb)

git at git.openembedded.org git at git.openembedded.org
Fri Jul 6 21:55:29 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 416a8c2  git: 2.16.1 -> 2.18.0
     add 8fb143f  mesa: patch cleanup
     add 0ab4fc8  diffutils-ptest: add runtime dependency on make
     new 147da8f  util-linux.inc: add fallocate & unshare to alternatives
     new 67ae24d  python-numpy: set CLEANBROKEN
     new b805cef  distutils: clean the build tree in do_configure
     new 65b86e8  curl: support mbedtls in PACKAGECONFIG
     new f0ad38d  nss: update to 3.38
     new d942ec4  cmake: Update 3.10.3 -> 3.11.4
     new db6ce9d  patch: Jail patch_task_patch_prefunc in classes/patch into the workdir
     new f7c703d  buildtools-tarball: add nativesdk-libnss-nis
     new 5646516  musl: Upgrade to latest
     new c1f18ef  ca-certificates: avoid using += with an over-ride
     new 74e8770  quilt.inc: avoid using += with an over-ride (drop unmaintained darwin support)
     new 0b0c294  quilt.inc: minor recipe formatting tweaks
     new fd18ddb  testsdk.bbclass: set PREMIRRORS for kernel to speed up test
     new 6c1e880  meson: send user to our wiki instead of Meson bug system
     new 2373443  meson: map mipsel TARGET_ARCH to mips for the cross file
     new 87e38f0  setuptools.bbclass: depend on python-setuptools
     new 2af01bb  distro_alias: remove obsolete python-distribute entry

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/distutils3.bbclass                    |   8 +-
 meta/classes/meson.bbclass                         |   2 +
 meta/classes/patch.bbclass                         |   2 +-
 meta/classes/setuptools.bbclass                    |   2 +-
 meta/classes/testsdk.bbclass                       |   1 +
 meta/conf/distro/include/distro_alias.inc          |   2 -
 meta/recipes-core/meta/buildtools-tarball.bb       |   1 +
 meta/recipes-core/musl/musl_git.bb                 |   2 +-
 meta/recipes-core/util-linux/util-linux.inc        |   4 +-
 ...ake-native_3.10.3.bb => cmake-native_3.11.4.bb} |   4 +-
 meta/recipes-devtools/cmake/cmake.inc              |  21 +-
 ...oost-1.66.0-dependency-and-release-update.patch |  52 ----
 ...ix-incorrect-alphabetisation-of-headers-l.patch |  29 --
 .../0001-cmake-Prevent-the-detection-of-Qt5.patch  | 122 +++++++++
 ...mplement-Architecture-and-Address-Model-t.patch | 132 ---------
 ...pport-OpenEmbedded-Qt4-tool-binary-names.patch} |  15 +-
 ...ntly-if-system-Qt-installation-is-broken.patch} |  13 +-
 ...earch-for-upstream-packaged-libs-next-to-.patch |  31 ---
 ...of-ext2fs-ext2_fs.h-by-cmake-s-internal-.patch} |  18 +-
 ...enerate-imported-targets-for-future-Boost.patch |  35 ---
 ...005-FindBoost-support-OPTIONAL_COMPONENTS.patch |  42 ---
 ...dd-support-for-Boost-1.67-with-Python-ver.patch | 296 ---------------------
 .../cmake/cmake-Prevent-the-detection-of-Qt5.patch | 215 ---------------
 .../cmake/{cmake_3.10.3.bb => cmake_3.11.4.bb}     |   0
 .../meson/meson/validate-cpu.patch                 |   4 +-
 .../recipes-devtools/python-numpy/python-numpy.inc |   2 +
 meta/recipes-devtools/quilt/quilt.inc              |  29 +-
 meta/recipes-extended/diffutils/diffutils_3.6.bb   |   2 +
 ...lkan.am-explictly-add-lib-expat-to-intel-.patch |  46 ----
 .../0007-dri-i965-Add-missing-time.h-include.patch |   2 +-
 meta/recipes-graphics/mesa/mesa_18.1.3.bb          |   1 -
 .../ca-certificates/ca-certificates_20170717.bb    |   1 -
 meta/recipes-support/curl/curl_7.60.0.bb           |   1 +
 ...-Build-FStar.c-when-not-building-with-int.patch | 112 --------
 .../nss/{nss_3.37.1.bb => nss_3.38.bb}             |   5 +-
 35 files changed, 201 insertions(+), 1053 deletions(-)
 rename meta/recipes-devtools/cmake/{cmake-native_3.10.3.bb => cmake-native_3.11.4.bb} (90%)
 delete mode 100644 meta/recipes-devtools/cmake/cmake/0001-FindBoost-Boost-1.66.0-dependency-and-release-update.patch
 delete mode 100644 meta/recipes-devtools/cmake/cmake/0001-FindBoost-Fix-incorrect-alphabetisation-of-headers-l.patch
 create mode 100644 meta/recipes-devtools/cmake/cmake/0001-cmake-Prevent-the-detection-of-Qt5.patch
 delete mode 100644 meta/recipes-devtools/cmake/cmake/0002-FindBoost-Implement-Architecture-and-Address-Model-t.patch
 rename meta/recipes-devtools/cmake/cmake/{support-oe-qt4-tools-names.patch => 0002-cmake-support-OpenEmbedded-Qt4-tool-binary-names.patch} (87%)
 rename meta/recipes-devtools/cmake/cmake/{qt4-fail-silent.patch => 0003-Fail-silently-if-system-Qt-installation-is-broken.patch} (84%)
 delete mode 100644 meta/recipes-devtools/cmake/cmake/0003-FindBoost-Search-for-upstream-packaged-libs-next-to-.patch
 rename meta/recipes-devtools/cmake/cmake/{cmlibarchive-disable-ext2fs.patch => 0004-Disable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal-.patch} (58%)
 delete mode 100644 meta/recipes-devtools/cmake/cmake/0004-FindBoost-Generate-imported-targets-for-future-Boost.patch
 delete mode 100644 meta/recipes-devtools/cmake/cmake/0005-FindBoost-support-OPTIONAL_COMPONENTS.patch
 delete mode 100644 meta/recipes-devtools/cmake/cmake/0006-FindBoost-Add-support-for-Boost-1.67-with-Python-ver.patch
 delete mode 100644 meta/recipes-devtools/cmake/cmake/cmake-Prevent-the-detection-of-Qt5.patch
 rename meta/recipes-devtools/cmake/{cmake_3.10.3.bb => cmake_3.11.4.bb} (100%)
 delete mode 100644 meta/recipes-graphics/mesa/files/0001-Makefile.vulkan.am-explictly-add-lib-expat-to-intel-.patch
 delete mode 100644 meta/recipes-support/nss/nss/0001-Bug-1432455-Build-FStar.c-when-not-building-with-int.patch
 rename meta/recipes-support/nss/{nss_3.37.1.bb => nss_3.38.bb} (97%)

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


More information about the Openembedded-commits mailing list