diff options
author | 2012-02-29 12:59:14 +0000 | |
---|---|---|
committer | 2012-02-29 13:12:13 +0000 | |
commit | 320558f494c618f53e0c773db3ea0109476e8359 (patch) | |
tree | bcee8ca217bfdf6d693b11fa01c0aeceef2da172 | |
parent | 0cfceaa53b16e487aad7117d87bb79c0b6f92cf7 (diff) | |
download | poky-1.2_M3.rc1.tar.gz poky-1.2_M3.rc1.tar.bz2 poky-1.2_M3.rc1.zip |
More quoting fixes1.2_M3.rc11.2_M3.final1.2_M3
(From OE-Core rev: 17f2d5d70ad323cea4fb149154bc38844661fa3a)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-demoapps/recipes-connectivity/opensync/libsyncml_0.5.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/guile/guile_2.0.3.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/cairo/cairo.inc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-demoapps/recipes-connectivity/opensync/libsyncml_0.5.4.bb b/meta-demoapps/recipes-connectivity/opensync/libsyncml_0.5.4.bb index c045698031..e96463bbaf 100644 --- a/meta-demoapps/recipes-connectivity/opensync/libsyncml_0.5.4.bb +++ b/meta-demoapps/recipes-connectivity/opensync/libsyncml_0.5.4.bb @@ -14,4 +14,4 @@ PACKAGES += "${PN}-tools" FILES_${PN}-tools = "${bindir}" FILES_${PN} = "${libdir}/*.so.*" -export VERBOSE=1 +export VERBOSE="1" diff --git a/meta/recipes-devtools/guile/guile_2.0.3.bb b/meta/recipes-devtools/guile/guile_2.0.3.bb index 729aed0402..538ff46c99 100644 --- a/meta/recipes-devtools/guile/guile_2.0.3.bb +++ b/meta/recipes-devtools/guile/guile_2.0.3.bb @@ -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 diff --git a/meta/recipes-graphics/cairo/cairo.inc b/meta/recipes-graphics/cairo/cairo.inc index 1d5d551cc7..69984cbc88 100644 --- a/meta/recipes-graphics/cairo/cairo.inc +++ b/meta/recipes-graphics/cairo/cairo.inc @@ -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" |