summaryrefslogtreecommitdiffstats
path: root/recipes-qt
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt')
-rw-r--r--recipes-qt/qt5/qt5.inc15
1 files changed, 1 insertions, 14 deletions
diff --git a/recipes-qt/qt5/qt5.inc b/recipes-qt/qt5/qt5.inc
index 4e78577a..474eee21 100644
--- a/recipes-qt/qt5/qt5.inc
+++ b/recipes-qt/qt5/qt5.inc
@@ -82,20 +82,7 @@ do_compile() {
82} 82}
83 83
84do_install() { 84do_install() {
85 oe_runmake install INSTALL_ROOT=${D} 85 qmake5_base_do_install
86
87 # everything except HostData and HostBinaries is prefixed with sysroot value,
88 # but we cannot remove sysroot override, because that's useful for pkg-config etc
89 if [ -d ${D}${STAGING_DIR_TARGET} ] ; then
90 cp -ra ${D}${STAGING_DIR_TARGET}/* ${D}
91 rm -rf ${D}${STAGING_DIR_TARGET}
92 # remove empty dirs
93 TMP=`dirname ${D}/${STAGING_DIR_TARGET}`
94 while test ${TMP} != ${D}; do
95 rmdir ${TMP}
96 TMP=`dirname ${TMP}`;
97 done
98 fi
99} 86}
100 87
101PACKAGES =. "${PN}-tools-dbg ${PN}-plugins-dbg ${PN}-tools ${PN}-plugins ${PN}-mkspecs " 88PACKAGES =. "${PN}-tools-dbg ${PN}-plugins-dbg ${PN}-tools ${PN}-plugins ${PN}-mkspecs "