diff options
| author | Christopher Larson <chris_larson@mentor.com> | 2016-04-21 17:59:35 +0530 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-29 07:41:42 +0100 |
| commit | 7c1badfddbaf5cb5599f828790f817cf86537980 (patch) | |
| tree | a0155b27f92e7750c30fdc9e4a8e6935b3887843 | |
| parent | 5bfd397e16ddae0ad7a1abce36bb8a112e743df0 (diff) | |
| download | poky-7c1badfddbaf5cb5599f828790f817cf86537980.tar.gz | |
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>
| -rw-r--r-- | meta/recipes-gnome/gobject-introspection/gobject-introspection_1.46.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.46.0.bb b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.46.0.bb index 9b16147da3..67891a2ad9 100644 --- a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.46.0.bb +++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.46.0.bb | |||
| @@ -108,6 +108,8 @@ EXTRA_OECONF_class-target += "--enable-host-gi \ | |||
| 108 | ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '--enable-introspection-data', '--disable-introspection-data', d)} \ | 108 | ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '--enable-introspection-data', '--disable-introspection-data', d)} \ |
| 109 | " | 109 | " |
| 110 | 110 | ||
| 111 | PACKAGECONFIG ?= "" | ||
| 112 | PACKAGECONFIG[doctool] = "--enable-doctool,--disable-doctool,python-mako," | ||
| 111 | 113 | ||
| 112 | do_compile_prepend_class-target() { | 114 | do_compile_prepend_class-target() { |
| 113 | # This prevents g-ir-scanner from writing cache data to $HOME | 115 | # This prevents g-ir-scanner from writing cache data to $HOME |
