]> code.ossystems Code Review - openembedded-core.git/commit
add fontcache.bbclass
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Thu, 31 Jan 2013 07:59:10 +0000 (09:59 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 6 Feb 2013 09:35:02 +0000 (09:35 +0000)
commit0c12f7fb3c2c42e5b633682bb1277b943ac19ea6
tree16818071f1af8cad21ad95154fca12c2c1ec1983
parent6c418ec278335c93692c2e19ec0b7b84b471e2b9
add fontcache.bbclass

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 packages.

[YOCTO #2923]

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/fontcache.bbclass [new file with mode: 0644]