summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtbase-native_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/qtbase-native_git.bb')
-rw-r--r--recipes-qt/qt5/qtbase-native_git.bb10
1 files changed, 4 insertions, 6 deletions
diff --git a/recipes-qt/qt5/qtbase-native_git.bb b/recipes-qt/qt5/qtbase-native_git.bb
index 0565136e..7d79b04c 100644
--- a/recipes-qt/qt5/qtbase-native_git.bb
+++ b/recipes-qt/qt5/qtbase-native_git.bb
@@ -17,8 +17,7 @@ require qt5-git.inc
17# common for qtbase-native, qtbase-nativesdk and qtbase 17# common for qtbase-native, qtbase-nativesdk and qtbase
18SRC_URI += "\ 18SRC_URI += "\
19 file://0001-Add-linux-oe-g-platform.patch \ 19 file://0001-Add-linux-oe-g-platform.patch \
20 file://0002-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch \ 20 file://0002-configure-Separate-host-and-build-platform.patch \
21 file://0003-Add-external-hostbindir-option.patch \
22 file://0004-qt_module-Fix-pkgconfig-and-libtool-replacements.patch \ 21 file://0004-qt_module-Fix-pkgconfig-and-libtool-replacements.patch \
23 file://0005-configure-bump-path-length-from-256-to-512-character.patch \ 22 file://0005-configure-bump-path-length-from-256-to-512-character.patch \
24 file://0006-QOpenGLPaintDevice-sub-area-support.patch \ 23 file://0006-QOpenGLPaintDevice-sub-area-support.patch \
@@ -29,19 +28,15 @@ SRC_URI += "\
29# common for qtbase-native and nativesdk-qtbase 28# common for qtbase-native and nativesdk-qtbase
30SRC_URI += " \ 29SRC_URI += " \
31 file://0009-Always-build-uic.patch \ 30 file://0009-Always-build-uic.patch \
32 file://0010-Add-external-hostbindir-option-for-native-sdk.patch \
33" 31"
34 32
35CLEANBROKEN = "1" 33CLEANBROKEN = "1"
36 34
37QT_CONF_PATH = "${B}/qt.conf"
38
39do_generate_qt_config_file() { 35do_generate_qt_config_file() {
40 : 36 :
41} 37}
42 38
43EXTRA_CONF_PACKAGECONFIG = " \ 39EXTRA_CONF_PACKAGECONFIG = " \
44 -prefix ${prefix} \
45 -sysroot ${STAGING_DIR_NATIVE} \ 40 -sysroot ${STAGING_DIR_NATIVE} \
46 -no-gcc-sysroot \ 41 -no-gcc-sysroot \
47 -system-zlib \ 42 -system-zlib \
@@ -63,10 +58,13 @@ EXTRA_CONF_PACKAGECONFIG = " \
63 -release \ 58 -release \
64 -prefix ${OE_QMAKE_PATH_PREFIX} \ 59 -prefix ${OE_QMAKE_PATH_PREFIX} \
65 -bindir ${OE_QMAKE_PATH_BINS} \ 60 -bindir ${OE_QMAKE_PATH_BINS} \
61 -hostbindir ${OE_QMAKE_PATH_BINS} \
66 -libdir ${OE_QMAKE_PATH_LIBS} \ 62 -libdir ${OE_QMAKE_PATH_LIBS} \
63 -hostlibdir ${OE_QMAKE_PATH_LIBS} \
67 -headerdir ${OE_QMAKE_PATH_HEADERS} \ 64 -headerdir ${OE_QMAKE_PATH_HEADERS} \
68 -archdatadir ${OE_QMAKE_PATH_ARCHDATA} \ 65 -archdatadir ${OE_QMAKE_PATH_ARCHDATA} \
69 -datadir ${OE_QMAKE_PATH_DATA} \ 66 -datadir ${OE_QMAKE_PATH_DATA} \
67 -hostdatadir ${QMAKE_MKSPEC_PATH_NATIVE} \
70 -docdir ${OE_QMAKE_PATH_DOCS} \ 68 -docdir ${OE_QMAKE_PATH_DOCS} \
71 -sysconfdir ${OE_QMAKE_PATH_SETTINGS} \ 69 -sysconfdir ${OE_QMAKE_PATH_SETTINGS} \
72 -no-glib \ 70 -no-glib \