From: Ross Burton Date: Tue, 21 Jun 2016 14:34:28 +0000 (+0100) Subject: Revert "core-image-sato: add gtk+ for M1" X-Git-Tag: uninative-1.3~346 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aaccc1109fbdda72ffc5b5e66177d00b365d267b;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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 --- diff --git a/meta/recipes-sato/images/core-image-sato.bb b/meta/recipes-sato/images/core-image-sato.bb index b93bf2327d9..e3246d2b671 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"