aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2024-04-05 11:38:24 +0200
committerMartin Jansa <martin.jansa@gmail.com>2024-04-05 11:41:52 +0200
commit6b7dd792898cac1a934538faf6b639e13cd2151e (patch)
treea12dec33b786adc5cf80e8d6050f8626437688e5
parent22a86e9515950dd5f3f823f37fa06d695fb68bea (diff)
qtremoteobjects: fix SRCREV
* the old one was copy pasted from: qtquicktimeline_git.bb:SRCREV = 29394e35db43acb20e7b4d5e978a733f5b4232a6 Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
-rw-r--r--recipes-qt/qt5/qtremoteobjects_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtremoteobjects_git.bb b/recipes-qt/qt5/qtremoteobjects_git.bb
index 58d3f5f9..2933fc3c 100644
--- a/recipes-qt/qt5/qtremoteobjects_git.bb
+++ b/recipes-qt/qt5/qtremoteobjects_git.bb
@@ -25,6 +25,6 @@ PACKAGECONFIG[tools-only] = "CONFIG+=tools-only"
EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}"
-SRCREV = "29394e35db43acb20e7b4d5e978a733f5b4232a6"
+SRCREV = "1d8e4d3645c437cb0a5e5cdb4862949190f89259"
BBCLASSEXTEND += "native nativesdk"