All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-browser][PATCH] firefox: workaround for freetype-config breakage
@ 2014-07-08 12:32 Koen Kooi
  2014-08-06 10:24 ` Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Koen Kooi @ 2014-07-08 12:32 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi

All binconfig scripts in OE-core have been disabled, leading to -I/usr/include/freetype2 disappearing from C(PP)FLAGS. Add it in manually as a workaround, mozilla autotools are a maze and not easily fixed.

Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
---
 recipes-mozilla/firefox/firefox_10.0.11esr.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-mozilla/firefox/firefox_10.0.11esr.bb b/recipes-mozilla/firefox/firefox_10.0.11esr.bb
index 1a1178c..98da1a4 100644
--- a/recipes-mozilla/firefox/firefox_10.0.11esr.bb
+++ b/recipes-mozilla/firefox/firefox_10.0.11esr.bb
@@ -85,6 +85,7 @@ inherit mozilla
 EXTRA_OEMAKE = "installdir=${libdir}/${PN}"
 
 ARM_INSTRUCTION_SET = "arm"
+TARGET_CC_ARCH += " -I${STAGING_INCDIR}/freetype2"
 
 do_install() {
 	oe_runmake DESTDIR="${D}" destdir="${D}" install
-- 
1.9.3



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

* Re: [meta-browser][PATCH] firefox: workaround for freetype-config breakage
  2014-07-08 12:32 [meta-browser][PATCH] firefox: workaround for freetype-config breakage Koen Kooi
@ 2014-08-06 10:24 ` Martin Jansa
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2014-08-06 10:24 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi

[-- Attachment #1: Type: text/plain, Size: 1257 bytes --]

On Tue, Jul 08, 2014 at 02:32:39PM +0200, Koen Kooi wrote:
> All binconfig scripts in OE-core have been disabled, leading to -I/usr/include/freetype2 disappearing from C(PP)FLAGS. Add it in manually as a workaround, mozilla autotools are a maze and not easily fixed.

I've merged this one.

Thanks

> Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
> ---
>  recipes-mozilla/firefox/firefox_10.0.11esr.bb | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/recipes-mozilla/firefox/firefox_10.0.11esr.bb b/recipes-mozilla/firefox/firefox_10.0.11esr.bb
> index 1a1178c..98da1a4 100644
> --- a/recipes-mozilla/firefox/firefox_10.0.11esr.bb
> +++ b/recipes-mozilla/firefox/firefox_10.0.11esr.bb
> @@ -85,6 +85,7 @@ inherit mozilla
>  EXTRA_OEMAKE = "installdir=${libdir}/${PN}"
>  
>  ARM_INSTRUCTION_SET = "arm"
> +TARGET_CC_ARCH += " -I${STAGING_INCDIR}/freetype2"
>  
>  do_install() {
>  	oe_runmake DESTDIR="${D}" destdir="${D}" install
> -- 
> 1.9.3
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

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

end of thread, other threads:[~2014-08-06 10:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-08 12:32 [meta-browser][PATCH] firefox: workaround for freetype-config breakage Koen Kooi
2014-08-06 10:24 ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.