]> code.ossystems Code Review - openembedded-core.git/commit
postinst-intercepts/update_font_cache: fix ownership of fontconfig cache
authorJonathan Liu <net147@gmail.com>
Mon, 9 Mar 2015 02:28:37 +0000 (13:28 +1100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Mar 2015 17:38:33 +0000 (17:38 +0000)
commit23393c6685860d0b1c459874d35395360d0b6d3c
tree38d5fb588a3e3e2eee8e59eb0a2e33323307e193
parent2f99ee5725ffc173bf32c0b707aa90adbc4eed95
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>
meta/classes/fontcache.bbclass
scripts/postinst-intercepts/update_font_cache