summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/nativesdk-qtbase_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/nativesdk-qtbase_git.bb')
-rw-r--r--recipes-qt/qt5/nativesdk-qtbase_git.bb32
1 files changed, 32 insertions, 0 deletions
diff --git a/recipes-qt/qt5/nativesdk-qtbase_git.bb b/recipes-qt/qt5/nativesdk-qtbase_git.bb
new file mode 100644
index 00000000..cac16a00
--- /dev/null
+++ b/recipes-qt/qt5/nativesdk-qtbase_git.bb
@@ -0,0 +1,32 @@
1require qt5-git.inc
2require ${PN}.inc
3
4# prepend this again, because ${PN}.inc prepneds ${PN}
5FILESEXTRAPATHS =. "${FILE_DIRNAME}/${BPN}-git:"
6
7SRC_URI = "\
8 git://qt.gitorious.org/qt/${QT_MODULE}.git;branch=${QT_MODULE_BRANCH} \
9"
10
11# common with -native
12SRC_URI += "\
13 file://0001-Add-linux-oe-g-platform.patch \
14 file://0002-Add-external-hostbindir-option.patch \
15 file://0003-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch \
16 file://0004-configureapp-Prefix-default-LIBDIRS-and-INCDIRS-with.patch \
17 file://0001-Fix-missing-plugin_types.patch \
18 file://0001-Revert-eglfs-Print-the-chosen-config-in-debug-mode.patch \
19"
20
21# common with native version
22SRC_URI += " \
23 file://0008-Always-build-uic.patch \
24"
25
26# specific for nativesdk version
27SRC_URI += " \
28 file://0009-configure-preserve-built-qmake-and-swap-with-native-.patch \
29 file://0010-configure-bump-path-length-from-256-to-512-character.patch \
30"
31
32SRCREV = "207598fd8e69be34e8ba2c9db7720cb6003ea114"