From 79944bda32a7e4799e7e73ea5b0dfc71ff1fc172 Mon Sep 17 00:00:00 2001 From: Gabe Johnson Date: Mon, 3 Feb 2014 14:14:14 -0600 Subject: [PATCH] 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 Signed-off-by: Martin Jansa --- recipes-qt/qt5/nativesdk-qtbase.inc | 3 +++ recipes-qt/qt5/nativesdk-qttools.inc | 3 +++ 2 files changed, 6 insertions(+) diff --git a/recipes-qt/qt5/nativesdk-qtbase.inc b/recipes-qt/qt5/nativesdk-qtbase.inc index 54626d3565..fa4400947d 100644 --- a/recipes-qt/qt5/nativesdk-qtbase.inc +++ b/recipes-qt/qt5/nativesdk-qtbase.inc @@ -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 \ diff --git a/recipes-qt/qt5/nativesdk-qttools.inc b/recipes-qt/qt5/nativesdk-qttools.inc index 494c7b880b..c67f9cdf67 100644 --- a/recipes-qt/qt5/nativesdk-qttools.inc +++ b/recipes-qt/qt5/nativesdk-qttools.inc @@ -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"