[oe-commits] [openembedded-core] branch rocko-next updated (8a0fd2a -> e0cc225)

git at git.openembedded.org git at git.openembedded.org
Sat Nov 24 22:01:58 UTC 2018


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

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

 discard 8a0fd2a  python-3.5: Fix manifest to handle reprlib correctly
     add 3638cb3  python-3.5: Fix manifest to handle reprlib correctly
     new c6ba4b6  gnupg: upgrade to 2.2.4
     new 1435452  gnupg: enable native version
     new d449179  gnupg: use native version for signing, rather than one provided by host
     new 72b439d  gnupg: add a patch to avoid native vs. host gpg-agent clashes
     new ad65659  oeqa/selftest/runtime_test: Ensure we build/use gnupg-native
     new a3f7c9b  gnupg: upgrade 2.2.4 -> 2.2.5
     new 46aaf2d  gnupg: 2.2.5 -> 2.2.8
     new 23043b5  gnupg: upgrade 2.2.8 -> 2.2.9
     new e0cc225  gnupg: patch gnupg-native to allow path relocation

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   (8a0fd2a)
            \
             N -- N -- N   refs/heads/rocko-next (e0cc225)

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 9 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/sign_package_feed.bbclass             |  2 +-
 meta/classes/sign_rpm.bbclass                      |  6 +-
 meta/lib/oe/gpg_sign.py                            |  8 ++-
 meta/lib/oeqa/selftest/cases/runtime_test.py       |  4 +-
 meta/recipes-core/meta/signing-keys.bb             |  1 +
 ...c-use-a-custom-value-for-the-location-of-.patch | 28 ++++++++
 meta/recipes-support/gnupg/gnupg/relocate.patch    | 81 ++++++++++++++++++++++
 .../gnupg/{gnupg_2.2.0.bb => gnupg_2.2.9.bb}       | 13 +++-
 meta/recipes-support/libksba/libksba_1.3.5.bb      |  2 +
 meta/recipes-support/npth/npth_1.5.bb              |  2 +
 meta/recipes-support/pinentry/pinentry_1.0.0.bb    |  2 +
 11 files changed, 138 insertions(+), 11 deletions(-)
 create mode 100644 meta/recipes-support/gnupg/gnupg/0001-configure.ac-use-a-custom-value-for-the-location-of-.patch
 create mode 100644 meta/recipes-support/gnupg/gnupg/relocate.patch
 rename meta/recipes-support/gnupg/{gnupg_2.2.0.bb => gnupg_2.2.9.bb} (77%)

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


More information about the Openembedded-commits mailing list