Re: [OE-core] [PATCH 1/8] add fontcache.bbclass

2013-02-07 Thread Phil Blundell
On Thu, 2013-02-07 at 16:38 +0100, Marcin Juszkiewicz wrote: >> +${@qemu_run_binary(d, '$D', '/usr/bin/fc-cache')} --sysroot=$D >/dev/null 2>&1 > What about platform which do not have qemu support? Like AArch64... There are other places in the oe-core tree that already require working qemu support

Re: [OE-core] [PATCH 1/8] add fontcache.bbclass

2013-02-07 Thread Richard Purdie
On Thu, 2013-02-07 at 16:38 +0100, Marcin Juszkiewicz wrote: > W dniu 05.02.2013 10:34, Laurentiu Palcu pisze: > > All font packages should inherit this class in order to generate the > > proper postinst/postrm scriptlets. > > > > The scriptlets will actually create a host intercept hook that will

Re: [OE-core] [PATCH 1/8] add fontcache.bbclass

2013-02-07 Thread Marcin Juszkiewicz
W dniu 05.02.2013 10:34, Laurentiu Palcu pisze: > All font packages should inherit this class in order to generate the > proper postinst/postrm scriptlets. > > The scriptlets will actually create a host intercept hook that will be > executed at the end, at do_rootfs time, after all packages have b

[OE-core] [PATCH 1/8] add fontcache.bbclass

2013-02-05 Thread Laurentiu Palcu
All font packages should inherit this class in order to generate the proper postinst/postrm scriptlets. The scriptlets will actually create a host intercept hook that will be executed at the end, at do_rootfs time, after all packages have been installed. This is good when there are many font packa