[oe] [meta-oe][PATCH 2/2] opencv: switch to out-of-tree builds

Koen Kooi koen at dominion.thruhere.net
Sun Mar 17 10:33:33 UTC 2013


This eliminates a few warnings from the configure step and makes sense in general.

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
---
 meta-oe/recipes-support/opencv/opencv_2.4.3.bb | 4 ++++
 1 file changed, 4 insertions(+)

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 2114e77..916c8c5 100644
--- a/meta-oe/recipes-support/opencv/opencv_2.4.3.bb
+++ b/meta-oe/recipes-support/opencv/opencv_2.4.3.bb
@@ -20,6 +20,10 @@ PR = "r2"
 
 S = "${WORKDIR}/OpenCV-${PV}"
 
+# Do an out-of-tree build
+OECMAKE_SOURCEPATH = "${S}"
+OECMAKE_BUILDPATH = "${WORKDIR}/build-${TARGET_ARCH}"
+
 EXTRA_OECMAKE = "-DPYTHON_NUMPY_INCLUDE_DIR:PATH=${STAGING_LIBDIR}/${PYTHON_DIR}/site-packages/numpy/core/include \
                  -DBUILD_PYTHON_SUPPORT=ON \
                  -DWITH_FFMPEG=ON \
-- 
1.8.1.4





More information about the Openembedded-devel mailing list