summaryrefslogtreecommitdiffstats
path: root/classes/qmake5_base.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'classes/qmake5_base.bbclass')
-rw-r--r--classes/qmake5_base.bbclass2
1 files changed, 0 insertions, 2 deletions
diff --git a/classes/qmake5_base.bbclass b/classes/qmake5_base.bbclass
index eb070a0a..d50203ed 100644
--- a/classes/qmake5_base.bbclass
+++ b/classes/qmake5_base.bbclass
@@ -171,7 +171,6 @@ qmake5_base_do_configure () {
171 171
172qmake5_base_native_do_install() { 172qmake5_base_native_do_install() {
173 oe_runmake install INSTALL_ROOT=${D} 173 oe_runmake install INSTALL_ROOT=${D}
174 find "${D}" -ignore_readdir_race -name "*.la" -delete
175} 174}
176 175
177qmake5_base_fix_install() { 176qmake5_base_fix_install() {
@@ -196,7 +195,6 @@ qmake5_base_do_install() {
196 find . -name "Makefile*" | xargs -r sed -i "s,(INSTALL_ROOT)${STAGING_DIR_NATIVE},(INSTALL_ROOT),g" 195 find . -name "Makefile*" | xargs -r sed -i "s,(INSTALL_ROOT)${STAGING_DIR_NATIVE},(INSTALL_ROOT),g"
197 196
198 oe_runmake install INSTALL_ROOT=${D} 197 oe_runmake install INSTALL_ROOT=${D}
199 find "${D}" -ignore_readdir_race -name "*.la" -delete
200 198
201 # everything except HostData and HostBinaries is prefixed with sysroot value, 199 # everything except HostData and HostBinaries is prefixed with sysroot value,
202 # but we cannot remove sysroot override, because that's useful for pkg-config etc 200 # but we cannot remove sysroot override, because that's useful for pkg-config etc