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"