[oe-commits] [openembedded-core] 15/22: gnomebase.bbclass: allow a meson-specific version

git at git.openembedded.org git at git.openembedded.org
Fri Jan 5 12:03:34 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 32c2faf394ba7bf75a7273fb9f5e58cc4ee3f3ad
Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
AuthorDate: Thu Jan 4 15:12:31 2018 +0200

    gnomebase.bbclass: allow a meson-specific version
    
    gnomebase.bbclass hardcodes the autotools inherit, so make it
    configurable and allow meson to be specified instead.
    
    Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
    [RP: patches tweaked to only need the one class]
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/gnomebase.bbclass | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/classes/gnomebase.bbclass b/meta/classes/gnomebase.bbclass
index 4ccc8e0..efcb6ca 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/*

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list