From: Martin Jansa <martin.jansa@gmail.com>
To: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] opencv: Add missing dependencies
Date: Wed, 23 Mar 2016 11:12:40 +0100 [thread overview]
Message-ID: <20160323101240.GA2565@jama> (raw)
In-Reply-To: <1458556296-2809-1-git-send-email-ricardo.ribalda@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1805 bytes --]
On Mon, Mar 21, 2016 at 11:31:36AM +0100, Ricardo Ribalda Delgado wrote:
> opencv-3.1+gitAUTOINC+92387b1ef8: libopencv-videoio rdepends on
> libgphotoport, but it isn't a build dependency, missing libgphoto2 in
> DEPENDS or PACKAGECONFIG? [build-deps]
> opencv-3.1+gitAUTOINC+92387b1ef8: libopencv-videoio rdepends on
> libgphoto2, but it isn't a build dependency, missing libgphoto2 in
> DEPENDS or PACKAGECONFIG? [build-deps]
> opencv-3.1+gitAUTOINC+92387b1ef8: libopencv-dnn rdepends on protobuf,
> but it isn't a build dependency, missing protobuf in DEPENDS or
> PACKAGECONFIG? [build-deps]
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.
> Credit-to: Martin Jansa <martin.jansa@gmail.com>
> Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
> ---
> meta-oe/recipes-support/opencv/opencv_3.1.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-support/opencv/opencv_3.1.bb b/meta-oe/recipes-support/opencv/opencv_3.1.bb
> index 87338cad4a4b..e9e85fe2af0a 100644
> --- a/meta-oe/recipes-support/opencv/opencv_3.1.bb
> +++ b/meta-oe/recipes-support/opencv/opencv_3.1.bb
> @@ -10,7 +10,7 @@ ARM_INSTRUCTION_SET_armv5 = "arm"
>
> DEFAULT_PREFERENCE = "-1"
>
> -DEPENDS = "python-numpy libtool swig swig-native python bzip2 zlib glib-2.0 libwebp"
> +DEPENDS = "python-numpy libtool swig swig-native python bzip2 zlib glib-2.0 libwebp libgphoto2 protobuf"
>
> SRCREV_opencv = "92387b1ef8fad15196dd5f7fb4931444a68bc93a"
> SRCREV_contrib = "5409d5ad560523c85c6796cc5a009347072d883c"
> --
> 2.7.0
>
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
next prev parent reply other threads:[~2016-03-23 10:08 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-21 10:31 [PATCH] opencv: Add missing dependencies Ricardo Ribalda Delgado
2016-03-23 10:12 ` Martin Jansa [this message]
2016-03-23 13:05 ` Ricardo Ribalda Delgado
2016-03-23 14:34 ` Martin Jansa
2016-03-23 20:53 ` Martin Jansa
2016-03-24 12:21 ` Ricardo Ribalda Delgado
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160323101240.GA2565@jama \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
--cc=ricardo.ribalda@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.