diff options
Diffstat (limited to 'recipes-devtools/nodejs/nodejs_0.8.28.bb')
-rw-r--r-- | recipes-devtools/nodejs/nodejs_0.8.28.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/nodejs/nodejs_0.8.28.bb b/recipes-devtools/nodejs/nodejs_0.8.28.bb index 96b01cb..6c9de2f 100644 --- a/recipes-devtools/nodejs/nodejs_0.8.28.bb +++ b/recipes-devtools/nodejs/nodejs_0.8.28.bb @@ -4,6 +4,8 @@ LICENSE = "MIT & BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=95a589a3257ab7dfe37d8a8379e3c72d" DEPENDS = "openssl" +PROVIDES = "virtual/node" +RPROVIDES_${PN} = "node" # use newer npm version that supports caret (^) versions # https://github.com/npm/npm/issues/4849 |