[meta-intel] [PATCH] nodejs: fix openssl dependency

Patrick Ohly patrick.ohly at intel.com
Fri Apr 17 06:40:35 PDT 2015


The DEPENDS_class-target *overrides* DEPENDS when compiling for the
target, despite depending on openssl in both cases. What must have
been intended is conditionally appending to DEPENDS.

Signed-off-by: Patrick Ohly <patrick.ohly at intel.com>
---
 recipes-devtools/nodejs/nodejs_0.10.35.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-devtools/nodejs/nodejs_0.10.35.bb b/recipes-devtools/nodejs/nodejs_0.10.35.bb
index a547a0c..1358cd4 100644
--- a/recipes-devtools/nodejs/nodejs_0.10.35.bb
+++ b/recipes-devtools/nodejs/nodejs_0.10.35.bb
@@ -5,7 +5,7 @@ LICENSE = "MIT & BSD-2-Clause & BSD-3-Clause & BSD-4-Clause & ISC & GPLv2 & GPLv
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e804bf1e856481415099460bc54d9316"
 
 DEPENDS = "openssl"
-DEPENDS_class-target = "nodejs-native"
+DEPENDS_append_class-target = "nodejs-native"
 
 SRC_URI = "http://nodejs.org/dist/v${PV}/node-v${PV}.tar.gz"
 
-- 
2.1.4



More information about the meta-intel mailing list