Openembedded Core Discussions
 help / color / mirror / Atom feed
* webkit-gtk: Replace superfluous "+=" with "=", and add leading space
@ 2012-07-23 10:06 Robert P. J. Day
  2012-07-26 19:26 ` Saul Wold
  0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2012-07-23 10:06 UTC (permalink / raw)
  To: OE Core mailing list


Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---

  i think that might be all of them ...

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 229273f..dd43811 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"


-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: webkit-gtk: Replace superfluous "+=" with "=", and add leading space
  2012-07-23 10:06 webkit-gtk: Replace superfluous "+=" with "=", and add leading space Robert P. J. Day
@ 2012-07-26 19:26 ` Saul Wold
  0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2012-07-26 19:26 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 07/23/2012 03:06 AM, Robert P. J. Day wrote:
>
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
>
> ---
>
>    i think that might be all of them ...
>
> 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 229273f..dd43811 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"
>
>
Merged into OE-Core

Thanks
	Sau!





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-26 19:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-23 10:06 webkit-gtk: Replace superfluous "+=" with "=", and add leading space Robert P. J. Day
2012-07-26 19:26 ` Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox