[oe-commits] Lukas Bulwahn : opencv: Add libeigen dependency

git at git.openembedded.org git at git.openembedded.org
Sat Oct 5 10:27:15 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: d6577d80ec37d335d4909e113ca9f8e077e19742
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=d6577d80ec37d335d4909e113ca9f8e077e19742

Author: Lukas Bulwahn <lukas.bulwahn at oss.bmw-carit.de>
Date:   Tue Oct  1 07:44:13 2013 +0000

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 <lukas.bulwahn at oss.bmw-carit.de>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/opencv/opencv_2.4.3.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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 39b608a..21a4f06 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 \



More information about the Openembedded-commits mailing list