Searched refs:hasHostPackage (Results 1 – 9 of 9) sorted by relevance
13 if not (self.tc.hasHostPackage("nativesdk-perl") or14 self.tc.hasHostPackage("perl-native")):
13 if not (self.tc.hasHostPackage("nativesdk-python3-core") or14 self.tc.hasHostPackage("python3-core-native")):
20 if not (self.tc.hasHostPackage("nativesdk-cmake") or21 self.tc.hasHostPackage("cmake-native")):
28 if not (self.tc.hasHostPackage("packagegroup-cross-canadian-%s" % machine) or29 self.tc.hasHostPackage("^gcc-", regex=True)):
19 if not (self.tc.hasHostPackage("nativesdk-meson")):
22 if not (self.tc.hasHostPackage("nativesdk-gettext-dev")):
15 def hasHostPackage(self, pkg): member in OESDKExtTestContext
39 def hasHostPackage(self, pkg, regex=False): member in OESDKTestContext
460 if not (self.tc.hasHostPackage("nativesdk-python3-core") or461 self.tc.hasHostPackage("python3-core-native")):