[oe-commits] [openembedded-core] branch morty-next updated (ccdcf1c -> aed28cf)

git at git.openembedded.org git at git.openembedded.org
Fri Mar 16 20:12:56 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a change to branch morty-next
in repository openembedded-core.

 discard ccdcf1c  world-broken.inc: blacklist portmap on musl
 discard 62c8fab  uninative: Add compatiblity version check
 discard 312568a  yocto-uninative: Upgrade to 1.8 version with glibc 2.27
 discard ee046d0  unfs3: Fix libtirpc usage for unfs3-native version
 discard 2567af8  libtirpc: Extend to native and nativesdk recipes
 discard 9d91563  libtirpc: stop dropping in NIS headers
 discard c8f5c67  libtirpc: upgrade to 1.0.2
 discard 8611013  libtirpc: Fix CVE-2017-8779
 discard c1dd2d8  libtirpc: Fix build error due to missing stdint.h> include
 discard 15e86bb  libtirpc: Enable des APIs for musl
 discard 4357ed2  libtirpc: Expose key_secretkey_is_set API
 discard cd25099  libtirpc: Backport fixes from 1.0.2rc3
 discard 76b08ab  unfs3: Fix build with musl
     add 387cd21  libtirpc: Backport fixes from 1.0.2rc3
     add 36f9db4  libtirpc: Expose key_secretkey_is_set API
     add f77f93f  libtirpc: Enable des APIs for musl
     add fad9732  libtirpc: Fix build error due to missing stdint.h> include
     add 19faff7  libtirpc: Fix CVE-2017-8779
     add fa997ff  libtirpc: upgrade to 1.0.2
     add cc20757  libtirpc: stop dropping in NIS headers
     add b7b22cb  libtirpc: Extend to native and nativesdk recipes
     add 62552a7  unfs3: Fix build with musl
     add 955c485  unfs3: Fix libtirpc usage for unfs3-native version
     add 922dae3  yocto-uninative: Upgrade to 1.8 version with glibc 2.27
     add 676d4d9  uninative: Add compatiblity version check
     add ceeda7a  world-broken.inc: blacklist portmap on musl
     new f782786  default-distrovars: don't rename locales for nativesdk
     new fb11548  glibc: don't use host locales in nativesdk
     new 5889e87  glibc: relocate locale paths in nativesdk
     new af24c71  sdk: install specified locales into SDK
     new fb0b40a  sdk: only install locales if we're using glibc
     new afac184  populate_sdk: install UTF-8 locales in SDKs
     new dc5f0b0  populate_sdk_base: depend on nativesdk-glibc-locale
     new 780cf5a  sdk: generate locale archive and remove packages
     new 323d433  package_manager: improve install_complementary
     new e05a0a4  package-manager: add install_glob()
     new 1ffbaf4  cross-localedef-native: add way to specify which locale archive to write
     new aed28cf  sdk: streamline locale removal

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ccdcf1c)
            \
             N -- N -- N   refs/heads/morty-next (aed28cf)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 12 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/populate_sdk_base.bbclass             |  6 +-
 meta/classes/populate_sdk_ext.bbclass              |  3 +-
 meta/conf/distro/include/default-distrovars.inc    |  1 +
 meta/lib/oe/package_manager.py                     | 27 +++++++-
 meta/lib/oe/sdk.py                                 | 72 ++++++++++++++++++++++
 .../glibc/cross-localedef-native_2.24.bb           |  1 +
 meta/recipes-core/glibc/glibc/archive-path.patch   | 39 ++++++++++++
 .../glibc/glibc/relocate-locales.patch             | 55 +++++++++++++++++
 meta/recipes-core/glibc/glibc_2.24.bb              |  7 +--
 meta/recipes-core/meta/buildtools-tarball.bb       |  1 -
 10 files changed, 201 insertions(+), 11 deletions(-)
 create mode 100644 meta/recipes-core/glibc/glibc/archive-path.patch
 create mode 100644 meta/recipes-core/glibc/glibc/relocate-locales.patch

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


More information about the Openembedded-commits mailing list