[oe-commits] [openembedded-core] branch master updated (59986a8 -> 06ffe90)

git at git.openembedded.org git at git.openembedded.org
Fri Feb 8 10:57:43 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 59986a8  maintainers: update Bruce Ashfield's email address
     new 02714c1  python3: upgrade to 3.7.2
     new 98ba7ba  python: make the python 3.x version of 2to3 utility the default one
     new 22f4f1e  python3: tweaks to achieve 100% pass rate in ptest
     new f787b0b  openssl10: Fix mutliple include assumptions for bn.h in opensslconf.h
     new 788d97b  opkg: add --ignore-recommends flag
     new d3ee068  libsolv: fix segfault when using SOLVER_DISFAVOR
     new 0d11e81  OpkgPM: use --add-ignore-recommends to process BAD_RECOMMENDATIONS
     new 06ffe90  maintainers.inc: replace Changhyeok Bae's @lge email address with a personal one

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/python3-dir.bbclass                   |   2 +-
 meta/classes/python3native.bbclass                 |   2 +
 meta/conf/distro/include/maintainers.inc           |  16 +-
 meta/lib/oe/package_manager.py                     |  41 +--
 meta/lib/oe/rootfs.py                              |   2 -
 .../openssl10/0001-Fix-BN_LLONG-breakage.patch     |  33 ++
 .../openssl/openssl10_1.0.2q.bb                    |   1 +
 ...-libopkg-add-add-ignore-recommends-option.patch | 259 +++++++++++++++
 meta/recipes-devtools/opkg/opkg_0.4.0.bb           |   1 +
 .../python/python/python2-manifest.json            |   2 +-
 .../python/python3-native_3.5.6.bb                 | 104 ------
 meta/recipes-devtools/python/python3.inc           |  43 ---
 ...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 +-
 ...-Use-_sysconfigdata.py-to-initialize-dist.patch |  66 ----
 ...-SSLContext-has-improved-default-settings.patch | 272 ---------------
 ...e-use-qemu-wrapper-when-gathering-profile.patch |  25 ++
 ...ysconfig-append-STAGING_LIBDIR-python-sys.patch |  42 +++
 ...sue-13032-where-it-fails-with-UnicodeDeco.patch |  37 ---
 ...-cc_basename-to-replace-CC-for-checking-c.patch |  50 +--
 ...-do-runtime-test-to-get-float-byte-order.patch} |  35 +-
 ...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 ----------
 ...s-missing-libraries-to-Extension-for-mul.patch} |  28 +-
 ...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 ------
 ...2-distutils-prefix-is-inside-staging-area.patch |  13 +-
 .../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      |  27 +-
 meta/recipes-devtools/python/python3/cgi_py.patch  |  15 +-
 .../python/python3/check_build_completeness.py     |  17 +
 .../python/python3/configure.ac-fix-LIBPL.patch    |  30 --
 .../python3/fix_for_using_different_libdir.patch   |  54 ---
 meta/recipes-devtools/python/python3/ftplib.patch  |  60 ----
 .../python3/host_include_contamination.patch       |  28 --
 .../python/python3/python-3.3-multilib.patch       | 363 ---------------------
 .../python/python3/python3-manifest.json           |  58 ++--
 ...-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/python3_3.7.2.bb      | 287 ++++++++++++++++
 meta/recipes-devtools/python/python_2.7.15.bb      |   3 +
 ...e-only-disfavor-recommends-if-there-are-a.patch |  33 ++
 meta/recipes-extended/libsolv/libsolv_0.7.3.bb     |   4 +-
 62 files changed, 1045 insertions(+), 3082 deletions(-)
 create mode 100644 meta/recipes-connectivity/openssl/openssl10/0001-Fix-BN_LLONG-breakage.patch
 create mode 100644 meta/recipes-devtools/opkg/opkg/0001-libopkg-add-add-ignore-recommends-option.patch
 delete mode 100644 meta/recipes-devtools/python/python3-native_3.5.6.bb
 delete mode 100644 meta/recipes-devtools/python/python3.inc
 create mode 100644 meta/recipes-devtools/python/python3/0001-Do-not-add-usr-lib-termcap-to-linker-flags-to-avoid-.patch
 create mode 100644 meta/recipes-devtools/python/python3/0001-Do-not-hardcode-lib-as-location-for-site-packages-an.patch
 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
 create mode 100644 meta/recipes-devtools/python/python3/0001-Makefile.pre-use-qemu-wrapper-when-gathering-profile.patch
 create mode 100644 meta/recipes-devtools/python/python3/0001-distutils-sysconfig-append-STAGING_LIBDIR-python-sys.patch
 delete mode 100644 meta/recipes-devtools/python/python3/0001-h2py-Fix-issue-13032-where-it-fails-with-UnicodeDeco.patch
 rename meta/recipes-devtools/python/python3/{float-endian.patch => 0002-Don-t-do-runtime-test-to-get-float-byte-order.patch} (92%)
 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
 rename meta/recipes-devtools/python/python3/{pass-missing-libraries-to-Extension-for-mul.patch => 0003-setup.py-pass-missing-libraries-to-Extension-for-mul.patch} (78%)
 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
 create mode 100755 meta/recipes-devtools/python/python3/check_build_completeness.py
 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/ftplib.patch
 delete mode 100644 meta/recipes-devtools/python/python3/host_include_contamination.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
 create mode 100644 meta/recipes-devtools/python/python3_3.7.2.bb
 create mode 100644 meta/recipes-extended/libsolv/libsolv/0001-solver_solve-only-disfavor-recommends-if-there-are-a.patch

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


More information about the Openembedded-commits mailing list