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

Brendan Le Foll brendan.le.foll at intel.com
Fri Apr 17 11:20:18 PDT 2015


On Fri, Apr 17, 2015 at 08:04:07PM +0200, Patrick Ohly wrote:
> 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.

I think Saul is just confused because there is no
[meta-intel-iot-middleware] tag, I've updated the README as discussed
and also merged this. This is the right list :).

Cheers,
Brendan


More information about the meta-intel mailing list