summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/package.py')
-rw-r--r--meta/lib/oeqa/selftest/cases/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/cases/package.py b/meta/lib/oeqa/selftest/cases/package.py
index 5b9a6d1585..169698f780 100644
--- a/meta/lib/oeqa/selftest/cases/package.py
+++ b/meta/lib/oeqa/selftest/cases/package.py
@@ -17,6 +17,8 @@ class VersionOrdering(OESelftestTestCase):
17 17
18 @classmethod 18 @classmethod
19 def setUpClass(cls): 19 def setUpClass(cls):
20 super().setUpClass()
21
20 # Build the tools we need and populate a sysroot 22 # Build the tools we need and populate a sysroot
21 bitbake("dpkg-native opkg-native rpm-native python3-native") 23 bitbake("dpkg-native opkg-native rpm-native python3-native")
22 bitbake("build-sysroots -c build_native_sysroot") 24 bitbake("build-sysroots -c build_native_sysroot")