[oe] [meta-oe][PATCH 7/8] opencv: Add new PACKAGECONFIG lapack

Ricardo Ribalda Delgado ricardo.ribalda at gmail.com
Tue Dec 13 21:04:03 UTC 2016


If lapack is detected there are some extra OpenCV modules that can be
built. Unfortunately they cannot be selected with -DWIDH ...

Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda at gmail.com>
---
 meta-oe/recipes-support/opencv/opencv_3.1.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/opencv/opencv_3.1.bb b/meta-oe/recipes-support/opencv/opencv_3.1.bb
index 8cab3b87ea95..f1a3ff55009c 100644
--- a/meta-oe/recipes-support/opencv/opencv_3.1.bb
+++ b/meta-oe/recipes-support/opencv/opencv_3.1.bb
@@ -70,6 +70,7 @@ PACKAGECONFIG[samples] = "-DBUILD_EXAMPLES=ON -DINSTALL_PYTHON_EXAMPLES=ON,-DBUI
 PACKAGECONFIG[tbb] = "-DWITH_TBB=ON,-DWITH_TBB=OFF,tbb,"
 PACKAGECONFIG[tiff] = "-DWITH_TIFF=ON,-DWITH_TIFF=OFF,tiff,"
 PACKAGECONFIG[v4l] = "-DWITH_V4L=ON,-DWITH_V4L=OFF,v4l-utils,"
+PACKAGECONFIG[lapack] = ",,lapack,"
 
 inherit pkgconfig cmake
 
-- 
2.10.2




More information about the Openembedded-devel mailing list