diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-25 17:26:06 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-26 15:21:21 +0000 |
commit | 7f1db8ead88f41d7d9613cb6e6063f249a2d6f2b (patch) | |
tree | 80747380850eff8f868930fac7cb6b3c392c52cc /meta/lib | |
parent | 574f981fd8f832aca2ee9915ab579638b61b0361 (diff) | |
download | poky-7f1db8ead88f41d7d9613cb6e6063f249a2d6f2b.tar.gz |
libhandy: Fix reproducibility issue
(From OE-Core rev: ba559d5e07cbe92ee22308a1b5b8afc558c662dd)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/reproducible.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py index 03a29241c7..ce4e8ebe06 100644 --- a/meta/lib/oeqa/selftest/cases/reproducible.py +++ b/meta/lib/oeqa/selftest/cases/reproducible.py | |||
@@ -39,7 +39,6 @@ exclude_packages = [ | |||
39 | 'gstreamer1.0-python', | 39 | 'gstreamer1.0-python', |
40 | 'igt-gpu-tools', | 40 | 'igt-gpu-tools', |
41 | 'libaprutil', | 41 | 'libaprutil', |
42 | 'libhandy-1-src', | ||
43 | 'libid3tag', | 42 | 'libid3tag', |
44 | 'lttng-tools-dbg', | 43 | 'lttng-tools-dbg', |
45 | 'lttng-tools-ptest', | 44 | 'lttng-tools-ptest', |