[oe] [PATCH] opencv: Add missing dependencies

Martin Jansa martin.jansa at gmail.com
Wed Mar 23 20:53:40 UTC 2016


It's also downloading something during do_configure which isn't acceptable:
http://errors.yoctoproject.org/Errors/Details/57094/

Everything should go through bitbake fetcher and premirror, so that builds
are reproducible (even after upstream sites are gone) or when user
explicitly disables network access.

Regards,

On Wed, Mar 23, 2016 at 3:34 PM, Martin Jansa <martin.jansa at gmail.com>
wrote:

> On Wed, Mar 23, 2016 at 02:05:41PM +0100, Ricardo Ribalda Delgado wrote:
> > Hi Martin
> >
> > On Wed, Mar 23, 2016 at 11:12 AM, Martin Jansa <martin.jansa at gmail.com>
> wrote:
> >
> >
> > > Still shows:
> > > WARN: opencv: libopencv-dnn rdepends on protobuf, but it isn't a build
> > > dependency?
> > >
> > > protobuf support in dnn probably depends on something else which is
> also autodetected.
> >
> > if I just clone a clean version of meta-oe and meta-core and do a
> > bitbake opencv i cannot replicate the error.
> >
> > Any idea of how to replicate it without having to do a bitbake world
> > before bitbake opencv?
>
> Check temp/log.do_package if you see protobuf dependency being added for
> libopencv-dnn package.
>
> If not then read configure script or sources to see what in
> libopencv-dnn is being autodetected -> then build these autodetected
> dependencies before rebuilding opencv and re-check the log.do_package
> file.
>
> --
> Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
>



More information about the Openembedded-devel mailing list