All of lore.kernel.org
 help / color / mirror / Atom feed
From: Carsten Haitzler (The Rasterman) <raster@rasterman.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: Moving fontconfig cache out of tmpfs
Date: Wed, 19 Nov 2008 08:52:31 +1100	[thread overview]
Message-ID: <20081119085231.45d162ae.raster@rasterman.com> (raw)
In-Reply-To: <20081118210044.GA2528@dodger.lab.datenfreihafen.org>

On Tue, 18 Nov 2008 22:00:44 +0100 Stefan Schmidt <stefan@datenfreihafen.org>
babbled:

> 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.
> 
> People are fine with this?

thumbsup++ :)

> 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
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    raster@rasterman.com




  parent reply	other threads:[~2008-11-18 22:10 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
2008-11-18 23:22       ` Stefan Schmidt
2008-11-18 21:52     ` Carsten Haitzler [this message]
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=20081119085231.45d162ae.raster@rasterman.com \
    --to=raster@rasterman.com \
    --cc=openembedded-devel@lists.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.