mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
gnome-settings-daemon: Add introspection to UNKNOWN_CONFIGURE_WHITELIST
gobject-introspection is needed unconditionally therefore add "introspection" to unknown configure option whitelist Fixes ERROR: QA Issue: gnome-settings-daemon: configure was passed unrecognised options: introspection [unknown-configure-option] Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -30,6 +30,8 @@ REQUIRED_DISTRO_FEATURES = "x11 polkit pulseaudio systemd gobject-introspection-
|
|||||||
SRC_URI[archive.md5sum] = "102dc488a6a726e4050cf5ab7e967e8d"
|
SRC_URI[archive.md5sum] = "102dc488a6a726e4050cf5ab7e967e8d"
|
||||||
SRC_URI[archive.sha256sum] = "3e33dbd319b562a5ab602dcab6de3ca81b85f8346672e90ec632b36bbf15ee4b"
|
SRC_URI[archive.sha256sum] = "3e33dbd319b562a5ab602dcab6de3ca81b85f8346672e90ec632b36bbf15ee4b"
|
||||||
|
|
||||||
|
UNKNOWN_CONFIGURE_WHITELIST = "introspection"
|
||||||
|
|
||||||
# allow cross build mixed with build of native tools
|
# allow cross build mixed with build of native tools
|
||||||
do_write_config_append() {
|
do_write_config_append() {
|
||||||
cat >${WORKDIR}/meson.native <<EOF
|
cat >${WORKDIR}/meson.native <<EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user