Commit 320558f4 authored by Paul Eggleton's avatar Paul Eggleton Committed by Richard Purdie
Browse files

More quoting fixes


(From OE-Core rev: 17f2d5d70ad323cea4fb149154bc38844661fa3a)
Signed-off-by: default avatarPaul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
parent 0cfceaa5
No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
......@@ -14,4 +14,4 @@ PACKAGES += "${PN}-tools"
FILES_${PN}-tools = "${bindir}"
FILES_${PN} = "${libdir}/*.so.*"
export VERBOSE=1
export VERBOSE="1"
......@@ -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
......
......@@ -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"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment