Searched refs:hasHostPackage (Results 1 – 11 of 11) sorted by relevance
21 self.tc.hasHostPackage("nativesdk-python3-maturin")22 or self.tc.hasHostPackage("python3-maturin-native")54 self.tc.hasHostPackage("nativesdk-python3-maturin")55 or self.tc.hasHostPackage("python3-maturin-native")59 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")):
21 if not (self.tc.hasHostPackage("nativesdk-meson") or22 self.tc.hasHostPackage("meson-native")):
22 if not (self.tc.hasHostPackage("nativesdk-cmake") or23 self.tc.hasHostPackage("cmake-native")):
24 if not (self.tc.hasHostPackage("nativesdk-gettext-dev") or25 self.tc.hasHostPackage("gettext-native")):
31 if not self.tc.hasHostPackage("packagegroup-rust-cross-canadian-%s" % machine):51 if not self.tc.hasHostPackage("packagegroup-rust-cross-canadian-%s" % machine):
30 if not (self.tc.hasHostPackage("packagegroup-cross-canadian-%s" % machine) or31 self.tc.hasHostPackage("^gcc-", regex=True)):
15 def hasHostPackage(self, pkg): member in OESDKExtTestContext
39 def hasHostPackage(self, pkg, regex=False): member in OESDKTestContext
466 if not (self.tc.hasHostPackage("nativesdk-python3-core") or467 self.tc.hasHostPackage("python3-core-native")):