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>
This commit is contained in:
Gabe Johnson 2014-02-03 14:14:14 -06:00 committed by Martin Jansa
parent 6e71d92786
commit 79944bda32
2 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,9 @@ QT_MODULE = "qtbase"
require nativesdk-qt5.inc
# it's already included with newer oe-core, but include it here for dylan
FILESEXTRAPATHS =. "${FILE_DIRNAME}/qtbase:"
# common with -native and target version
SRC_URI += "\
file://0001-Add-linux-oe-g-platform.patch \

View File

@ -4,6 +4,9 @@ QT_MODULE = "qttools"
require nativesdk-qt5.inc
# it's already included with newer oe-core, but include it here for dylan
FILESEXTRAPATHS =. "${FILE_DIRNAME}/qttools:"
SRC_URI += "file://0001-Allow-to-build-only-lrelease-lupdate-lconvert.patch"
PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"