* [PATCH] base: Add nodejs-native dependency for npm:// urls
@ 2016-02-26 17:53 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2016-02-26 17:53 UTC (permalink / raw)
To: openembedded-core
With the addition of the npm fetcher, we add the native dependency
handling too.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass
index 1372f38..e066dc9 100644
--- a/meta/classes/base.bbclass
+++ b/meta/classes/base.bbclass
@@ -577,6 +577,9 @@ python () {
elif scheme == "osc":
d.appendVarFlag('do_fetch', 'depends', ' osc-native:do_populate_sysroot')
+ elif scheme == "npm":
+ d.appendVarFlag('do_fetch', 'depends', ' nodejs-native:do_populate_sysroot')
+
# *.lz4 should DEPEND on lz4-native for unpacking
if path.endswith('.lz4'):
d.appendVarFlag('do_unpack', 'depends', ' lz4-native:do_populate_sysroot')
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-02-26 17:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-26 17:53 [PATCH] base: Add nodejs-native dependency for npm:// urls Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox