summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2019-09-04 14:23:23 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-09-07 21:52:27 +0100
commit7e5be0803ea0cbfd8e5b052e43b54e16ab3230ed (patch)
tree9f7511fd8ef52d6ccb97bc3b110ee24445958a5b /meta
parent730832ebcca305477e1c13248cd35eea095b35c6 (diff)
downloadopenembedded-core-contrib-7e5be0803ea0cbfd8e5b052e43b54e16ab3230ed.tar.gz
oeqa/selftest/cases/glibc.py: Don't install python3 and pexpect
When running the system emulation test case, do not include python3 or pexpect in the image. The test cases that use these also need gdb (with python configured). Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/lib/oeqa/selftest/cases/glibc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/cases/glibc.py b/meta/lib/oeqa/selftest/cases/glibc.py
index f836367094..6a34da39d9 100644
--- a/meta/lib/oeqa/selftest/cases/glibc.py
+++ b/meta/lib/oeqa/selftest/cases/glibc.py
@@ -60,8 +60,8 @@ class GlibcSelfTestSystemEmulated(GlibcSelfTest):
"libstdc++",
"libatomic",
"libgomp",
- "python3",
- "python3-pexpect",
+ # "python3",
+ # "python3-pexpect",
"nfs-utils",
]