Searched refs:hasHostPackage (Results 1 – 11 of 11) sorted by relevance
20 self.tc.hasHostPackage("nativesdk-python3-maturin")21 or self.tc.hasHostPackage("python3-maturin-native")53 self.tc.hasHostPackage("nativesdk-python3-maturin")54 or self.tc.hasHostPackage("python3-maturin-native")58 self.tc.hasHostPackage("packagegroup-rust-cross-canadian-%s" % machine)
15 if not (self.tc.hasHostPackage("nativesdk-perl") or16 self.tc.hasHostPackage("perl-native")):
15 if not (self.tc.hasHostPackage("nativesdk-python3-core") or16 self.tc.hasHostPackage("python3-core-native")):
25 if not (self.tc.hasHostPackage("nativesdk-meson") or26 self.tc.hasHostPackage("meson-native")):
26 if not (self.tc.hasHostPackage("nativesdk-cmake") or27 self.tc.hasHostPackage("cmake-native")):
28 if not (self.tc.hasHostPackage("nativesdk-gettext-dev") or29 self.tc.hasHostPackage("gettext-native")):
34 if not (self.tc.hasHostPackage("packagegroup-cross-canadian-%s" % machine) or35 self.tc.hasHostPackage("^gcc-", regex=True)):
30 if not self.tc.hasHostPackage("packagegroup-rust-cross-canadian-%s" % machine):51 if not self.tc.hasHostPackage("packagegroup-rust-cross-canadian-%s" % machine):
15 def hasHostPackage(self, pkg): member in OESDKExtTestContext
46 def hasHostPackage(self, pkg, regex=False): member in OESDKTestContext
468 if not (self.tc.hasHostPackage("nativesdk-python3-core") or469 self.tc.hasHostPackage("python3-core-native")):