[OE-core] [PATCH 1/1] oeqa/sdk/cases/buildgalculator.py: skip if gettext not available

Burton, Ross ross.burton at intel.com
Thu May 17 10:00:21 UTC 2018


On 16 May 2018 at 06:07, Chen Qi <Qi.Chen at windriver.com> wrote:
> +        if not (self.tc.hasPrefixedTargetPackage("gettext")):
> +            raise unittest.SkipTest("GalculatorTest class: SDK doesn't contain gettext")

  File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-mips/build/meta/lib/oeqa/sdk/cases/buildgalculator.py",
line 14, in setUpClass
    if not (self.tc.hasPrefixedTargetPackage("gettext")):
AttributeError: 'OESDKTestContext' object has no attribute
'hasPrefixedTargetPackage'

Ross



More information about the Openembedded-core mailing list