diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2012-02-29 13:50:07 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-29 14:52:45 +0100 |
| commit | 59de020063c4a5130c4f7e1a997aa32db18575ee (patch) | |
| tree | c51d129cc21d441a5b5b43066cc7d6a36eb28095 /meta-oe/recipes-support/opencv | |
| parent | f742316e223b911c005fb85f7defd8ae891e34e2 (diff) | |
| download | meta-openembedded-59de020063c4a5130c4f7e1a997aa32db18575ee.tar.gz | |
More quotting fixes
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-support/opencv')
| -rw-r--r-- | meta-oe/recipes-support/opencv/opencv_2.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/opencv/opencv_2.3.bb b/meta-oe/recipes-support/opencv/opencv_2.3.bb index 1a4bb4fde5..fdb56a9e2c 100644 --- a/meta-oe/recipes-support/opencv/opencv_2.3.bb +++ b/meta-oe/recipes-support/opencv/opencv_2.3.bb | |||
| @@ -31,7 +31,7 @@ inherit distutils-base pkgconfig cmake | |||
| 31 | export BUILD_SYS | 31 | export BUILD_SYS |
| 32 | export HOST_SYS | 32 | export HOST_SYS |
| 33 | export PYTHON_CSPEC="-I${STAGING_INCDIR}/${PYTHON_DIR}" | 33 | export PYTHON_CSPEC="-I${STAGING_INCDIR}/${PYTHON_DIR}" |
| 34 | export PYTHON=${STAGING_BINDIR_NATIVE}/python | 34 | export PYTHON="${STAGING_BINDIR_NATIVE}/python" |
| 35 | 35 | ||
| 36 | TARGET_CC_ARCH += "-I${S}/include " | 36 | TARGET_CC_ARCH += "-I${S}/include " |
| 37 | 37 | ||
