]> code.ossystems Code Review - openembedded-core.git/commitdiff
layer.conf: Consider shared-mime-info and desktop-file-utils siggen safe
authorKhem Raj <raj.khem@gmail.com>
Tue, 25 Feb 2020 17:51:26 +0000 (09:51 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 28 Feb 2020 23:08:11 +0000 (23:08 +0000)
These are added as dependencies by mime class, which could be inherited
along with allarch and dependencies silently go into target specific
recipes and which then can result in sstate hash signature mismatches
when the allarch recipes are reused for another arch

[YOCTO #13805]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/layer.conf

index fcdf9ae5a353305d66697b04b202076d96eea21d..60f8e26223c9f399fdc51a1c59b05b3f0dcd0a25 100644 (file)
@@ -43,6 +43,8 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \
   opkg-utils \
   gstreamer1.0-meta-base \
   ca-certificates \
+  shared-mime-info \
+  desktop-file-utils \
 "
 
 SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \