[oe-commits] [openembedded-core] branch pyro-next updated (fe793ed -> b1cd9fc)

git at git.openembedded.org git at git.openembedded.org
Fri Mar 16 04:31:46 UTC 2018


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

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

 discard fe793ed  world-broken.inc: blacklist portmap on musl
 discard 784afd6  uninative: Add compatiblity version check
 discard d2d84b8  yocto-uninative: Upgrade to 1.8 version with glibc 2.27
 discard 1a30a9c  unfs3: Fix libtirpc usage for unfs3-native version
 discard 177a8d7  libtirpc: Extend to native and nativesdk recipes
 discard 429e364  libtirpc: stop dropping in NIS headers
 discard 10022dd  libtirpc: upgrade to 1.0.2
 discard 832c800  libtirpc: Fix CVE-2017-8779
 discard 2c4e0a0  libtirpc: Fix build error due to missing stdint.h> include
 discard 307d4de  libtirpc: Enable des APIs for musl
 discard 4eddc98  libtirpc: Expose key_secretkey_is_set API
 discard 4bbe857  libtirpc: Backport fixes from 1.0.2rc3
 discard 4663ff3  unfs3: Fix build with musl
     add d31ee3e  libtirpc: Backport fixes from 1.0.2rc3
     add 103a41f  libtirpc: Expose key_secretkey_is_set API
     add 8264826  libtirpc: Enable des APIs for musl
     add d8842e8  libtirpc: Fix build error due to missing stdint.h> include
     add bb6af5f  libtirpc: Fix CVE-2017-8779
     add 4586a66  libtirpc: upgrade to 1.0.2
     add e58b420  libtirpc: stop dropping in NIS headers
     add 9f6820a  libtirpc: Extend to native and nativesdk recipes
     add f5992ee  unfs3: Fix build with musl
     add 2b0617e  unfs3: Fix libtirpc usage for unfs3-native version
     add f200649  yocto-uninative: Upgrade to 1.8 version with glibc 2.27
     add 8147911  uninative: Add compatiblity version check
     add 5e4b487  world-broken.inc: blacklist portmap on musl
     new ee6d88f  default-distrovars: don't rename locales for nativesdk
     new a2b9165  glibc: don't use host locales in nativesdk
     new f92515e  glibc: relocate locale paths in nativesdk
     new 21d2900  sdk: install specified locales into SDK
     new fd19ebb  sdk: only install locales if we're using glibc
     new 2533127  populate_sdk: install UTF-8 locales in SDKs
     new 6d675a9  populate_sdk_base: depend on nativesdk-glibc-locale
     new b3c5cde  sdk: generate locale archive and remove packages
     new 3c142b9  package_manager: improve install_complementary
     new 71a70b1  package-manager: add install_glob()
     new b1cd9fc  cross-localedef-native: add way to specify which locale archive to write

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   (fe793ed)
            \
             N -- N -- N   refs/heads/pyro-next (b1cd9fc)

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 11 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.25.bb           |  1 +
 meta/recipes-core/glibc/glibc/archive-path.patch   | 39 ++++++++++++
 .../glibc/glibc/relocate-locales.patch             | 55 +++++++++++++++++
 meta/recipes-core/glibc/glibc_2.25.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