]> code.ossystems Code Review - openembedded-core.git/commit
postinst-intercepts/update_font_cache: fix ownership of fontconfig cache
authorJonathan Liu <net147@gmail.com>
Tue, 21 Apr 2015 10:53:02 +0000 (12:53 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 27 Apr 2015 14:02:25 +0000 (15:02 +0100)
commit0ecccc7e75f2833c4f2599ce46b6fb9a0bc06e22
tree2fac4a999b194a34c6d9bee270e4b84b3a1ad7f4
parent88dfdf7f87f5ea9f5b6200896fc7e7f5374929df
postinst-intercepts/update_font_cache: fix ownership of fontconfig cache

The file ownership of the cache files in /var/cache/fontconfig needs to
be set to root:root otherwise it inherits the user and group id of the
build user.

[YOCTO #7411]

Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/fontcache.bbclass
scripts/postinst-intercepts/update_font_cache