diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-02-29 12:59:14 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-29 13:12:13 +0000 |
commit | 320558f494c618f53e0c773db3ea0109476e8359 (patch) | |
tree | bcee8ca217bfdf6d693b11fa01c0aeceef2da172 /meta | |
parent | 0cfceaa53b16e487aad7117d87bb79c0b6f92cf7 (diff) | |
download | poky-320558f494c618f53e0c773db3ea0109476e8359.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/guile/guile_2.0.3.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/cairo/cairo.inc | 2 |
2 files changed, 2 insertions, 2 deletions
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() { | |||
39 | mkdir -p po | 39 | mkdir -p po |
40 | } | 40 | } |
41 | 41 | ||
42 | export GUILE_FOR_BUILD=${BUILD_SYS}-guile | 42 | export GUILE_FOR_BUILD="${BUILD_SYS}-guile" |
43 | 43 | ||
44 | do_compile_append() { | 44 | do_compile_append() { |
45 | # just for target recipe | 45 | # 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)} \ | |||
27 | inherit autotools pkgconfig | 27 | inherit autotools pkgconfig |
28 | 28 | ||
29 | # We don't depend on binutils so we need to disable this | 29 | # We don't depend on binutils so we need to disable this |
30 | export ac_cv_lib_bfd_bfd_openr=no | 30 | export ac_cv_lib_bfd_bfd_openr="no" |