Lukas Thanks for patch. while you are at it. Can you convert this to be a PACKAGECONFIG as well ?
On Sep 24, 2013, at 7:12 AM, Lukas Bulwahn <[email protected]> wrote: > 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 <[email protected]> > --- > 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 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 \ > -- > 1.7.10.4 > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
