diff options
Diffstat (limited to 'recipes-qt/qt5/qtbase-native_git.bb')
| -rw-r--r-- | recipes-qt/qt5/qtbase-native_git.bb | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/recipes-qt/qt5/qtbase-native_git.bb b/recipes-qt/qt5/qtbase-native_git.bb index 6f11bf3a..bafe37ba 100644 --- a/recipes-qt/qt5/qtbase-native_git.bb +++ b/recipes-qt/qt5/qtbase-native_git.bb | |||
| @@ -1,12 +1,29 @@ | |||
| 1 | require qt5-git.inc | 1 | require qt5-git.inc |
| 2 | require ${PN}.inc | 2 | require ${PN}.inc |
| 3 | 3 | ||
| 4 | SRC_URI = "\ | ||
| 5 | git://qt.gitorious.org/qt/${QT_MODULE}.git;branch=${QT_MODULE_BRANCH} \ | ||
| 6 | " | ||
| 7 | |||
| 8 | # common with -native | ||
| 9 | SRC_URI += "\ | ||
| 10 | file://0001-Add-linux-oe-g-platform.patch \ | ||
| 11 | file://0002-Add-external-hostbindir-option.patch \ | ||
| 12 | file://0003-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch \ | ||
| 13 | file://0004-configureapp-Prefix-default-LIBDIRS-and-INCDIRS-with.patch \ | ||
| 14 | file://0001-Fix-missing-plugin_types.patch \ | ||
| 15 | file://0001-Revert-eglfs-Print-the-chosen-config-in-debug-mode.patch \ | ||
| 16 | " | ||
| 17 | |||
| 18 | # specific for native version | ||
| 19 | SRC_URI += " \ | ||
| 20 | file://0008-Always-build-uic.patch \ | ||
| 21 | " | ||
| 22 | |||
| 4 | do_install_append() { | 23 | do_install_append() { |
| 5 | # for modules which are still using syncqt and call qtPrepareTool(QMAKE_SYNCQT, syncqt) | 24 | # for modules which are still using syncqt and call qtPrepareTool(QMAKE_SYNCQT, syncqt) |
| 6 | # e.g. qt3d, qtwayland | 25 | # e.g. qt3d, qtwayland |
| 7 | ln -sf syncqt.pl ${D}${OE_QMAKE_PATH_QT_BINS}/syncqt | 26 | ln -sf syncqt.pl ${D}${OE_QMAKE_PATH_QT_BINS}/syncqt |
| 8 | } | 27 | } |
| 9 | 28 | ||
| 10 | QT_MODULE_BRANCH = "release" | 29 | SRCREV = "207598fd8e69be34e8ba2c9db7720cb6003ea114" |
| 11 | # v5.2.1 + 168 commits | ||
| 12 | SRCREV = "08cbbde61778276ccdda73d89fd64d02c623779f" | ||
