diff options
Diffstat (limited to 'recipes-qt/qt5/qtjsbackend-native.inc')
-rw-r--r-- | recipes-qt/qt5/qtjsbackend-native.inc | 9 |
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 | ||
20 | SEPB = "${WORKDIR}/build" | ||
21 | B = "${SEPB}" | ||
22 | |||
23 | do_configure() { | 20 | do_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 | ||