[oe-commits] [meta-openembedded] 12/15: opencv: Add missing dependencies

git at git.openembedded.org git at git.openembedded.org
Fri Mar 25 10:33:08 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit d4394c63d669567ba74fe18eac09c6f306db3870
Author: Ricardo Ribalda Delgado <ricardo.ribalda at gmail.com>
AuthorDate: Mon Mar 21 11:31:36 2016 +0100

    opencv: Add missing dependencies
    
    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]
    
    Credit-to: Martin Jansa <martin.jansa at gmail.com>
    Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at 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 87338ca..e9e85fe 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list