[oe-commits] [meta-openembedded] 06/08: layer.conf: Add shared-mime-info and desktop-file-utils to safe sigs for phoronix-test-suite

git at git.openembedded.org git at git.openembedded.org
Tue Feb 25 19:37:40 UTC 2020


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

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit b50e6d59bce58bb46c416c5e80b796299e5a8ea0
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Tue Feb 25 11:24:44 2020 -0800

    layer.conf: Add shared-mime-info and desktop-file-utils to safe sigs for phoronix-test-suite
    
    This is to avoid sstate signature failures where dependencies on
    shared-mime-info and desktop-file-utils is added via mime and mime-xdg
    classes which are target packages and not allarch
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/conf/layer.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf
index bad8785..a93d239 100644
--- a/meta-oe/conf/layer.conf
+++ b/meta-oe/conf/layer.conf
@@ -54,6 +54,8 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
   phoronix-test-suite->lsb-release \
   phoronix-test-suite->util-linux \
   phoronix-test-suite->busybox \
+  phoronix-test-suite->shared-mime-info \
+  phoronix-test-suite->desktop-file-utils \
 "
 
 # ttf.inc inherits fontcache which adds fontconfig-utils to RDEPENDS

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


More information about the Openembedded-commits mailing list