diff options
author | Gabe Johnson <gjohnson@agleader.com> | 2014-02-03 14:14:14 -0600 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-02-19 11:56:32 +0100 |
commit | 79944bda32a7e4799e7e73ea5b0dfc71ff1fc172 (patch) | |
tree | 3eed0412554d2dedf6b6fcb9fcd2ecd1c38a09d9 /recipes-qt | |
parent | 6e71d92786b1560f12c5f0bb06d62ad2d0e601b5 (diff) | |
download | meta-qt5-79944bda32a7e4799e7e73ea5b0dfc71ff1fc172.tar.gz |
nativesdk-qtbase, nativesdk-qttools: Fix file search paths
* this is useful for using newer meta-qt5 with older oe-core
release
Signed-off-by: Gabe Johnson <gjohnson@agleader.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt')
-rw-r--r-- | recipes-qt/qt5/nativesdk-qtbase.inc | 3 | ||||
-rw-r--r-- | recipes-qt/qt5/nativesdk-qttools.inc | 3 |
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 | ||
8 | require nativesdk-qt5.inc | 8 | require nativesdk-qt5.inc |
9 | 9 | ||
10 | # it's already included with newer oe-core, but include it here for dylan | ||
11 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/qtbase:" | ||
12 | |||
10 | # common with -native and target version | 13 | # common with -native and target version |
11 | SRC_URI += "\ | 14 | SRC_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 | ||
5 | require nativesdk-qt5.inc | 5 | require nativesdk-qt5.inc |
6 | 6 | ||
7 | # it's already included with newer oe-core, but include it here for dylan | ||
8 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/qttools:" | ||
9 | |||
7 | SRC_URI += "file://0001-Allow-to-build-only-lrelease-lupdate-lconvert.patch" | 10 | SRC_URI += "file://0001-Allow-to-build-only-lrelease-lupdate-lconvert.patch" |
8 | 11 | ||
9 | PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src" | 12 | PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src" |