From 0131136504e5cc16e8c95ab12d366d7ad2530fc4 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 4 Jan 2018 15:12:31 +0200 Subject: gnomebase.bbclass: allow a meson-specific version gnomebase.bbclass hardcodes the autotools inherit, so make it configurable and allow meson to be specified instead. (From OE-Core rev: 32c2faf394ba7bf75a7273fb9f5e58cc4ee3f3ad) Signed-off-by: Alexander Kanavin [RP: patches tweaked to only need the one class] Signed-off-by: Richard Purdie --- meta/classes/gnomebase.bbclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/classes/gnomebase.bbclass b/meta/classes/gnomebase.bbclass index 4ccc8e0781..efcb6caae1 100644 --- a/meta/classes/gnomebase.bbclass +++ b/meta/classes/gnomebase.bbclass @@ -20,7 +20,8 @@ FILES_${PN} += "${datadir}/application-registry \ FILES_${PN}-doc += "${datadir}/devhelp" -inherit autotools pkgconfig +GNOMEBASEBUILDCLASS ??= "autotools" +inherit ${GNOMEBASEBUILDCLASS} pkgconfig do_install_append() { rm -rf ${D}${localstatedir}/lib/scrollkeeper/* -- cgit v1.2.3-54-g00ecf