mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 15:57:04 +00:00
Convert to new override syntax
This is the result of automated script conversion: scripts/contrib/convert-overrides.py <oe-core directory> converting the metadata to use ":" as the override character instead of "_". (From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
GIDOCGEN_ENABLED ?= "${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation', 'True', 'False', d)}"
|
||||
# When building native recipes, disable gi-docgen, as it is not necessary,
|
||||
# pulls in additional dependencies, and makes build times longer
|
||||
GIDOCGEN_ENABLED_class-native = "False"
|
||||
GIDOCGEN_ENABLED_class-nativesdk = "False"
|
||||
GIDOCGEN_ENABLED:class-native = "False"
|
||||
GIDOCGEN_ENABLED:class-nativesdk = "False"
|
||||
|
||||
# meson: default option name to enable/disable gi-docgen. This matches most
|
||||
# projects' configuration. In doubts - check meson_options.txt in project's
|
||||
@@ -18,7 +18,7 @@ GIDOCGEN_MESON_ENABLE_FLAG ?= 'true'
|
||||
GIDOCGEN_MESON_DISABLE_FLAG ?= 'false'
|
||||
|
||||
# Auto enable/disable based on GIDOCGEN_ENABLED
|
||||
EXTRA_OEMESON_prepend = "-D${GIDOCGEN_MESON_OPTION}=${@bb.utils.contains('GIDOCGEN_ENABLED', 'True', '${GIDOCGEN_MESON_ENABLE_FLAG}', '${GIDOCGEN_MESON_DISABLE_FLAG}', d)} "
|
||||
EXTRA_OEMESON:prepend = "-D${GIDOCGEN_MESON_OPTION}=${@bb.utils.contains('GIDOCGEN_ENABLED', 'True', '${GIDOCGEN_MESON_ENABLE_FLAG}', '${GIDOCGEN_MESON_DISABLE_FLAG}', d)} "
|
||||
|
||||
DEPENDS_append = "${@' gi-docgen-native gi-docgen' if d.getVar('GIDOCGEN_ENABLED') == 'True' else ''}"
|
||||
DEPENDS:append = "${@' gi-docgen-native gi-docgen' if d.getVar('GIDOCGEN_ENABLED') == 'True' else ''}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user