networkmanager: disable introspection
Introspection support is currently broken upstream. It is only used to generate the documentation, so it is safe to remove it. https://jira.digi.com/browse/DEL-5518 Signed-off-by: Jose Diaz de Grenu <Jose.DiazdeGrenu@digi.com>
This commit is contained in:
parent
dc7f524182
commit
8aeb160912
|
|
@ -26,6 +26,8 @@ PACKAGECONFIG_remove = "consolekit"
|
||||||
PACKAGECONFIG_remove = "netconfig nss"
|
PACKAGECONFIG_remove = "netconfig nss"
|
||||||
PACKAGECONFIG_append = " concheck gnutls modemmanager ppp"
|
PACKAGECONFIG_append = " concheck gnutls modemmanager ppp"
|
||||||
|
|
||||||
|
EXTRA_OECONF_append = " --disable-introspection"
|
||||||
|
|
||||||
#
|
#
|
||||||
# NetworkManager only accepts IP addresses in CIDR format
|
# NetworkManager only accepts IP addresses in CIDR format
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue