diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2012-07-23 06:06:15 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-26 14:40:46 +0100 |
commit | b882a12ef214957bcb175c12687c4f380e91fbd4 (patch) | |
tree | 385240033d2f87f9f7da6f58e5a4a4f242ff69f1 /meta/recipes-sato/webkit | |
parent | 70bc9cfa0577c157c06246f5a688d73239c42999 (diff) | |
download | poky-b882a12ef214957bcb175c12687c4f380e91fbd4.tar.gz |
webkit-gtk: Replace superfluous "+=" with "=", and add leading space
(From OE-Core rev: 201fa631175bb0a32c53922c630d403493e61bad)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/webkit')
-rw-r--r-- | meta/recipes-sato/webkit/webkit-gtk_1.8.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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 229273f48b..dd43811780 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 = "\ | |||
47 | " | 47 | " |
48 | 48 | ||
49 | #default unicode backend icu breaks in cross-compile when target and host are different endian type | 49 | #default unicode backend icu breaks in cross-compile when target and host are different endian type |
50 | EXTRA_OECONF_append_powerpc += "--with-unicode-backend=glib" | 50 | EXTRA_OECONF_append_powerpc = " --with-unicode-backend=glib" |
51 | 51 | ||
52 | CPPFLAGS_append_powerpc += "-I${STAGING_INCDIR}/pango-1.0 \ | 52 | CPPFLAGS_append_powerpc = " -I${STAGING_INCDIR}/pango-1.0 \ |
53 | -I${STAGING_LIBDIR}/glib-2.0/include \ | 53 | -I${STAGING_LIBDIR}/glib-2.0/include \ |
54 | -I${STAGING_INCDIR}/glib-2.0" | 54 | -I${STAGING_INCDIR}/glib-2.0" |
55 | 55 | ||