diff options
| author | Jonathan Liu <net147@gmail.com> | 2015-03-10 12:01:28 +1100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-03-10 14:43:08 +0100 |
| commit | 5d9286ab811d6382b7f4c48aff6079ed580218d4 (patch) | |
| tree | a5b991ca70525c1ea14086799156102a1875bab5 | |
| parent | 936d70288fd30f4df42bc382fec886a6495ef582 (diff) | |
| download | meta-qt5-5d9286ab811d6382b7f4c48aff6079ed580218d4.tar.gz | |
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>
| -rw-r--r-- | recipes-qt/qt5/qtbase.inc | 1 |
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() { | |||
| 215 | # install fonts manually if they are missing | 215 | # install fonts manually if they are missing |
| 216 | if [ ! -d ${D}/${OE_QMAKE_PATH_LIBS}/fonts ]; then | 216 | if [ ! -d ${D}/${OE_QMAKE_PATH_LIBS}/fonts ]; then |
| 217 | cp -a ${S}/lib/fonts ${D}/${OE_QMAKE_PATH_LIBS} | 217 | cp -a ${S}/lib/fonts ${D}/${OE_QMAKE_PATH_LIBS} |
| 218 | chown -R root:root ${D}/${OE_QMAKE_PATH_LIBS}/fonts | ||
| 218 | fi | 219 | fi |
| 219 | 220 | ||
| 220 | # Remove example.pro file as it is useless | 221 | # Remove example.pro file as it is useless |
