summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-11-18 20:08:56 +0100
committerKoen Kooi <koen@openembedded.org>2008-11-18 20:08:56 +0100
commit67408da0bc4cafc5206d2af17b9c3fa71de3cbe1 (patch)
treec53273a68b1e3a92e6c898c33673c22f6d090b86
parentfd2b7721f7e9ea1c05d24636f10d90f23cfa400d (diff)
opencv: fix pythonpath
-rw-r--r--packages/opencv/opencv_cvs.bb11
1 files changed, 8 insertions, 3 deletions
diff --git a/packages/opencv/opencv_cvs.bb b/packages/opencv/opencv_cvs.bb
index cc97a715a0..1f9485ad0a 100644
--- a/packages/opencv/opencv_cvs.bb
+++ b/packages/opencv/opencv_cvs.bb
@@ -4,7 +4,7 @@ SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPLv2"
-PR = "r0"
+PR = "r1"
DEPENDS = "libtool swig swig-native python jpeg zlib libpng tiff glib-2.0"
@@ -18,11 +18,16 @@ S = "${WORKDIR}/opencv"
inherit distutils-base autotools pkgconfig
-EXTRA_OECONF = "--disable-debug --with-gtk --enable-apps --with-python az_python_cspec=${STAGING_INCDIR}/${PYTHON_DIR}"
+EXTRA_OECONF = " \
+ --disable-debug \
+ --with-gtk \
+ --enable-apps \
+ --with-python az_python_cspec=${STAGING_INCDIR}/${PYTHON_DIR} \
+ "
export BUILD_SYS
export HOST_SYS
-export PYTHON_CSPEC=${STAGING_INCDIR}/${PYTHON_DIR}
+export PYTHON_CSPEC="-I${STAGING_INCDIR}/${PYTHON_DIR}"
do_configure_prepend() {
cp ${WORKDIR}/acinclude.m4 ${S}