summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtjsbackend-native.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/qtjsbackend-native.inc')
-rw-r--r--recipes-qt/qt5/qtjsbackend-native.inc9
1 files changed, 0 insertions, 9 deletions
diff --git a/recipes-qt/qt5/qtjsbackend-native.inc b/recipes-qt/qt5/qtjsbackend-native.inc
index 3db01350..2cf113d8 100644
--- a/recipes-qt/qt5/qtjsbackend-native.inc
+++ b/recipes-qt/qt5/qtjsbackend-native.inc
@@ -17,16 +17,7 @@ SRC_URI += "\
17 file://0001-Install-the-mkv8snapshot-tool-to-the-native-side.patch \ 17 file://0001-Install-the-mkv8snapshot-tool-to-the-native-side.patch \
18" 18"
19 19
20SEPB = "${WORKDIR}/build"
21B = "${SEPB}"
22
23do_configure() { 20do_configure() {
24 # Similar logic is in autotools.bbclass
25 if [ -d ${B} -a "${S}" != "${B}" ] ; then
26 # Existing separate build directory, exists, remove
27 rm -rf "${B}/*"
28 fi
29
30 ${OE_QMAKE_QMAKE} ${OE_QMAKE_DEBUG_OUTPUT} -r ${S} 21 ${OE_QMAKE_QMAKE} ${OE_QMAKE_DEBUG_OUTPUT} -r ${S}
31} 22}
32 23