diff options
Diffstat (limited to 'recipes-qt/qt5/qt5.inc')
-rw-r--r-- | recipes-qt/qt5/qt5.inc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/recipes-qt/qt5/qt5.inc b/recipes-qt/qt5/qt5.inc index e752ed6e..b29bc891 100644 --- a/recipes-qt/qt5/qt5.inc +++ b/recipes-qt/qt5/qt5.inc | |||
@@ -11,19 +11,10 @@ require qt5_arch.inc | |||
11 | 11 | ||
12 | QT_MODULE ?= "${BPN}" | 12 | QT_MODULE ?= "${BPN}" |
13 | 13 | ||
14 | SEPB = "${WORKDIR}/build" | ||
15 | B = "${SEPB}" | ||
16 | |||
17 | do_configure() { | 14 | do_configure() { |
18 | set_arch | 15 | set_arch |
19 | set_endian | 16 | set_endian |
20 | 17 | ||
21 | # Similar logic is in autotools.bbclass | ||
22 | if [ -d ${B} -a "${S}" != "${B}" ] ; then | ||
23 | # Existing separate build directory, exists, remove | ||
24 | rm -rf "${B}/*" | ||
25 | fi | ||
26 | |||
27 | qmake5_base_do_configure | 18 | qmake5_base_do_configure |
28 | } | 19 | } |
29 | 20 | ||