[oe-commits] [openembedded-core] branch master-next updated (d5ddb66 -> 20c6dc5)

git at git.openembedded.org git at git.openembedded.org
Thu Feb 7 17:10:41 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 d5ddb66  python: make the python 3.x version of 2to3 utility the default one
     new d0a5ea8  libva: upgrade 2.3.0 -> 2.4.0
     new b6d73ae  wayland-protocols: upgrade 1.16 -> 1.17
     new 1f4aa55  libva-utils: upgrade 2.3.0 -> 2.4.0
     new 76ba832  openssl10: Fix mutliple include assumptions for bn.h in opensslconf.h
     new 32dc838  python3: forward-port a few patches from 3.5.6
     new 23b749e  opkg: add --ignore-recommends flag
     new 832b6ad  libsolv: fix segfault when using SOLVER_DISFAVOR
     new e43f6c3  OpkgPM: use --add-ignore-recommends to process BAD_RECOMMENDATIONS
     new 20c6dc5  python3: tweaks to achieve 100% pass rate in ptest

The 9 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/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 +
 ...ysconfig-append-STAGING_LIBDIR-python-sys.patch |   2 +-
 ...cc_basename-to-replace-CC-for-checking-c.patch} | 114 ++++-----
 ...-do-runtime-test-to-get-float-byte-order.patch} |  55 ++---
 ...s-missing-libraries-to-Extension-for-mul.patch} |  30 ++-
 ...2-distutils-prefix-is-inside-staging-area.patch |   2 +-
 .../python-sanity/python3/python3-manifest.json    |   4 +-
 .../python-sanity/python3_3.7.2.bb                 |   5 +-
 ...e-only-disfavor-recommends-if-there-are-a.patch |  33 +++
 meta/recipes-extended/libsolv/libsolv_0.7.3.bb     |   4 +-
 .../{libva-utils_2.3.0.bb => libva-utils_2.4.0.bb} |   6 +-
 .../libva/{libva_2.3.0.bb => libva_2.4.0.bb}       |   4 +-
 ...protocols_1.16.bb => wayland-protocols_1.17.bb} |   4 +-
 18 files changed, 440 insertions(+), 160 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
 copy meta/recipes-devtools/{python/python/0001-python2-use-cc_basename-to-replace-CC-for-checking-c.patch => python-sanity/python3/0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch} (51%)
 copy meta/recipes-devtools/{python/python/float-endian.patch => python-sanity/python3/0002-Don-t-do-runtime-test-to-get-float-byte-order.patch} (76%)
 copy meta/recipes-devtools/{python/python/pass-missing-libraries-to-Extension-for-mul.patch => python-sanity/python3/0003-setup.py-pass-missing-libraries-to-Extension-for-mul.patch} (77%)
 create mode 100644 meta/recipes-extended/libsolv/libsolv/0001-solver_solve-only-disfavor-recommends-if-there-are-a.patch
 rename meta/recipes-graphics/libva/{libva-utils_2.3.0.bb => libva-utils_2.4.0.bb} (83%)
 rename meta/recipes-graphics/libva/{libva_2.3.0.bb => libva_2.4.0.bb} (92%)
 rename meta/recipes-graphics/wayland/{wayland-protocols_1.16.bb => wayland-protocols_1.17.bb} (86%)

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


More information about the Openembedded-commits mailing list