[oe-commits] [openembedded-core] branch master-next updated (f9be358 -> ec94ff5)

git at git.openembedded.org git at git.openembedded.org
Sat Mar 7 16:07:46 UTC 2020


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 f9be358  files/toolchain-shar-extract.sh: Rework PATH cleaning
 discard 65fc7ab  make: Fix build on arm/clang
 discard 1949a40  openssl: recommend cryptodev-module for corresponding PACKAGECONFIG
 discard 143c743  populate_sdk_ext: add option to append lines into local.conf
 discard 8322e64  libuv: move from meta-oe to core for bind update
 discard 4fd7196  test
 discard 3c96865  qemuarm64: Add -machine gic-version=3 with kvm
 discard c8aab6a  HACK: extra debug
 discard dcbe2c3  rootfs-postcommands: Remove spaces before ; in -ROOTFS_..._COMMAND
 discard 3efc0bc  sstatesig: Log timestamps for hashequiv in reprodubile builds
 discard 7fa1ba0  HACK: signing: Add extra test debug
     new 1478cf0  HACK: signing: Add extra test debug
     new 24a5034  rootfs-postcommands: Remove spaces before ; in -ROOTFS_..._COMMAND
     new cc79e63  qemuarm64: Add -machine gic-version=3 with kvm
     new 32a65c4  openssl: recommend cryptodev-module for corresponding PACKAGECONFIG
     new ab75a6c  make: Fix build on arm/clang
     new 7cbac66  openssl: fix perl shebang in c_rehash
     new 5476b20  xserver-xorg: make manpage mutlilib identical
     new a4e5ff3  xinit: make manpages multilib identical
     new 16d57f9  groff: Make manpages binary identical
     new aa81bbd  runqemu: support multiple NICs
     new bef44fc  files/toolchain-shar-extract.sh: Rework PATH cleaning
     new 4184b6b  nss: Move to meta-oe
     new ec94ff5  nspr: Move to meta-oe

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

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 13 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/buildhistory.bbclass                  |   4 +-
 meta/classes/populate_sdk_ext.bbclass              |  12 +-
 meta/conf/distro/include/maintainers.inc           |   3 -
 meta/lib/oe/sstatesig.py                           |   4 -
 meta/recipes-connectivity/libuv/libuv_1.34.2.bb    |  19 --
 .../recipes-connectivity/openssl/openssl_1.1.1d.bb |   2 +-
 .../0001-Make-manpages-mulitlib-identical.patch    |  27 ++
 meta/recipes-extended/groff/groff_1.22.4.bb        |   1 +
 .../0001-Make-manpage-multilib-identical.patch     |  28 +++
 meta/recipes-graphics/xorg-app/xinit_1.4.1.bb      |   2 +
 .../recipes-graphics/xorg-xserver/xserver-xorg.inc |   1 +
 .../nspr/nspr/0001-md-Fix-build-with-musl.patch    |  31 ---
 .../nspr/nspr/0002-Add-nios2-support.patch         | 102 --------
 ...e.in-remove-_BUILD_STRING-and-_BUILD_TIME.patch | 103 --------
 .../nspr/nspr/fix-build-on-x86_64.patch            |  52 ----
 meta/recipes-support/nspr/nspr/nspr.pc.in          |  11 -
 .../nspr/nspr/remove-rpath-from-tests.patch        |  26 --
 .../nspr/remove-srcdir-from-configure-in.patch     |  19 --
 meta/recipes-support/nspr/nspr_4.25.bb             | 197 ---------------
 ...a-configure-option-to-disable-ARM-HW-cryp.patch |  52 ----
 .../nss/0001-nss-fix-support-cross-compiling.patch |  48 ----
 meta/recipes-support/nss/nss/blank-cert9.db        | Bin 28672 -> 0 bytes
 meta/recipes-support/nss/nss/blank-key4.db         | Bin 36864 -> 0 bytes
 .../nss/nss/disable-Wvarargs-with-clang.patch      |  33 ---
 .../nss/nss-fix-incorrect-shebang-of-perl.patch    | 110 ---------
 .../nss/nss/nss-fix-nsinstall-build.patch          |  36 ---
 .../nss/nss/nss-no-rpath-for-cross-compiling.patch |  26 --
 meta/recipes-support/nss/nss/nss.pc.in             |  11 -
 .../recipes-support/nss/nss/pqg.c-ULL_addend.patch |  23 --
 meta/recipes-support/nss/nss/signlibs.sh           |  20 --
 meta/recipes-support/nss/nss/system-pkcs11.txt     |   5 -
 meta/recipes-support/nss/nss_3.50.bb               | 273 ---------------------
 scripts/runqemu                                    |   2 +-
 33 files changed, 64 insertions(+), 1219 deletions(-)
 delete mode 100644 meta/recipes-connectivity/libuv/libuv_1.34.2.bb
 create mode 100644 meta/recipes-extended/groff/files/0001-Make-manpages-mulitlib-identical.patch
 create mode 100644 meta/recipes-graphics/xorg-app/xinit/0001-Make-manpage-multilib-identical.patch
 delete mode 100644 meta/recipes-support/nspr/nspr/0001-md-Fix-build-with-musl.patch
 delete mode 100644 meta/recipes-support/nspr/nspr/0002-Add-nios2-support.patch
 delete mode 100644 meta/recipes-support/nspr/nspr/Makefile.in-remove-_BUILD_STRING-and-_BUILD_TIME.patch
 delete mode 100644 meta/recipes-support/nspr/nspr/fix-build-on-x86_64.patch
 delete mode 100644 meta/recipes-support/nspr/nspr/nspr.pc.in
 delete mode 100644 meta/recipes-support/nspr/nspr/remove-rpath-from-tests.patch
 delete mode 100644 meta/recipes-support/nspr/nspr/remove-srcdir-from-configure-in.patch
 delete mode 100644 meta/recipes-support/nspr/nspr_4.25.bb
 delete mode 100644 meta/recipes-support/nss/nss/0001-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch
 delete mode 100644 meta/recipes-support/nss/nss/0001-nss-fix-support-cross-compiling.patch
 delete mode 100644 meta/recipes-support/nss/nss/blank-cert9.db
 delete mode 100644 meta/recipes-support/nss/nss/blank-key4.db
 delete mode 100644 meta/recipes-support/nss/nss/disable-Wvarargs-with-clang.patch
 delete mode 100644 meta/recipes-support/nss/nss/nss-fix-incorrect-shebang-of-perl.patch
 delete mode 100644 meta/recipes-support/nss/nss/nss-fix-nsinstall-build.patch
 delete mode 100644 meta/recipes-support/nss/nss/nss-no-rpath-for-cross-compiling.patch
 delete mode 100644 meta/recipes-support/nss/nss/nss.pc.in
 delete mode 100644 meta/recipes-support/nss/nss/pqg.c-ULL_addend.patch
 delete mode 100644 meta/recipes-support/nss/nss/signlibs.sh
 delete mode 100644 meta/recipes-support/nss/nss/system-pkcs11.txt
 delete mode 100644 meta/recipes-support/nss/nss_3.50.bb

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


More information about the Openembedded-commits mailing list