From d6577d80ec37d335d4909e113ca9f8e077e19742 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Tue, 1 Oct 2013 07:44:13 +0000 Subject: opencv: Add libeigen dependency In the opencv's CMakeLists.txt under Optional 3rd party components, the option "WITH_EIGEN" is by default ON. Hence, this commit adds the libeigen dependency to opencv. Signed-off-by: Lukas Bulwahn Signed-off-by: Martin Jansa --- meta-oe/recipes-support/opencv/opencv_2.4.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/opencv/opencv_2.4.3.bb b/meta-oe/recipes-support/opencv/opencv_2.4.3.bb index 39b608a334..21a4f06740 100644 --- a/meta-oe/recipes-support/opencv/opencv_2.4.3.bb +++ b/meta-oe/recipes-support/opencv/opencv_2.4.3.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://include/opencv2/opencv.hpp;endline=41;md5=6d690d8488a ARM_INSTRUCTION_SET = "arm" -DEPENDS = "python-numpy v4l-utils libav gtk+ libtool swig swig-native python jpeg bzip2 zlib libpng tiff glib-2.0" +DEPENDS = "python-numpy v4l-utils libav gtk+ libtool swig swig-native python jpeg bzip2 zlib libpng tiff glib-2.0 libeigen" SRC_URI = "${SOURCEFORGE_MIRROR}/opencvlibrary/opencv-unix/${PV}/OpenCV-${PV}.tar.bz2 \ file://opencv-fix-pkgconfig-generation.patch \ -- cgit v1.2.3-54-g00ecf