networkmanager: enable option for compiling with connectivity check
concheck is now activated as PACKAGECONFIG, so adapt the recipe. https://onedigi.atlassian.net/browse/DEL-8014 Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
parent
6a364ab3d2
commit
8071290c75
|
|
@ -28,9 +28,9 @@ PACKAGECONFIG:remove:dey = "consolekit"
|
|||
|
||||
# Adjust other compile time options to save space
|
||||
PACKAGECONFIG:remove:dey = "netconfig nss"
|
||||
PACKAGECONFIG:append = " gnutls modemmanager ppp"
|
||||
PACKAGECONFIG:append = " gnutls modemmanager ppp concheck"
|
||||
|
||||
EXTRA_OECONF:append = " --disable-introspection --enable-concheck"
|
||||
EXTRA_OECONF:append = " --disable-introspection"
|
||||
|
||||
#
|
||||
# NetworkManager only accepts IP addresses in CIDR format
|
||||
|
|
|
|||
Loading…
Reference in New Issue