From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@openembedded.org
Subject: Re: Moving fontconfig cache out of tmpfs
Date: Tue, 18 Nov 2008 22:44:56 +0100 [thread overview]
Message-ID: <gfvd0o$9h1$1@ger.gmane.org> (raw)
In-Reply-To: <20081118210044.GA2528@dodger.lab.datenfreihafen.org>
On 18-11-08 22:00, Stefan Schmidt wrote:
> Hello.
>
> On Mon, 2008-11-17 at 19:47, Leon Woestenberg wrote:
>> /var/lib/ looks fine to me.
>
> Luckily fontconfig already has a configure option for the cache dir. Only some
> small EXTRA_OECONF fiddeling was needed.
Does it create the dir at runtime, or do we have to package it?
regards,
Koen
>
> People are fine with this?
>
> diff --git a/packages/fontconfig/fontconfig.inc b/packages/fontconfig/fontconfig.inc
> index 252b843..9af3540 100644
> --- a/packages/fontconfig/fontconfig.inc
> +++ b/packages/fontconfig/fontconfig.inc
> @@ -18,7 +18,7 @@ inherit autotools pkgconfig
>
> export HASDOCBOOK="no"
>
> -EXTRA_OECONF = " --disable-docs"
> +EXTRA_OECONF = " --disable-docs --with-cache-dir=/var/lib/fontconfig"
> EXTRA_OEMAKE = "FC_LANG=fc-lang FC_GLYPHNAME=fc-glyphname"
>
> # The tarball has some of the patched files as read only, which
> diff --git a/packages/fontconfig/fontconfig_2.6.0.bb b/packages/fontconfig/fontconfig_2.6.0.bb
> index 3f7eca4..d6c1019 100644
> --- a/packages/fontconfig/fontconfig_2.6.0.bb
> +++ b/packages/fontconfig/fontconfig_2.6.0.bb
> @@ -24,7 +24,7 @@ inherit autotools pkgconfig
>
> export HASDOCBOOK="no"
>
> -EXTRA_OECONF = " --disable-docs --with-arch=${HOST_ARCH}"
> +EXTRA_OECONF = " --disable-docs --with-arch=${HOST_ARCH} --with-cache-dir=/var/lib/fontconfig"
> EXTRA_OEMAKE = "FC_LANG=fc-lang FC_GLYPHNAME=fc-glyphname"
>
> # The tarball has some of the patched files as read only, which
>
> regards
> Stefan Schmidt
next prev parent reply other threads:[~2008-11-18 21:47 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-17 15:19 Moving fontconfig cache out of tmpfs Stefan Schmidt
2008-11-17 15:33 ` Julien Cassignol
2008-11-17 15:47 ` Koen Kooi
2008-11-17 18:47 ` Leon Woestenberg
2008-11-18 21:00 ` Stefan Schmidt
2008-11-18 21:44 ` Koen Kooi [this message]
2008-11-18 23:22 ` Stefan Schmidt
2008-11-18 21:52 ` Carsten Haitzler
2008-11-20 13:53 ` Stefan Schmidt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='gfvd0o$9h1$1@ger.gmane.org' \
--to=k.kooi@student.utwente.nl \
--cc=openembedded-devel@lists.openembedded.org \
--cc=openembedded-devel@openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.