summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5')
-rw-r--r--recipes-qt/qt5/nativesdk-qtbase.inc3
-rw-r--r--recipes-qt/qt5/nativesdk-qttools.inc3
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes-qt/qt5/nativesdk-qtbase.inc b/recipes-qt/qt5/nativesdk-qtbase.inc
index 54626d35..fa440094 100644
--- a/recipes-qt/qt5/nativesdk-qtbase.inc
+++ b/recipes-qt/qt5/nativesdk-qtbase.inc
@@ -7,6 +7,9 @@ QT_MODULE = "qtbase"
7 7
8require nativesdk-qt5.inc 8require nativesdk-qt5.inc
9 9
10# it's already included with newer oe-core, but include it here for dylan
11FILESEXTRAPATHS =. "${FILE_DIRNAME}/qtbase:"
12
10# common with -native and target version 13# common with -native and target version
11SRC_URI += "\ 14SRC_URI += "\
12 file://0001-Add-linux-oe-g-platform.patch \ 15 file://0001-Add-linux-oe-g-platform.patch \
diff --git a/recipes-qt/qt5/nativesdk-qttools.inc b/recipes-qt/qt5/nativesdk-qttools.inc
index 494c7b88..c67f9cdf 100644
--- a/recipes-qt/qt5/nativesdk-qttools.inc
+++ b/recipes-qt/qt5/nativesdk-qttools.inc
@@ -4,6 +4,9 @@ QT_MODULE = "qttools"
4 4
5require nativesdk-qt5.inc 5require nativesdk-qt5.inc
6 6
7# it's already included with newer oe-core, but include it here for dylan
8FILESEXTRAPATHS =. "${FILE_DIRNAME}/qttools:"
9
7SRC_URI += "file://0001-Allow-to-build-only-lrelease-lupdate-lconvert.patch" 10SRC_URI += "file://0001-Allow-to-build-only-lrelease-lupdate-lconvert.patch"
8 11
9PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src" 12PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"