diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-25 14:52:32 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-26 15:21:21 +0000 |
commit | b351f54b9ffc115720737e46a7f64a98e1f8c21a (patch) | |
tree | 6c0b4c1ff0623e12d8895466b98fc7b23f917db4 /meta/lib/oeqa/selftest | |
parent | 22960625afa42576a1caa0019c4024afa33f7959 (diff) | |
download | poky-b351f54b9ffc115720737e46a7f64a98e1f8c21a.tar.gz |
epiphany: Fix reproducibility issue
We don't want to encide BUILD_ROOT into target packages. This is used
for build time tests but in our case those would be on target anyway
do use the target paths.
(From OE-Core rev: 2818dc90bd62487879e7da2c68357b39282415b0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest')
-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 9c24706c66..8af38151dd 100644 --- a/meta/lib/oeqa/selftest/cases/reproducible.py +++ b/meta/lib/oeqa/selftest/cases/reproducible.py | |||
@@ -30,7 +30,6 @@ import datetime | |||
30 | exclude_packages = [ | 30 | exclude_packages = [ |
31 | 'bootchart2-doc', | 31 | 'bootchart2-doc', |
32 | 'efivar', | 32 | 'efivar', |
33 | 'epiphany', | ||
34 | 'glide', | 33 | 'glide', |
35 | 'go-dep', | 34 | 'go-dep', |
36 | 'go-helloworld', | 35 | 'go-helloworld', |