summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/reproducible.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-25 14:52:32 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-26 15:19:28 +0000
commit2818dc90bd62487879e7da2c68357b39282415b0 (patch)
tree0d2745679a7ee0aa03ee0a11d0c1dde582813549 /meta/lib/oeqa/selftest/cases/reproducible.py
parent7b8f56224c12a40f4f0aca3f612198deb933af4d (diff)
downloadopenembedded-core-2818dc90bd62487879e7da2c68357b39282415b0.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. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/reproducible.py')
-rw-r--r--meta/lib/oeqa/selftest/cases/reproducible.py1
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
exclude_packages = [
'bootchart2-doc',
'efivar',
- 'epiphany',
'glide',
'go-dep',
'go-helloworld',