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 | |
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')
-rw-r--r-- | meta-oe/recipes-support/mysql/mysql5_5.1.40.inc | 2 | ||||
-rw-r--r-- | meta-oe/recipes-support/opencv/opencv_2.3.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/mysql/mysql5_5.1.40.inc b/meta-oe/recipes-support/mysql/mysql5_5.1.40.inc index 44de2a229..865deb2e2 100644 --- a/meta-oe/recipes-support/mysql/mysql5_5.1.40.inc +++ b/meta-oe/recipes-support/mysql/mysql5_5.1.40.inc | |||
@@ -28,7 +28,7 @@ INITSCRIPT_PACKAGES = "${PN}-server" | |||
28 | INITSCRIPT_NAME = "mysqld" | 28 | INITSCRIPT_NAME = "mysqld" |
29 | INITSCRIPT_PARAMS = "start 45 S . stop 45 0 6 1 ." | 29 | INITSCRIPT_PARAMS = "start 45 S . stop 45 0 6 1 ." |
30 | 30 | ||
31 | export ac_cv_path_PS=/bin/ps | 31 | export ac_cv_path_PS="/bin/ps" |
32 | export ac_cv_FIND_PROC="/bin/ps p \$\$PID | grep -v grep | grep mysqld > /dev/null" | 32 | export ac_cv_FIND_PROC="/bin/ps p \$\$PID | grep -v grep | grep mysqld > /dev/null" |
33 | PARALLEL_MAKE = " " | 33 | PARALLEL_MAKE = " " |
34 | EXTRA_OEMAKE = "'GEN_LEX_HASH=${STAGING_BINDIR_NATIVE}/gen_lex_hash'" | 34 | EXTRA_OEMAKE = "'GEN_LEX_HASH=${STAGING_BINDIR_NATIVE}/gen_lex_hash'" |
diff --git a/meta-oe/recipes-support/opencv/opencv_2.3.bb b/meta-oe/recipes-support/opencv/opencv_2.3.bb index 1a4bb4fde..fdb56a9e2 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 | ||