]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta/conf/layers.conf: Add ca-certificates as ABISAFE
authorMark Hatle <mark.hatle@windriver.com>
Wed, 13 Sep 2017 15:15:05 +0000 (10:15 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 13 Sep 2017 21:10:31 +0000 (22:10 +0100)
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@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/layer.conf

index df457c28213d0f64ca16e304293a403c12dfb875..6be2a57a70a4809fd68350f7d4b27c1f746408c6 100644 (file)
@@ -40,6 +40,7 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \
   base-passwd \
   opkg-utils \
   gstreamer1.0-meta-base \
+  ca-certificates \
 "
 
 SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \