diff options
author | Mikko Gronoff <mikko.gronoff@qt.io> | 2017-11-17 08:47:42 +0200 |
---|---|---|
committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2017-11-17 07:32:54 +0000 |
commit | 2ed6e25343501b55823b56111cc21111921972c9 (patch) | |
tree | 08a15803144cfbbbfbc59f39e8feef3550001a90 | |
parent | 9e7abab74d26de6f2cf45b26ad85b63cae3f97fb (diff) | |
download | meta-boot2qt-2ed6e25343501b55823b56111cc21111921972c9.tar.gz |
simulator: fix recipe v2
Fix rest of the install phase errors
Change-Id: I68f8a6413f651ed9d157e5ca805d0deb99bfc92a
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r-- | recipes-qt/qt5-addons/qtsimulator_1.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-qt/qt5-addons/qtsimulator_1.0.bb b/recipes-qt/qt5-addons/qtsimulator_1.0.bb index f420631..6810d06 100644 --- a/recipes-qt/qt5-addons/qtsimulator_1.0.bb +++ b/recipes-qt/qt5-addons/qtsimulator_1.0.bb | |||
@@ -57,7 +57,10 @@ do_install_append() { | |||
57 | install -m 0755 -d ${D}${systemd_unitdir}/system | 57 | install -m 0755 -d ${D}${systemd_unitdir}/system |
58 | install -m 0644 ${WORKDIR}/emulatorproxy.service ${D}${systemd_unitdir}/system/ | 58 | install -m 0644 ${WORKDIR}/emulatorproxy.service ${D}${systemd_unitdir}/system/ |
59 | 59 | ||
60 | install -m 0755 -d ${D}${sysconfdir}/profile.d | ||
60 | install -m 0644 ${WORKDIR}/emulator-hostname.sh ${D}${sysconfdir}/profile.d/ | 61 | install -m 0644 ${WORKDIR}/emulator-hostname.sh ${D}${sysconfdir}/profile.d/ |
62 | |||
63 | install -m 0755 -d ${D}${sysconfdir}/default | ||
61 | install -m 0644 ${WORKDIR}/emulator ${D}${sysconfdir}/default/ | 64 | install -m 0644 ${WORKDIR}/emulator ${D}${sysconfdir}/default/ |
62 | } | 65 | } |
63 | 66 | ||