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

Patrick Ohly patrick.ohly at intel.com
Fri Apr 17 11:04:07 PDT 2015


On Fri, 2015-04-17 at 10:51 -0700, Saul Wold wrote:
> On 04/17/2015 06:40 AM, Patrick Ohly wrote:
> > 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"
> >
> >
> Wrong list?

According to
http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel-iot-middleware/tree/README it is the right one. Brendan already agreed on chat that the README is incomplete (lacks information about how to distinguish meta-intel from meta-intel-iot-middleware patches), but it sounded like at least the list was right.

-- 
Best Regards, Patrick Ohly

The content of this message is my personal opinion only and although
I am an employee of Intel, the statements I make here in no way
represent Intel's position on the issue, nor am I authorized to speak
on behalf of Intel on this matter.





More information about the meta-intel mailing list