From 510015ac81df969f690d6c8661b00bebe73b7fca Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 25 Feb 2020 09:51:26 -0800 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- meta/conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index fcdf9ae5a3..60f8e26223 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 += " \ -- 2.40.1