[oe-commits] [openembedded-core] 02/09: oeqa/buildgalculator.py: Add dependency on gtk+3

git at git.openembedded.org git at git.openembedded.org
Tue Aug 13 18:50:04 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 2cdb4b3697e02947352803a9db013d61b812c4fd
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sat Aug 10 11:05:40 2019 -0700

    oeqa/buildgalculator.py: Add dependency on gtk+3
    
    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
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oeqa/runtime/cases/buildgalculator.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/lib/oeqa/runtime/cases/buildgalculator.py b/meta/lib/oeqa/runtime/cases/buildgalculator.py
index 6dd1fae..e5cc3e2 100644
--- a/meta/lib/oeqa/runtime/cases/buildgalculator.py
+++ b/meta/lib/oeqa/runtime/cases/buildgalculator.py
@@ -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()

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list