diff options
Diffstat (limited to 'recipes-qt/qt5')
-rw-r--r-- | recipes-qt/qt5/qtbase-native.inc | 11 | ||||
-rw-r--r-- | recipes-qt/qt5/qtbase.inc | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase-native.inc b/recipes-qt/qt5/qtbase-native.inc index bb4ab986..cd54990d 100644 --- a/recipes-qt/qt5/qtbase-native.inc +++ b/recipes-qt/qt5/qtbase-native.inc | |||
@@ -74,6 +74,17 @@ EXTRA_OECONF = " \ | |||
74 | -platform linux-oe-g++ \ | 74 | -platform linux-oe-g++ \ |
75 | " | 75 | " |
76 | 76 | ||
77 | # qtbase is exception, configure script is using our get(X)QEvalMakeConf and setBootstrapEvalVariable functions to read it from shell | ||
78 | export OE_QMAKE_COMPILER | ||
79 | export OE_QMAKE_CC | ||
80 | export OE_QMAKE_CFLAGS | ||
81 | export OE_QMAKE_CXX | ||
82 | export OE_QMAKE_CXXFLAGS | ||
83 | export OE_QMAKE_LINK | ||
84 | export OE_QMAKE_LDFLAGS | ||
85 | export OE_QMAKE_AR | ||
86 | export OE_QMAKE_STRIP | ||
87 | |||
77 | do_configure_prepend() { | 88 | do_configure_prepend() { |
78 | # Similar logic is in autotools.bbclass | 89 | # Similar logic is in autotools.bbclass |
79 | if [ -d ${B} -a "${S}" != "${B}" ] ; then | 90 | if [ -d ${B} -a "${S}" != "${B}" ] ; then |
diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc index 64de60bb..9348fc66 100644 --- a/recipes-qt/qt5/qtbase.inc +++ b/recipes-qt/qt5/qtbase.inc | |||
@@ -90,6 +90,17 @@ QMAKE_MKSPEC_PATH = "${B}" | |||
90 | OE_QMAKE_QMAKE_ORIG := "${OE_QMAKE_QMAKE}" | 90 | OE_QMAKE_QMAKE_ORIG := "${OE_QMAKE_QMAKE}" |
91 | OE_QMAKE_QMAKE = "bin/qmake" | 91 | OE_QMAKE_QMAKE = "bin/qmake" |
92 | 92 | ||
93 | # qtbase is exception, configure script is using our get(X)QEvalMakeConf and setBootstrapEvalVariable functions to read it from shell | ||
94 | export OE_QMAKE_COMPILER | ||
95 | export OE_QMAKE_CC | ||
96 | export OE_QMAKE_CFLAGS | ||
97 | export OE_QMAKE_CXX | ||
98 | export OE_QMAKE_CXXFLAGS | ||
99 | export OE_QMAKE_LINK | ||
100 | export OE_QMAKE_LDFLAGS | ||
101 | export OE_QMAKE_AR | ||
102 | export OE_QMAKE_STRIP | ||
103 | |||
93 | do_configure() { | 104 | do_configure() { |
94 | set_arch | 105 | set_arch |
95 | set_endian | 106 | set_endian |