From 138785b17506fe1eec23b7f463c3f32919ac8e88 Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Tue, 21 Jul 2015 13:58:31 -0500 Subject: nodejs-0.8.28: fix PROVIDES to avoid conflict with meta-nodejs --- recipes-devtools/nodejs/nodejs_0.8.28.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-devtools') 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 -- cgit v1.2.3