[oe-commits] [openembedded-core] 17/122: Revert "core-image-sato: add gtk+ for M1"

git at git.openembedded.org git at git.openembedded.org
Tue Jul 19 14:05:57 UTC 2016


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

commit f3bc2abdadc47ae947a90a4ea6c395da9d7e50d8
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Tue Jun 21 15:34:28 2016 +0100

    Revert "core-image-sato: add gtk+ for M1"
    
    We added gtk+ to core-image-sato for M1 solely because the SDK self test was
    building an application (sudoku) that links to GTK+ 2.
    
    Now that sukoku has been replaced with galculator this workaround can be
    removed.
    
    This reverts commit 282d5f7f8573551b94c6b610370db15665cf4bdf.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-sato/images/core-image-sato.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/recipes-sato/images/core-image-sato.bb b/meta/recipes-sato/images/core-image-sato.bb
index b93bf23..e3246d2 100644
--- a/meta/recipes-sato/images/core-image-sato.bb
+++ b/meta/recipes-sato/images/core-image-sato.bb
@@ -8,5 +8,4 @@ LICENSE = "MIT"
 
 inherit core-image
 
-# Add GTK+ to the image temporarily for M1 testing
-IMAGE_INSTALL += "packagegroup-core-x11-sato-games gtk+"
+IMAGE_INSTALL += "packagegroup-core-x11-sato-games"

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


More information about the Openembedded-commits mailing list