[oe-commits] [openembedded-core] branch master-next updated (c6e151b -> e70a265)

git at git.openembedded.org git at git.openembedded.org
Wed Feb 6 16:29:24 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 c6e151b  archiver/package_rpm: Fix the worst src.rpm generation race
     new f54688e  mpfr: Upgrade to 4.0.2 release
     new 4b4303b  grub2: Disable address-of-packed-member warnings
     new e80641d  python3: upgrade to 3.7.2
     new 20eeb87  python3: delete old 3.5.6 version
     new e70a265  python: make the python 3.x version of 2to3 utility the default one

The 5 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/python3-dir.bbclass                   |   2 +-
 meta/classes/python3native.bbclass                 |   2 +
 meta/recipes-bsp/grub/grub2.inc                    |   2 +-
 ...usr-lib-termcap-to-linker-flags-to-avoid-.patch |  25 ++
 ...code-lib-as-location-for-site-packages-an.patch | 196 +++++++++++
 ...the-shell-version-of-python-config-that-w.patch |  25 +-
 ...e-use-qemu-wrapper-when-gathering-profile.patch |  25 ++
 ...ysconfig-append-STAGING_LIBDIR-python-sys.patch |  42 +++
 ...2-distutils-prefix-is-inside-staging-area.patch |  13 +-
 .../python3/avoid_warning_about_tkinter.patch      |  36 ++
 .../{python => python-sanity}/python3/cgi_py.patch |  15 +-
 .../python3/check_build_completeness.py            |  17 +
 .../python3/create_manifest3.py                    |   0
 .../python3/get_module_deps3.py                    |   0
 .../python3/python-config.patch                    |   0
 .../python3/python3-manifest.json                  |  56 ++--
 .../{python => python-sanity}/python3/run-ptest    |   0
 .../python-sanity/python3_3.7.2.bb                 | 284 ++++++++++++++++
 .../python/python/python2-manifest.json            |   2 +-
 .../python/python3-native_3.5.6.bb                 | 104 ------
 meta/recipes-devtools/python/python3.inc           |  43 ---
 ...-Use-_sysconfigdata.py-to-initialize-dist.patch |  66 ----
 ...-SSLContext-has-improved-default-settings.patch | 272 ---------------
 ...sue-13032-where-it-fails-with-UnicodeDeco.patch |  37 ---
 ...-cc_basename-to-replace-CC-for-checking-c.patch | 140 --------
 ...le-add-target-to-split-profile-generation.patch |  40 ---
 ...dd-TLS-1.3-cipher-suites-and-OP_NO_TLSv1_.patch | 227 -------------
 ...ixes-for-TLS-1.3-and-OpenSSL-1.1.1-GH-876.patch | 173 ----------
 ...TLS-1.3-ciphers-for-OpenSSL-1.1.1-GH-6976.patch | 110 -------
 ...0714-ALPN-changes-for-OpenSSL-1.1.0f-2305.patch |  68 ----
 .../python/python3/03-fix-tkinter-detection.patch  |  42 ---
 .../python/python3/030-fixup-include-dirs.patch    |  33 --
 .../python3/080-distutils-dont_adjust_files.patch  |  92 ------
 .../python/python3/130-readline-setup.patch        |  55 ----
 .../python/python3/150-fix-setupterm.patch         |  17 -
 ...-CFLAGS-for-extensions-when-cross-compili.patch |  56 ----
 .../python3/avoid-ncursesw-include-path.patch      |  21 --
 .../python3/avoid_warning_about_tkinter.patch      |  29 --
 .../python/python3/configure.ac-fix-LIBPL.patch    |  30 --
 .../python3/fix_for_using_different_libdir.patch   |  54 ---
 .../python/python3/float-endian.patch              | 212 ------------
 meta/recipes-devtools/python/python3/ftplib.patch  |  60 ----
 .../python3/host_include_contamination.patch       |  28 --
 ...ss-missing-libraries-to-Extension-for-mul.patch |  82 -----
 .../python/python3/python-3.3-multilib.patch       | 363 ---------------------
 ...-use-CROSSPYTHONPATH-for-PYTHON_FOR_BUILD.patch |  25 --
 .../python/python3/regen-all.patch                 |  25 --
 ...p.py-check-cross_compiling-when-get-FLAGS.patch |  50 ---
 .../python/python3/setuptweaks.patch               |  57 ----
 meta/recipes-devtools/python/python3/signal.patch  |  56 ----
 .../python/python3/sitecustomize.py                |  37 ---
 .../support_SOURCE_DATE_EPOCH_in_py_compile.patch  |  97 ------
 .../sysconfig.py-add-_PYTHON_PROJECT_SRC.patch     |  51 ---
 .../python/python3/sysroot-include-headers.patch   |  35 --
 .../tweak-MULTIARCH-for-powerpc-linux-gnuspe.patch |  52 ---
 .../tweak-MULTIARCH-for-powerpc-linux-musl.patch   |  40 ---
 .../python/python3/unixccompiler.patch             |  35 --
 meta/recipes-devtools/python/python3_3.5.6.bb      | 334 -------------------
 meta/recipes-devtools/python/python_2.7.15.bb      |   3 +
 .../0001-Fix-obsolete-ARC-asm-constraints.patch    |  45 ---
 meta/recipes-support/mpfr/mpfr_4.0.1.bb            |  19 --
 meta/recipes-support/mpfr/mpfr_4.0.2.bb            |  19 ++
 62 files changed, 701 insertions(+), 3475 deletions(-)
 create mode 100644 meta/recipes-devtools/python-sanity/python3/0001-Do-not-add-usr-lib-termcap-to-linker-flags-to-avoid-.patch
 create mode 100644 meta/recipes-devtools/python-sanity/python3/0001-Do-not-hardcode-lib-as-location-for-site-packages-an.patch
 rename meta/recipes-devtools/{python => python-sanity}/python3/0001-Do-not-use-the-shell-version-of-python-config-that-w.patch (56%)
 create mode 100644 meta/recipes-devtools/python-sanity/python3/0001-Makefile.pre-use-qemu-wrapper-when-gathering-profile.patch
 create mode 100644 meta/recipes-devtools/python-sanity/python3/0001-distutils-sysconfig-append-STAGING_LIBDIR-python-sys.patch
 rename meta/recipes-devtools/{python => python-sanity}/python3/12-distutils-prefix-is-inside-staging-area.patch (86%)
 create mode 100644 meta/recipes-devtools/python-sanity/python3/avoid_warning_about_tkinter.patch
 rename meta/recipes-devtools/{python => python-sanity}/python3/cgi_py.patch (64%)
 create mode 100755 meta/recipes-devtools/python-sanity/python3/check_build_completeness.py
 rename meta/recipes-devtools/{python => python-sanity}/python3/create_manifest3.py (100%)
 rename meta/recipes-devtools/{python => python-sanity}/python3/get_module_deps3.py (100%)
 rename meta/recipes-devtools/{python => python-sanity}/python3/python-config.patch (100%)
 rename meta/recipes-devtools/{python => python-sanity}/python3/python3-manifest.json (97%)
 rename meta/recipes-devtools/{python => python-sanity}/python3/run-ptest (100%)
 create mode 100644 meta/recipes-devtools/python-sanity/python3_3.7.2.bb
 delete mode 100644 meta/recipes-devtools/python/python3-native_3.5.6.bb
 delete mode 100644 meta/recipes-devtools/python/python3.inc
 delete mode 100644 meta/recipes-devtools/python/python3/0001-Issue-21272-Use-_sysconfigdata.py-to-initialize-dist.patch
 delete mode 100644 meta/recipes-devtools/python/python3/0001-Issue-28043-SSLContext-has-improved-default-settings.patch
 delete mode 100644 meta/recipes-devtools/python/python3/0001-h2py-Fix-issue-13032-where-it-fails-with-UnicodeDeco.patch
 delete mode 100644 meta/recipes-devtools/python/python3/0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch
 delete mode 100644 meta/recipes-devtools/python/python3/0002-Makefile-add-target-to-split-profile-generation.patch
 delete mode 100644 meta/recipes-devtools/python/python3/0002-bpo-29136-Add-TLS-1.3-cipher-suites-and-OP_NO_TLSv1_.patch
 delete mode 100644 meta/recipes-devtools/python/python3/0003-bpo-32947-Fixes-for-TLS-1.3-and-OpenSSL-1.1.1-GH-876.patch
 delete mode 100644 meta/recipes-devtools/python/python3/0004-bpo-33570-TLS-1.3-ciphers-for-OpenSSL-1.1.1-GH-6976.patch
 delete mode 100644 meta/recipes-devtools/python/python3/0005-bpo-30714-ALPN-changes-for-OpenSSL-1.1.0f-2305.patch
 delete mode 100644 meta/recipes-devtools/python/python3/03-fix-tkinter-detection.patch
 delete mode 100644 meta/recipes-devtools/python/python3/030-fixup-include-dirs.patch
 delete mode 100644 meta/recipes-devtools/python/python3/080-distutils-dont_adjust_files.patch
 delete mode 100644 meta/recipes-devtools/python/python3/130-readline-setup.patch
 delete mode 100644 meta/recipes-devtools/python/python3/150-fix-setupterm.patch
 delete mode 100644 meta/recipes-devtools/python/python3/Use-correct-CFLAGS-for-extensions-when-cross-compili.patch
 delete mode 100644 meta/recipes-devtools/python/python3/avoid-ncursesw-include-path.patch
 delete mode 100644 meta/recipes-devtools/python/python3/avoid_warning_about_tkinter.patch
 delete mode 100644 meta/recipes-devtools/python/python3/configure.ac-fix-LIBPL.patch
 delete mode 100644 meta/recipes-devtools/python/python3/fix_for_using_different_libdir.patch
 delete mode 100644 meta/recipes-devtools/python/python3/float-endian.patch
 delete mode 100644 meta/recipes-devtools/python/python3/ftplib.patch
 delete mode 100644 meta/recipes-devtools/python/python3/host_include_contamination.patch
 delete mode 100644 meta/recipes-devtools/python/python3/pass-missing-libraries-to-Extension-for-mul.patch
 delete mode 100644 meta/recipes-devtools/python/python3/python-3.3-multilib.patch
 delete mode 100644 meta/recipes-devtools/python/python3/python3-use-CROSSPYTHONPATH-for-PYTHON_FOR_BUILD.patch
 delete mode 100644 meta/recipes-devtools/python/python3/regen-all.patch
 delete mode 100644 meta/recipes-devtools/python/python3/setup.py-check-cross_compiling-when-get-FLAGS.patch
 delete mode 100644 meta/recipes-devtools/python/python3/setuptweaks.patch
 delete mode 100644 meta/recipes-devtools/python/python3/signal.patch
 delete mode 100644 meta/recipes-devtools/python/python3/sitecustomize.py
 delete mode 100644 meta/recipes-devtools/python/python3/support_SOURCE_DATE_EPOCH_in_py_compile.patch
 delete mode 100644 meta/recipes-devtools/python/python3/sysconfig.py-add-_PYTHON_PROJECT_SRC.patch
 delete mode 100644 meta/recipes-devtools/python/python3/sysroot-include-headers.patch
 delete mode 100644 meta/recipes-devtools/python/python3/tweak-MULTIARCH-for-powerpc-linux-gnuspe.patch
 delete mode 100644 meta/recipes-devtools/python/python3/tweak-MULTIARCH-for-powerpc-linux-musl.patch
 delete mode 100644 meta/recipes-devtools/python/python3/unixccompiler.patch
 delete mode 100644 meta/recipes-devtools/python/python3_3.5.6.bb
 delete mode 100644 meta/recipes-support/mpfr/mpfr/0001-Fix-obsolete-ARC-asm-constraints.patch
 delete mode 100644 meta/recipes-support/mpfr/mpfr_4.0.1.bb
 create mode 100644 meta/recipes-support/mpfr/mpfr_4.0.2.bb

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


More information about the Openembedded-commits mailing list