From a13b28e440d9ef82845a65b0e9f26be5f5266b23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 10 Oct 2019 01:46:39 +0200 Subject: [PATCH] gnome-games: gnome.bbclass is gone we need to inherit gnomebase MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This just fixes parsing - was not build tested Signed-off-by: Andreas Müller --- recipes-games/gnome-games/gnome-chess_3.24.1.bb | 2 +- recipes-games/gnome-games/gnome-games_2.32.1.bb | 2 +- recipes-games/gnome-games/gnome-robots_3.22.1.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-games/gnome-games/gnome-chess_3.24.1.bb b/recipes-games/gnome-games/gnome-chess_3.24.1.bb index 958c739..a10593e 100644 --- a/recipes-games/gnome-games/gnome-chess_3.24.1.bb +++ b/recipes-games/gnome-games/gnome-chess_3.24.1.bb @@ -7,7 +7,7 @@ DEPENDS = "libgames-support glib-2.0 gtk+3 librsvg libcanberra intltool-native i GNOME_COMPRESS_TYPE="xz" -inherit gnome gettext +inherit gnomebase gettext SRC_URI[archive.md5sum] = "56eaa655a7989fd04ce0de3c66c2d8f8" SRC_URI[archive.sha256sum] = "6c9647beb7579b0a8de4e73698d931b1d9ac2efab4e7d3649f482d2c68ebf8a3" diff --git a/recipes-games/gnome-games/gnome-games_2.32.1.bb b/recipes-games/gnome-games/gnome-games_2.32.1.bb index 0c9c1da..9f4c711 100644 --- a/recipes-games/gnome-games/gnome-games_2.32.1.bb +++ b/recipes-games/gnome-games/gnome-games_2.32.1.bb @@ -7,7 +7,7 @@ DEPENDS = "glib-2.0 gtk+ cairo gstreamer librsvg python-pygtk libcanberra guile GNOME_COMPRESS_TYPE="bz2" -inherit gnome python-dir +inherit gnomebase python-dir SRC_URI += " \ file://0001-In-cross-environment-we-have-to-prepend-the-sysroot-.patch \ diff --git a/recipes-games/gnome-games/gnome-robots_3.22.1.bb b/recipes-games/gnome-games/gnome-robots_3.22.1.bb index 7405571..223c031 100644 --- a/recipes-games/gnome-games/gnome-robots_3.22.1.bb +++ b/recipes-games/gnome-games/gnome-robots_3.22.1.bb @@ -7,7 +7,7 @@ DEPENDS = "libgnome-games-support glib-2.0 gtk+3 librsvg libcanberra intltool-na GNOME_COMPRESS_TYPE="xz" -inherit gnome +inherit gnomebase SRC_URI[archive.md5sum] = "adc8b1ddfff21e344eb461db0785eb08" SRC_URI[archive.sha256sum] = "5cd4564d7eb876fe4ef332dc568bcf7b1515d8ec9f66e53c2bae5331e0182dd4"