summaryrefslogtreecommitdiffstats
path: root/external/meta-qt5/recipes-qt/qt5/qtremoteobjects_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-qt5/recipes-qt/qt5/qtremoteobjects_git.bb')
-rw-r--r--external/meta-qt5/recipes-qt/qt5/qtremoteobjects_git.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/external/meta-qt5/recipes-qt/qt5/qtremoteobjects_git.bb b/external/meta-qt5/recipes-qt/qt5/qtremoteobjects_git.bb
index c93463ee..ee7a90df 100644
--- a/external/meta-qt5/recipes-qt/qt5/qtremoteobjects_git.bb
+++ b/external/meta-qt5/recipes-qt/qt5/qtremoteobjects_git.bb
@@ -11,10 +11,11 @@ require qt5-git.inc
DEPENDS += "qtbase qtdeclarative qtremoteobjects-native"
-# Patches from https://github.com/meta-qt5/qtremoteobjects/commits/b5.11
-# 5.11.meta-qt5.6
+# Patches from https://github.com/meta-qt5/qtremoteobjects/commits/b5.14
+# 5.14.meta-qt5.1
SRC_URI += " \
file://0001-Allow-a-tools-only-build.patch \
+ file://0002-cmake-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS.patch \
"
PACKAGECONFIG ??= ""
@@ -24,6 +25,6 @@ PACKAGECONFIG[tools-only] = "CONFIG+=tools-only"
EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}"
-SRCREV = "92ae729691f6db9fb06b0475509dc1141ac3d93c"
+SRCREV = "c64237289a6287c23564827b51092e58a1e6cbac"
BBCLASSEXTEND += "native nativesdk"