diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-02-25 09:51:26 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-28 23:11:28 +0000 |
commit | b41a29dac8e3f1f9c608b97e51135cf1e9da0be4 (patch) | |
tree | c31ca44716b1c1632c977cc158ff6e5e30df763b /meta/conf | |
parent | 208b07a0407d8f4da8e46b5f2bbe8964e021a77a (diff) | |
download | poky-b41a29dac8e3f1f9c608b97e51135cf1e9da0be4.tar.gz |
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]
(From OE-Core rev: 510015ac81df969f690d6c8661b00bebe73b7fca)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/layer.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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 += " \ | |||
43 | opkg-utils \ | 43 | opkg-utils \ |
44 | gstreamer1.0-meta-base \ | 44 | gstreamer1.0-meta-base \ |
45 | ca-certificates \ | 45 | ca-certificates \ |
46 | shared-mime-info \ | ||
47 | desktop-file-utils \ | ||
46 | " | 48 | " |
47 | 49 | ||
48 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | 50 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ |