distro: netmodule-linux: Fix ssl packageconfigs for curl and wget
Part of update to kirkstone: * ssl is now named openssl * wget default to gnutls, we need to manually set openssl Part of yocto upgrade from dunfell to kirkstone
This commit is contained in:
parent
9314315326
commit
fec0fc1b4f
|
|
@ -34,9 +34,12 @@ EXTRA_IMAGECMD:append_ota-ext4 = " -O ^64bit"
|
|||
|
||||
|
||||
# Packages
|
||||
PACKAGECONFIG:append:pn-curl = " ssl"
|
||||
PACKAGECONFIG:append:pn-curl = " openssl"
|
||||
PACKAGECONFIG:remove:pn-curl = "gnutls"
|
||||
|
||||
PACKAGECONFIG:append:pn-wget = " openssl"
|
||||
PACKAGECONFIG:remove:pn-wget = "gnutls"
|
||||
|
||||
PACKAGECONFIG:append:pn-libgpiod = " python3"
|
||||
PACKAGECONFIG:append:pn-networkmanager = " modemmanager"
|
||||
PACKAGECONFIG:pn-gpsd = ""
|
||||
|
|
|
|||
Loading…
Reference in New Issue