[oe-commits] [openembedded-core] branch master-next updated (010bfd5 -> a0ef6c5)

git at git.openembedded.org git at git.openembedded.org
Thu Aug 23 08:13:30 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 010bfd5  utils: Rely on get_multilib_datastore() to get the original datastore
 discard 3fc4be9  glibc-ld: Simplify/cleanup multilib handling to use library functions
 discard 4a7bf62  lib/oe/utils: Fix get_multilib_datastore to work for original tune
 discard b0d1002  glibc: Improve ldd loader specification
 discard 401d560  linuxloader: Convert to python function
 discard 734cee3  lib/oe/package.py: use bb.utils.break_hardlinks helper
 discard a600f7d  package.bbclass: use bb.utils.break_hardlinks helper
 discard ed402d6  oe-selftest: quick hack to test
     add d6ccefd  sanity.conf: Update minimum bitbake version to 1.39.1
     add 38180b5  package.bbclass: use bb.utils.break_hardlinks helper
     add a09f8e3  lib/oe/package.py: use bb.utils.break_hardlinks helper
     new 7f12e26  oe-selftest: quick hack to test
     new a4fdba2  linuxloader: Convert to python function
     new d8913e0  glibc: Improve ldd loader specification
     new 783328d  lib/oe/utils: Fix get_multilib_datastore to work for original tune
     new ee245a8  glibc-ld: Simplify/cleanup multilib handling to use library functions
     new e439d62  utils: Rely on get_multilib_datastore() to get the original datastore
     new 5e3ebc3  lib/oe/gpg_sign.py: Clean up getstatusoutput usage
     new 1da7b28  lib/oe/patch.py: Clean up getstatusoutput usage
     new f38b284  psplash: Clean up getstatusoutput usage
     new f1c717d  compress_doc.bbclass: Clean up getstatusoutput usage
     new 7c0fa2e  openssl: remove dependency on relative_symlinks class
     new 3c7c196  ltp: Fix ftest06 too small file path string
     new e31759f  oeqa/core/decorator: add skipIfInDataVar
     new 927ab68  strace: 4.23 -> 4.24
     new 0d6e43f  diffstat: 1.61 -> 1.62
     new a11489c  pciutils: 3.6.1 -> 3.6.2
     new 63342e5  dbus: 1.12.8 -> 1.12.10
     new 8d5315e  dbus-test: 1.12.8 -> 1.12.10
     new fd3b6dc  elfutils: 0.172 -> 0.173
     new 7dfa952  distcc: 3.3 -> 3.3.2
     new a0ef6c5  util-linux: upgrade 2.32 -> 2.32.1

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   (010bfd5)
            \
             N -- N -- N   refs/heads/master-next (a0ef6c5)

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 21 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/compress_doc.bbclass                  |  7 ++--
 meta/conf/sanity.conf                              |  2 +-
 meta/lib/oe/gpg_sign.py                            | 15 +++-----
 meta/lib/oe/patch.py                               |  3 +-
 meta/lib/oeqa/core/decorator/data.py               | 14 ++++++++
 .../{pciutils_3.6.1.bb => pciutils_3.6.2.bb}       |  4 +--
 .../recipes-connectivity/openssl/openssl_1.0.2p.bb | 11 +++---
 .../recipes-connectivity/openssl/openssl_1.1.0i.bb | 11 +++---
 .../{dbus-test_1.12.8.bb => dbus-test_1.12.10.bb}  |  4 +--
 .../dbus/{dbus_1.12.8.bb => dbus_1.12.10.bb}       |  4 +--
 meta/recipes-core/psplash/psplash_git.bb           |  5 +--
 .../{util-linux_2.32.bb => util-linux_2.32.1.bb}   |  4 +--
 .../diffstat/avoid-check-user-break-cc.patch       | 12 +++++--
 .../{diffstat_1.61.bb => diffstat_1.62.bb}         |  4 +--
 .../distcc/{distcc_3.3.bb => distcc_3.3.2.bb}      |  2 +-
 .../{elfutils_0.172.bb => elfutils_0.173.bb}       |  5 +--
 .../0001-tests-fix-build-with-fresh-glibc.patch    | 42 ----------------------
 .../strace/{strace_4.23.bb => strace_4.24.bb}      |  5 ++-
 ...est06.c-Fix-too-small-name-string-and-rel.patch | 34 ++++++++++++++++++
 meta/recipes-extended/ltp/ltp_20180515.bb          |  1 +
 20 files changed, 103 insertions(+), 86 deletions(-)
 rename meta/recipes-bsp/pciutils/{pciutils_3.6.1.bb => pciutils_3.6.2.bb} (92%)
 rename meta/recipes-core/dbus/{dbus-test_1.12.8.bb => dbus-test_1.12.10.bb} (95%)
 rename meta/recipes-core/dbus/{dbus_1.12.8.bb => dbus_1.12.10.bb} (97%)
 rename meta/recipes-core/util-linux/{util-linux_2.32.bb => util-linux_2.32.1.bb} (84%)
 rename meta/recipes-devtools/diffstat/{diffstat_1.61.bb => diffstat_1.62.bb} (84%)
 rename meta/recipes-devtools/distcc/{distcc_3.3.bb => distcc_3.3.2.bb} (97%)
 rename meta/recipes-devtools/elfutils/{elfutils_0.172.bb => elfutils_0.173.bb} (95%)
 delete mode 100644 meta/recipes-devtools/strace/strace/0001-tests-fix-build-with-fresh-glibc.patch
 rename meta/recipes-devtools/strace/{strace_4.23.bb => strace_4.24.bb} (90%)
 create mode 100644 meta/recipes-extended/ltp/ltp/0042-fs-ftest-ftest06.c-Fix-too-small-name-string-and-rel.patch

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


More information about the Openembedded-commits mailing list