[oe-commits] [openembedded-core] branch master-next updated (547eaaf -> de584ee)

git at git.openembedded.org git at git.openembedded.org
Thu Nov 29 12:48:26 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 547eaaf  python-native: fix one do_populate_sysroot warning
 discard 89bffb6  nspr: improve reproducibility
 discard 2622133  ghostscript: 9.25 -> 9.26
 discard fbc67cb  attr: Strip build host paths and tool versions from ptest files
 discard 3a5d3d9  acl: Strip build host tool details from installed ptest file
 discard 2e037ca  acl: Use install instead of cp
 discard f3a1ec0  image_types: use cpio-native
 discard 9b9a172  cpio: fix crash
 discard 79f1bf8  strace: Strip build host tool details from installed ptest Makefile
 discard 7c4f8b9  openssl: Strip perl version from installed ptest configdata.pm file
 discard 1e09528  openssl ptest: Strip build host paths from configdata.pm
 discard 9ea0826  ptest: Optionally strip build host tool info from installed files
 discard f48dd2c  ptest: Reproducibility: Strip build host paths from any installed Makefile
 discard 230b19f  oe-selftest: add some tests for recipeutils module
     new 4e752c5  oe-selftest: add some tests for recipeutils module
     new 0b9f553  ptest: Reproducibility: Strip build host paths from any installed Makefile
     new 6a7361f  ptest: Optionally strip build host tool info from installed files
     new 80eb2e5  openssl ptest: Strip build host paths from configdata.pm
     new 771f0f9  openssl: Strip perl version from installed ptest configdata.pm file
     new 5437386  strace: Strip build host tool details from installed ptest Makefile
     new 1837147  acl: Use install instead of cp
     new 2612aa3  acl: Strip build host tool details from installed ptest file
     new 8eeaf4c  attr: Strip build host paths and tool versions from ptest files
     new b685580  ghostscript: 9.25 -> 9.26
     new 8d4f806  nspr: improve reproducibility
     new 6c945d0  python-native: fix one do_populate_sysroot warning
     new 9cd3b27  oeqa/selftest/buildoptions: Improve ccache test
     new 51bdda5  oeqa/selftest/runcmd: Increase timeout delta
     new ab8538b  oeqa/selftest/buildoptions: Ensure diskmon tests run consistently
     new e2ce4c0  meta-selftest/error: Cleanup large trailing whitespace
     new 0b4e0f1  oeqa/selftest/context: Improve log file handling
     new 96239bd  cpio: fix crash when appending to archives
     new 499fbd3  image_types: use cpio-native to build cpio images
     new 07031b2  libtasn1: no need to inherit binconfig
     new a640b19  python3: Adds instructions to the manifest file
     new de584ee  python: Adds instructions to the manifest file

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   (547eaaf)
            \
             N -- N -- N   refs/heads/master-next (de584ee)

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 22 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-selftest/recipes-test/delay/delay.bb          | 12 +++
 meta-selftest/recipes-test/error/error.bb          |  2 +-
 meta/lib/oeqa/selftest/cases/buildoptions.py       |  7 +-
 meta/lib/oeqa/selftest/cases/recipeutils.py        | 25 +++---
 meta/lib/oeqa/selftest/cases/runcmd.py             |  4 +-
 meta/lib/oeqa/selftest/context.py                  | 11 ++-
 .../python/python-native_2.7.15.bb                 |  6 +-
 .../python/python/create_manifest2.py              | 21 ++++-
 .../python/python/python2-manifest.json            | 90 +++++++++++++++++++++
 .../python/python3-native_3.5.6.bb                 |  6 +-
 .../python/python3/create_manifest3.py             | 20 ++++-
 .../python/python3/python3-manifest.json           | 94 +++++++++++++++++++++-
 meta/recipes-devtools/python/python3_3.5.6.bb      |  6 +-
 meta/recipes-devtools/python/python_2.7.15.bb      |  6 +-
 .../cpio-2.12/0001-Fix-segfault-with-append.patch  | 87 ++++++++++++++++++++
 .../cpio/cpio-2.12/cpio-segfault.patch             | 33 --------
 meta/recipes-extended/cpio/cpio_2.12.bb            |  2 +-
 meta/recipes-support/gnutls/libtasn1_4.13.bb       |  2 +-
 18 files changed, 366 insertions(+), 68 deletions(-)
 create mode 100644 meta-selftest/recipes-test/delay/delay.bb
 create mode 100644 meta/recipes-extended/cpio/cpio-2.12/0001-Fix-segfault-with-append.patch
 delete mode 100644 meta/recipes-extended/cpio/cpio-2.12/cpio-segfault.patch

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


More information about the Openembedded-commits mailing list