[oe] [PATCH][meta-oe 1/1] More quotting fixes

Otavio Salvador otavio at ossystems.com.br
Wed Feb 29 13:50:07 UTC 2012


Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 meta-oe/recipes-connectivity/gnuradio/gnuradio.inc |    2 +-
 meta-oe/recipes-support/mysql/mysql5_5.1.40.inc    |    2 +-
 meta-oe/recipes-support/opencv/opencv_2.3.bb       |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-connectivity/gnuradio/gnuradio.inc b/meta-oe/recipes-connectivity/gnuradio/gnuradio.inc
index 80ac407..144d588 100644
--- a/meta-oe/recipes-connectivity/gnuradio/gnuradio.inc
+++ b/meta-oe/recipes-connectivity/gnuradio/gnuradio.inc
@@ -10,7 +10,7 @@ INC_PR = "r1"
 inherit distutils-base autotools pkgconfig
 
 export BUILD_SYS
-export HOST_SYS=${MULTIMACH_TARGET_SYS}
+export HOST_SYS="${MULTIMACH_TARGET_SYS}"
 
 EXTRA_OECONF = " \
   --program-prefix= \
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 44de2a2..865deb2 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"
 INITSCRIPT_NAME = "mysqld"
 INITSCRIPT_PARAMS = "start 45 S . stop 45 0 6 1 ."
 
-export ac_cv_path_PS=/bin/ps
+export ac_cv_path_PS="/bin/ps"
 export ac_cv_FIND_PROC="/bin/ps p \$\$PID | grep -v grep | grep mysqld > /dev/null"
 PARALLEL_MAKE = " "
 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 1a4bb4f..fdb56a9 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
 export BUILD_SYS
 export HOST_SYS
 export PYTHON_CSPEC="-I${STAGING_INCDIR}/${PYTHON_DIR}"
-export PYTHON=${STAGING_BINDIR_NATIVE}/python
+export PYTHON="${STAGING_BINDIR_NATIVE}/python"
 
 TARGET_CC_ARCH += "-I${S}/include "
 
-- 
1.7.2.5





More information about the Openembedded-devel mailing list