All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] npm.bbclass: fix typo in 'fund' config option
@ 2022-08-22 11:13 Enrico Scholz
  2022-08-22 11:13 ` [PATCH 2/2] npm.bbclass: fix architecture mapping Enrico Scholz
  2022-08-23 14:28 ` [OE-core] [PATCH 1/2] npm.bbclass: fix typo in 'fund' config option Luca Ceresoli
  0 siblings, 2 replies; 4+ messages in thread
From: Enrico Scholz @ 2022-08-22 11:13 UTC (permalink / raw)
  To: openembedded-core; +Cc: Enrico Scholz

Configuration option is named 'fund', not 'funds'.

Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
---
 meta/classes-recipe/npm.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes-recipe/npm.bbclass b/meta/classes-recipe/npm.bbclass
index deea53c9ec65..8e73400678db 100644
--- a/meta/classes-recipe/npm.bbclass
+++ b/meta/classes-recipe/npm.bbclass
@@ -54,7 +54,7 @@ def npm_global_configs(d):
     # Ensure no network access is done
     configs.append(("offline", "true"))
     configs.append(("proxy", "http://invalid"))
-    configs.append(("funds", False))
+    configs.append(("fund", False))
     configs.append(("audit", False))
     # Configure the cache directory
     configs.append(("cache", d.getVar("NPM_CACHE")))
-- 
2.37.2



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-08-23 15:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-22 11:13 [PATCH 1/2] npm.bbclass: fix typo in 'fund' config option Enrico Scholz
2022-08-22 11:13 ` [PATCH 2/2] npm.bbclass: fix architecture mapping Enrico Scholz
2022-08-23 14:28 ` [OE-core] [PATCH 1/2] npm.bbclass: fix typo in 'fund' config option Luca Ceresoli
2022-08-23 15:03   ` DKIM compatible maillist setup (was: [OE-core] [PATCH 1/2] npm.bbclass: fix typo in 'fund' config option) Enrico Scholz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.