[oe-commits] [openembedded-core] 15/17: layer.conf: Consider shared-mime-info and desktop-file-utils siggen safe

git at git.openembedded.org git at git.openembedded.org
Wed Feb 26 04:54:35 UTC 2020


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

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

commit cd67cc6303ff1b15f0ea170995f596662a6b9806
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Tue Feb 25 09:51:26 2020 -0800

    layer.conf: Consider shared-mime-info and desktop-file-utils siggen safe
    
    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 at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/layer.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index fcdf9ae..60f8e26 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -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 += " \

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


More information about the Openembedded-commits mailing list