summaryrefslogtreecommitdiff
path: root/meta-qt5
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2015-03-10 12:01:28 +1100
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-07-24 13:42:14 -0300
commite4dc72b1209f5137c8c0f8745828f32e3c6d20df (patch)
tree585ea3384be0244c77caef26e860586103e03252 /meta-qt5
parent76688d321702c9b822fa192f1ba419afc9a244b7 (diff)
downloadtizen-distro-e4dc72b1209f5137c8c0f8745828f32e3c6d20df.tar.gz
tizen-distro-e4dc72b1209f5137c8c0f8745828f32e3c6d20df.tar.bz2
tizen-distro-e4dc72b1209f5137c8c0f8745828f32e3c6d20df.zip
qt5-base: fix file ownership of fonts
The file ownership needs to be explicitly set otherwise it inherits the user and group id of the build user. (From meta-qt5 rev: 5d9286ab811d6382b7f4c48aff6079ed580218d4) Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'meta-qt5')
-rw-r--r--meta-qt5/recipes-qt/qt5/qtbase.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-qt5/recipes-qt/qt5/qtbase.inc b/meta-qt5/recipes-qt/qt5/qtbase.inc
index d7c027fb1f..93edb53152 100644
--- a/meta-qt5/recipes-qt/qt5/qtbase.inc
+++ b/meta-qt5/recipes-qt/qt5/qtbase.inc
@@ -215,6 +215,7 @@ do_install_append() {
# install fonts manually if they are missing
if [ ! -d ${D}/${OE_QMAKE_PATH_LIBS}/fonts ]; then
cp -a ${S}/lib/fonts ${D}/${OE_QMAKE_PATH_LIBS}
+ chown -R root:root ${D}/${OE_QMAKE_PATH_LIBS}/fonts
fi
# Remove example.pro file as it is useless