[oe] [meta-browser][PATCH] firefox: workaround for freetype-config breakage
Martin Jansa
martin.jansa at gmail.com
Wed Aug 6 10:24:02 UTC 2014
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 at 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 at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20140806/ee91151a/attachment-0002.sig>
More information about the Openembedded-devel
mailing list