[oe-commits] [openembedded-core] branch master updated: meta/conf/layers.conf: Add ca-certificates as ABISAFE

git at git.openembedded.org git at git.openembedded.org
Wed Sep 13 21:21:05 UTC 2017


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

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

The following commit(s) were added to refs/heads/master by this push:
     new 583dca2  meta/conf/layers.conf: Add ca-certificates as ABISAFE
583dca2 is described below

commit 583dca290c230fbc981c41fe91e8abeff616e633
Author: Mark Hatle <mark.hatle at windriver.com>
AuthorDate: Wed Sep 13 10:15:05 2017 -0500

    meta/conf/layers.conf: Add ca-certificates as ABISAFE
    
    meta-oe was doing this before, but it was triggering a yocto-compat-script
    failure during the signature checking.
    
    The ca-certificates changing is ABISAFE, as the certificates themselves do
    not modify the compiles behavior of the applications.  This should permit
    easier upgrades without as much rebuilding.
    
    The original value was set in meta-oe by commit
    ff7a4b13c4efeffc5853a93c6ff7265fa3d6c143.
    
    Signed-off-by: Mark Hatle <mark.hatle at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/layer.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index df457c2..6be2a57 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -40,6 +40,7 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \
   base-passwd \
   opkg-utils \
   gstreamer1.0-meta-base \
+  ca-certificates \
 "
 
 SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \

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


More information about the Openembedded-commits mailing list