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:
Alexandre Bard 2022-07-25 10:18:00 +02:00
parent 9314315326
commit fec0fc1b4f
1 changed files with 4 additions and 1 deletions

View File

@ -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 = ""