From 0622252c452a9f4e8c1da9ad96de73260daf942b Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Thu, 19 Aug 2021 16:21:06 +0200 Subject: [PATCH] nm-distro: Remove packageconfig for nodejs This line is wrong and NodeJS is anyway not used in our distribution. BugzID: 73589 --- conf/distro/netmodule-linux.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/distro/netmodule-linux.conf b/conf/distro/netmodule-linux.conf index f0c8cfb..042616d 100644 --- a/conf/distro/netmodule-linux.conf +++ b/conf/distro/netmodule-linux.conf @@ -36,7 +36,6 @@ EXTRA_IMAGECMD_append_ota-ext4 = " -O ^64bit" PACKAGECONFIG_append_pn-curl = " ssl" PACKAGECONFIG_remove_pn-curl = "gnutls" -PACKAGECONFIG_append_pn-nodejs = "openssl" PACKAGECONFIG_append_pn-libgpiod = " python3" PACKAGECONFIG_append_pn-networkmanager = " modemmanager"