]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
layer.conf: Mark opkg-utils as ABISAFE for update-alternatives usage
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Sep 2014 19:01:01 +0000 (20:01 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Sep 2014 20:38:47 +0000 (21:38 +0100)
Currently linux-firmware rebuilds for each machine due to its usage of
update-alternatives which in turn means a dependency on opkg-utils.
Marking opkg-utils as ABISAFE is the only option we have right now
to avoid this.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/layer.conf

index 4deee8934ba678457ef10593118fa03609db9bfa..de96548bd2c57057c0c92b77cce584ffe8af6720 100644 (file)
@@ -14,6 +14,7 @@ LAYERVERSION_core = "4"
 # Set a variable to get to the top of the metadata location
 COREBASE = '${@os.path.normpath("${LAYERDIR}/../")}'
 
+# opkg-utils is for update-altnernatives :(
 SIGGEN_EXCLUDERECIPES_ABISAFE += " \
   sysvinit-inittab \
   shadow-securetty \
@@ -34,6 +35,7 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \
   shadow \
   shadow-sysroot \
   base-passwd \
+  opkg-utils \
 "
 
 SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \