Then it's probably build time dependency as the warning says, not runtime
dependency like you did.

Read what the component build does, if it checks for zlib in configure then
you really need to add it to DEPENDS not RDEPENDS_${PN}.

On Fri, Apr 1, 2016 at 6:53 PM, Eduardo Silva <[email protected]> wrote:

> > +LIC_FILES_CHKSUM =
> "file://${S}/LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
>
> >
> > LIC_FILES_CHKSUM is relative to ${S}, so LIC_FILES_CHKSUM =
> > "file://LICENSE.. should work fine
> >
> >
> Thanks, I have updated my local copy
>
>
> > > +
> > > +RDEPENDS_${PN} = "zlib"
> >
> > If it does link with libz then the runtime dependency should be added
> > automatically by shlibs code in package.bbclass if it's not the case
> > can you add comment explaining why it needs to be added explicitly?
> >
> >
> I added that because I got a QA warning message:
>
> WARNING: QA Issue: fluentbit-dev rdepends on zlib, but it isn't a build
> dependency? [build-deps]
> WARNING: QA Issue: fluentbit rdepends on zlib, but it isn't a build
> dependency? [build-deps]
>
> what's your suggestion in this case ?
>
> best
>
>
>
> > > +
> > > +inherit cmake
> > > --
> > > 2.5.0
> > >
> > > --
> > > _______________________________________________
> > > Openembedded-devel mailing list
> > > [email protected]
> > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> >
> > --
> > Martin 'JaMa' Jansa     jabber: [email protected]
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > [email protected]
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> >
> >
>
>
> --
> Eduardo Silva
> Monkey Software
> --
> _______________________________________________
> Openembedded-devel mailing list
> [email protected]
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
-- 
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to