From: Ross Burton Date: Wed, 15 Jun 2016 14:37:59 +0000 (+0100) Subject: core-image-sato: add gtk+ for M1 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~25312 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eae1717e500e5637cabb829e1b487f955491efaf;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git core-image-sato: add gtk+ for M1 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-sato/images/core-image-sato.bb b/meta/recipes-sato/images/core-image-sato.bb index e3246d2b671..b93bf2327d9 100644 --- a/meta/recipes-sato/images/core-image-sato.bb +++ b/meta/recipes-sato/images/core-image-sato.bb @@ -8,4 +8,5 @@ LICENSE = "MIT" inherit core-image -IMAGE_INSTALL += "packagegroup-core-x11-sato-games" +# Add GTK+ to the image temporarily for M1 testing +IMAGE_INSTALL += "packagegroup-core-x11-sato-games gtk+"