summaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2020-07-01 13:50:09 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-07-07 23:15:10 +0100
commit0919a3d337a802e54ca8550f1564e4eb2a093698 (patch)
treee8f24ae723c2d757f4d0b784b54137744f29d2d3 /meta/lib
parentb0625ccc74a00eadfa60f5980c2de8191121bfd8 (diff)
downloadpoky-0919a3d337a802e54ca8550f1564e4eb2a093698.tar.gz
oescripts.py: fix typo
(From OE-Core rev: 9793d9b885195a1a917b2209b2bc8070a3df733d) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 115d44958806a2c73d0bf140f45c11db462cc7db) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
-rw-r--r--meta/lib/oeqa/selftest/cases/oescripts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/oescripts.py b/meta/lib/oeqa/selftest/cases/oescripts.py
index 2f18d8f29c..f697d29b50 100644
--- a/meta/lib/oeqa/selftest/cases/oescripts.py
+++ b/meta/lib/oeqa/selftest/cases/oescripts.py
@@ -177,7 +177,7 @@ class OEListPackageconfigTests(OEScriptTests):
177 177
178 self.check_endlines(results, expected_endlines) 178 self.check_endlines(results, expected_endlines)
179 179
180 def test_packageconfig_flags_optiins_preferred_only(self): 180 def test_packageconfig_flags_options_preferred_only(self):
181 results = runCmd('%s/contrib/list-packageconfig-flags.py -p' % self.scripts_dir) 181 results = runCmd('%s/contrib/list-packageconfig-flags.py -p' % self.scripts_dir)
182 expected_endlines = [] 182 expected_endlines = []
183 expected_endlines.append("RECIPE NAME PACKAGECONFIG FLAGS") 183 expected_endlines.append("RECIPE NAME PACKAGECONFIG FLAGS")