mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
gobject-introspection: fix floating dep on python-mako
This was resulting in non-deterministic builds where g-ir-doc-tool may or may not exist depending on whether python-mako was built previously. Add a PACKAGECONFIG so the dependency is explicit. (From OE-Core rev: 91b7857f3c90151fa78c0cc797f3544057992441) Signed-off-by: Sujith H <sujith.h@gmail.com> Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Sujith Haridasan <Sujith_Haridasan@mentor.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5bfd397e16
commit
7c1badfddb
@@ -108,6 +108,8 @@ EXTRA_OECONF_class-target += "--enable-host-gi \
|
||||
${@bb.utils.contains('GI_DATA_ENABLED', 'True', '--enable-introspection-data', '--disable-introspection-data', d)} \
|
||||
"
|
||||
|
||||
PACKAGECONFIG ?= ""
|
||||
PACKAGECONFIG[doctool] = "--enable-doctool,--disable-doctool,python-mako,"
|
||||
|
||||
do_compile_prepend_class-target() {
|
||||
# This prevents g-ir-scanner from writing cache data to $HOME
|
||||
|
||||
Reference in New Issue
Block a user