From 463c3806f1960c9dd2cddb3454b33d26e2445f5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 5 Apr 2019 22:57:53 +0200 Subject: [PATCH] libgnome-games-support: fix build and rework MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * inherit gnomebase to fix | libgnome-games-support-1.2.1-r0 do_configure: QA Issue: libgnome-games-support: configure was passed unrecognised options: --disable-schemas-install [unknown-configure-option] * FILES_${PN}-dbg in not required anymore * remove GNOME_COMPRESS_TYPE="xz" - it is default these days Signed-off-by: Andreas Müller --- recipes-games/gnome-games/libgnome-games-support_1.2.1.bb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/recipes-games/gnome-games/libgnome-games-support_1.2.1.bb b/recipes-games/gnome-games/libgnome-games-support_1.2.1.bb index fa808d1..874488b 100644 --- a/recipes-games/gnome-games/libgnome-games-support_1.2.1.bb +++ b/recipes-games/gnome-games/libgnome-games-support_1.2.1.bb @@ -2,16 +2,15 @@ DESCRIPTION = "libgnome-games-support is a small library intended for internal u but it may be used by others." HOMEPAGE = "https://live.gnome.org/GnomeGames" SECTION = "x11/application" + LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" + DEPENDS = "gtk+3 libgee" -GNOME_COMPRESS_TYPE="xz" - -inherit gnome gettext +inherit gnomebase gettext SRC_URI[archive.md5sum] = "1bbbee6eee2f03c4649e32fa90c802f9" SRC_URI[archive.sha256sum] = "a626396c72603add6bae1ab0b5bee1d58657cc7e232b1fe6fda746b960715ee7" FILES_${PN} += "${libdir} ${datadir}" -FILES_${PN}-dbg += "${libdir}/*/*/.debug"