From fec0fc1b4fd7374e013984695e219e18a919ccfc Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Mon, 25 Jul 2022 10:18:00 +0200 Subject: [PATCH] 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 --- conf/distro/netmodule-linux.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/conf/distro/netmodule-linux.conf b/conf/distro/netmodule-linux.conf index 439cae2..c9a67f2 100644 --- a/conf/distro/netmodule-linux.conf +++ b/conf/distro/netmodule-linux.conf @@ -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 = ""