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/recipes-graphics/cairo | |
parent | 0cfceaa53b16e487aad7117d87bb79c0b6f92cf7 (diff) | |
download | poky-35f0079c5a297c4d87d00140929afcf690f0b8b9.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/recipes-graphics/cairo')
-rw-r--r-- | meta/recipes-graphics/cairo/cairo.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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" |