mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
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>
This commit is contained in:
@@ -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 += " \
|
||||
|
||||
Reference in New Issue
Block a user