From: Robert P. J. Day Date: Mon, 23 Jul 2012 10:06:15 +0000 (-0400) Subject: webkit-gtk: Replace superfluous "+=" with "=", and add leading space X-Git-Tag: yocto-4.0~36198 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=201fa631175bb0a32c53922c630d403493e61bad;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git webkit-gtk: Replace superfluous "+=" with "=", and add leading space Signed-off-by: Robert P. J. Day Signed-off-by: Saul Wold --- diff --git a/meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb b/meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb index 229273f48ba..dd438117803 100644 --- a/meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb +++ b/meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb @@ -47,9 +47,9 @@ EXTRA_OECONF = "\ " #default unicode backend icu breaks in cross-compile when target and host are different endian type -EXTRA_OECONF_append_powerpc += "--with-unicode-backend=glib" +EXTRA_OECONF_append_powerpc = " --with-unicode-backend=glib" -CPPFLAGS_append_powerpc += "-I${STAGING_INCDIR}/pango-1.0 \ +CPPFLAGS_append_powerpc = " -I${STAGING_INCDIR}/pango-1.0 \ -I${STAGING_LIBDIR}/glib-2.0/include \ -I${STAGING_INCDIR}/glib-2.0"