]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
Revert "core-image-sato: add gtk+ for M1"
authorRoss Burton <ross.burton@intel.com>
Tue, 21 Jun 2016 14:34:28 +0000 (15:34 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Jul 2016 09:24:48 +0000 (10:24 +0100)
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@intel.com>
meta/recipes-sato/images/core-image-sato.bb

index b93bf2327d9ae6d6864d828c63baaedde4429321..e3246d2b671746651c3142f0776b19d8dd15c169 100644 (file)
@@ -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"