More quoting fixes

(From OE-Core rev: 17f2d5d70ad323cea4fb149154bc38844661fa3a)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Paul Eggleton 2012-02-29 12:59:14 +00:00 committed by Richard Purdie
parent 0cfceaa53b
commit 320558f494
3 changed files with 3 additions and 3 deletions

View File

@ -14,4 +14,4 @@ PACKAGES += "${PN}-tools"
FILES_${PN}-tools = "${bindir}"
FILES_${PN} = "${libdir}/*.so.*"
export VERBOSE=1
export VERBOSE="1"

View File

@ -39,7 +39,7 @@ do_configure_prepend() {
mkdir -p po
}
export GUILE_FOR_BUILD=${BUILD_SYS}-guile
export GUILE_FOR_BUILD="${BUILD_SYS}-guile"
do_compile_append() {
# just for target recipe

View File

@ -27,4 +27,4 @@ EXTRA_OECONF += "${@get_cairo_fpu_setting(bb, d)} \
inherit autotools pkgconfig
# We don't depend on binutils so we need to disable this
export ac_cv_lib_bfd_bfd_openr=no
export ac_cv_lib_bfd_bfd_openr="no"