]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
oeqa/buildgalculator.py: Add dependency on gtk+3
authorKhem Raj <raj.khem@gmail.com>
Sat, 10 Aug 2019 18:05:40 +0000 (11:05 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 14 Aug 2019 16:33:49 +0000 (17:33 +0100)
This helps in skipping this test on images which are not using gtk and
as per the gcalculator website it needs gtk+3 or gtk+2 and libglade as
the build first looks for gtk+3

(From OE-Core rev: 2cdb4b3697e02947352803a9db013d61b812c4fd)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/cases/buildgalculator.py

index 6dd1faee0ab520a41ae234a0f93dab7ffd26b311..e5cc3e2888525e957086b89e01ad729b4508f60e 100644 (file)
@@ -25,6 +25,7 @@ class GalculatorTest(OERuntimeTestCase):
     @OEHasPackage(['gcc'])
     @OEHasPackage(['make'])
     @OEHasPackage(['autoconf'])
+    @OEHasPackage(['gtk+3'])
     def test_galculator(self):
         self.project.download_archive()
         self.project.run_configure()