mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
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 <alexander.kanavin@linux.intel.com> [RP: patches tweaked to only need the one class] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
981cf2d664
commit
0131136504
|
|
@ -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/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user