aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtbase.inc
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2015-03-10 12:01:28 +1100
committerMartin Jansa <Martin.Jansa@gmail.com>2015-03-10 14:43:08 +0100
commit5d9286ab811d6382b7f4c48aff6079ed580218d4 (patch)
treea5b991ca70525c1ea14086799156102a1875bab5 /recipes-qt/qt5/qtbase.inc
parent936d70288fd30f4df42bc382fec886a6495ef582 (diff)
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. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtbase.inc')
-rw-r--r--recipes-qt/qt5/qtbase.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc
index d7c027fb..93edb531 100644
--- a/recipes-qt/qt5/qtbase.inc
+++ b/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