diff options
| author | Chen Qi <Qi.Chen@windriver.com> | 2022-04-26 11:59:08 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-12 16:42:12 +0100 |
| commit | 2b2002a294cc358bb9399ac1636ab3bb573364b7 (patch) | |
| tree | 74e55e1aa09aeaab6658fe5930c39870def4b072 /meta/lib | |
| parent | d6d549a0e4c934ce646c8a6a492d308ceffb04df (diff) | |
| download | poky-2b2002a294cc358bb9399ac1636ab3bb573364b7.tar.gz | |
cases/buildepoxy.py: fix typo
(From OE-Core rev: 6f04b791315dcaa58876e416098712ab9740aaf9)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 3a9b6e71d1e7e8e2ebc0ed047841e36f09300387)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
(cherry picked from commit af5bcfdc0b21607122fbbda6c35fac5d0cb0f829)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
| -rw-r--r-- | meta/lib/oeqa/sdk/cases/buildepoxy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/sdk/cases/buildepoxy.py b/meta/lib/oeqa/sdk/cases/buildepoxy.py index 385f8ccca8..f69f720cd6 100644 --- a/meta/lib/oeqa/sdk/cases/buildepoxy.py +++ b/meta/lib/oeqa/sdk/cases/buildepoxy.py | |||
| @@ -17,7 +17,7 @@ class EpoxyTest(OESDKTestCase): | |||
| 17 | """ | 17 | """ |
| 18 | def setUp(self): | 18 | def setUp(self): |
| 19 | if not (self.tc.hasHostPackage("nativesdk-meson")): | 19 | if not (self.tc.hasHostPackage("nativesdk-meson")): |
| 20 | raise unittest.SkipTest("GalculatorTest class: SDK doesn't contain Meson") | 20 | raise unittest.SkipTest("EpoxyTest class: SDK doesn't contain Meson") |
| 21 | 21 | ||
| 22 | def test_epoxy(self): | 22 | def test_epoxy(self): |
| 23 | with tempfile.TemporaryDirectory(prefix="epoxy", dir=self.tc.sdk_dir) as testdir: | 23 | with tempfile.TemporaryDirectory(prefix="epoxy", dir=self.tc.sdk_dir) as testdir: |
