summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2015-01-23 06:08:40 -0800
committerPatrick Ohly <patrick.ohly@intel.com>2015-01-26 02:47:03 -0800
commitdb6ab944d71077a02fb4b504bed4dc6f1cc7794c (patch)
tree6d7bfc09df3f4336312537fc3393926c366f5773
parentdc0a5b78be343e107e7c28c75c54d2f8a66709b9 (diff)
downloadmeta-tizen-db6ab944d71077a02fb4b504bed4dc6f1cc7794c.tar.gz
meta-tizen-db6ab944d71077a02fb4b504bed4dc6f1cc7794c.tar.bz2
meta-tizen-db6ab944d71077a02fb4b504bed4dc6f1cc7794c.zip
crosswalk: Add missing quotes around export lines
This fixes a bashism: it works without quotes in bash and fails in dash. Change-Id: Id34e02f37189d1d1bc84cc575cc85fa4bf451b6e Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r--meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk.inc b/meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk.inc
index 4dd0a53c..81fa41b1 100644
--- a/meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk.inc
+++ b/meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk.inc
@@ -124,12 +124,12 @@ do_compile() {
# to be left out (since several pieces are built with -Werror). At least in
# M39, this is preventing the "rtc_base" target from being built because it
# does not expect -Wall to be passed to the compiler (see webrtc issue 3307).
- export CXXFLAGS=`echo $CXXFLAGS | sed s,-Wall,,g`
+ export CXXFLAGS="`echo $CXXFLAGS | sed s,-Wall,,g`"
# For ffmpeg on ia32. The original CFLAGS set by the gyp and config files in
# src/third_party/ffmpeg already pass -O2 -fomit-frame-pointer, but Tizen's
# CFLAGS end up appending -fno-omit-frame-pointer. See http://crbug.com/37246
- export CFLAGS=`echo $CFLAGS | sed s,-fno-omit-frame-pointer,,g`
+ export CFLAGS="`echo $CFLAGS | sed s,-fno-omit-frame-pointer,,g`"
# Building the RPM in the GBS chroot fails with errors such as