diff options
-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" | |||
14 | FILES_${PN}-tools = "${bindir}" | 14 | FILES_${PN}-tools = "${bindir}" |
15 | FILES_${PN} = "${libdir}/*.so.*" | 15 | FILES_${PN} = "${libdir}/*.so.*" |
16 | 16 | ||
17 | export VERBOSE=1 | 17 | 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() { | |||
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" |