[oe-commits] [openembedded-core] branch master-next updated (b47df70 -> de8020a)

git at git.openembedded.org git at git.openembedded.org
Mon Aug 13 14:01:38 UTC 2018


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

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

 discard b47df70  selftest/package: Add test to ensure sparse files are preserved
 discard 13f3ecc  package: Fix file copying to preserve sparse files
 discard 3195cea  xf86-video-intel: Fix for glibc
 discard 35e73c1  screen: Add virtual/crypt dependency
 discard 99bf899  glibc: Add make-native depends
 discard 45b2683  kernel-yocto.bbclass: Adds oe-local-files path (devtool) to include directives
 discard 41e1d5d  sysvinit: Fix build with glibc 2.28 + libxcrypt
 discard e206035  ppp, libpam: Add missing dep on virtual/crypt
 discard 148fcd1  glibc: Disable crypt support in glibc
 discard 2c29d63  libxcrypt: Upgrade to 4.1.1
 discard f02f6b8  libxcrypt: Provide virtual/crypt for target and native as well
 discard ac1a05d  cross-localedef-native: Update to build with glibc 2.28
 discard 784e397  glibc: Upgrade to 2.28
 discard cbeeecf  base-files: fix handling of resize
 discard ecf8470  busybox: move init related configs to init.cfg
 discard b4a1cc1  libxml2: Fix CVE-2018-14404
 discard 80f3dd3  curl: support multilib installation of curl-config
 discard 65690f8  perf: fail if src path does not exist
 discard 653bf10  multilib-script: Fix ALTERNATIVE_${PN} overwrite issue
 discard 3278071  libjpeg-turbo: fix timezone of reproducible build timestamp
 discard 342f1c3  devtool-source.bbclass: Support kernel-fragments/patch not in SRC_URI
 discard 54d1103  oe-selftest: quick hack to test
     new fd4f61b  devtool-source.bbclass: Support kernel-fragments/patch not in SRC_URI
     new 253ab40  kernel-yocto.bbclass: Adds oe-local-files path (devtool) to include directives
     new 1d3458c  libjpeg-turbo: fix timezone of reproducible build timestamp
     new de56eb3  multilib-script: Fix ALTERNATIVE_${PN} overwrite issue
     new f7ee989  curl: support multilib installation of curl-config
     new 8ffe08c  libxml2: Fix CVE-2018-14404
     new 1afe598  busybox: move init related configs to init.cfg
     new 6a8d3db  base-files: fix handling of resize
     new eacf40d  glibc: Upgrade to 2.28
     new 909539b  cross-localedef-native: Update to build with glibc 2.28
     new 3fd99d5  libxcrypt: Provide virtual/crypt for target and native as well
     new 8e35a77  libxcrypt: Upgrade to 4.1.1
     new c9ee65e  glibc: Disable crypt support in glibc
     new 4f994cd  ppp, libpam: Add missing dep on virtual/crypt
     new d722097  sysvinit: Fix build with glibc 2.28 + libxcrypt
     new 34d4569  oe-selftest: quick hack to test
     new d1ffb81  glibc: Add make-native depends
     new 00d99f1  screen: Add virtual/crypt dependency
     new e51ef59  xf86-video-intel: Fix for glibc
     new 96099a8  package: Fix file copying to preserve sparse files
     new 20e7958  selftest/package: Add test to ensure sparse files are preserved
     new b4b893f  image: Add locale archive optimisation
     new 0a520ba  glibc: Fix locale archive path patch
     new 74172e3  libevent: fix the multilib header conflict
     new f415f52  nspr: fix script conflict for multilib
     new 94f1c36  mobile-broadband-provider-info: fix .pc file conflict
     new 4984bba  man-db: add volatile configuration file for sysvinit
     new f77062c  man-db: rdepend on base-passwd to ensure installation order
     new 42e57f1  parselogs.py: output correct log location
     new b499219  perf: fail if src path does not exist
     new de8020a  devtool: Use ConfigParser instead of SafeConfigParser

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   (b47df70)
            \
             N -- N -- N   refs/heads/master-next (de8020a)

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 31 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/image.bbclass                         |  2 +-
 meta/lib/oe/package_manager.py                     | 49 ++++++++++++++++++++
 meta/lib/oe/sdk.py                                 | 45 +-----------------
 meta/lib/oeqa/runtime/cases/parselogs.py           |  4 +-
 .../multilibfix.patch                              | 17 +++++++
 .../mobile-broadband-provider-info_git.bb          |  4 +-
 ...dd-to-archive-uses-a-hard-coded-locale-pa.patch | 54 ++++++++++++++++++----
 meta/recipes-extended/man-db/files/99_mandb        |  1 +
 meta/recipes-extended/man-db/man-db_2.8.3.bb       | 13 +++++-
 .../xorg-driver/xf86-video-intel/glibc.patch       | 13 ++++++
 meta/recipes-kernel/perf/perf.bb                   |  2 +-
 meta/recipes-support/libevent/libevent_2.1.8.bb    |  6 ++-
 meta/recipes-support/nspr/nspr_4.19.bb             |  4 +-
 scripts/devtool                                    |  2 +-
 14 files changed, 155 insertions(+), 61 deletions(-)
 create mode 100644 meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info/multilibfix.patch
 create mode 100644 meta/recipes-extended/man-db/files/99_mandb

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


More information about the Openembedded-commits mailing list