diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2019-07-02 14:48:16 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-07-10 09:24:33 -0700 |
commit | 4e6eb595c048695ba95ac680f954fa30b888a5b0 (patch) | |
tree | 4f5e0a6d86b9274b4be33b74e4294be571022d86 /meta-oe | |
parent | a2fac5a0a4848c2486cb3982f930f45f04469860 (diff) | |
download | meta-openembedded-4e6eb595c048695ba95ac680f954fa30b888a5b0.tar.gz |
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS add lsb and util-linux for phoronix-test-suite
* phoronix-test-suite is allarch, but util-linux and lsb aren't
=== Comparing signatures for task do_package_write_ipk.sigdata between qemux86 and qemux86copy ===
ERROR: phoronix-test-suite different signature for task do_package_write_ipk.sigdata between qemux86 and qemux86copy
Hash for dependent task lsb/lsb_5.0.bb.do_packagedata changed from 7baca400e354b600fe967ea615032052 to 67888a6c7511339a873b547745287ef2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/conf/layer.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf index 31f2f17fc..4ddef29a3 100644 --- a/meta-oe/conf/layer.conf +++ b/meta-oe/conf/layer.conf | |||
@@ -49,6 +49,9 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | |||
49 | phoronix-test-suite->bash \ | 49 | phoronix-test-suite->bash \ |
50 | phoronix-test-suite->python \ | 50 | phoronix-test-suite->python \ |
51 | phoronix-test-suite->php \ | 51 | phoronix-test-suite->php \ |
52 | phoronix-test-suite->lsb \ | ||
53 | phoronix-test-suite->util-linux \ | ||
54 | phoronix-test-suite->busybox \ | ||
52 | " | 55 | " |
53 | 56 | ||
54 | # ttf.inc inherits fontcache which adds fontconfig-utils to RDEPENDS | 57 | # ttf.inc inherits fontcache which adds fontconfig-utils to RDEPENDS |