diff options
author | Ross Burton <ross.burton@intel.com> | 2016-06-21 15:34:28 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-20 10:24:48 +0100 |
commit | aaccc1109fbdda72ffc5b5e66177d00b365d267b (patch) | |
tree | 676aee915d92e61fee1c5ef65b6ba301d6c1985f /meta | |
parent | c30ab188145a3a25e112dfc0ea041ba70626bf29 (diff) | |
download | openembedded-core-aaccc1109fbdda72ffc5b5e66177d00b365d267b.tar.gz openembedded-core-aaccc1109fbdda72ffc5b5e66177d00b365d267b.tar.bz2 openembedded-core-aaccc1109fbdda72ffc5b5e66177d00b365d267b.zip |
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@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-sato/images/core-image-sato.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-sato/images/core-image-sato.bb b/meta/recipes-sato/images/core-image-sato.bb index b93bf2327d..e3246d2b67 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" |