From 8d2e1b401987d743ebdf964927c03f41e8f60328 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Wed, 3 Jul 2019 15:01:08 +0300 Subject: qt5: Upgrade to Qt 5.13.0 Update recipes for Qt 5.13.0, add new recipes for Qt modules qtcoap and qtlottie, and remove qtcanvas3d. Signed-off-by: Samuli Piippo --- recipes-qt/qt5/qtremoteobjects_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-qt/qt5/qtremoteobjects_git.bb') diff --git a/recipes-qt/qt5/qtremoteobjects_git.bb b/recipes-qt/qt5/qtremoteobjects_git.bb index d4fd74cc..5e6d6bdc 100644 --- a/recipes-qt/qt5/qtremoteobjects_git.bb +++ b/recipes-qt/qt5/qtremoteobjects_git.bb @@ -24,6 +24,6 @@ PACKAGECONFIG[tools-only] = "CONFIG+=tools-only" EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}" -SRCREV = "db1e447c46062946e57d7de9c0e0ea5fddc997f6" +SRCREV = "e7b07a60408285128dedb373316801294ca941b0" BBCLASSEXTEND += "native nativesdk" -- cgit v1.2.3 From c7f882712269735ba9ad307e5d7f5e51f8f84368 Mon Sep 17 00:00:00 2001 From: ibinderwolf Date: Wed, 26 Jun 2019 14:30:46 +0200 Subject: qtremoteobjects: Use OE_PATH_EXTERNAL_HOST_BINS to enable cmake to find repc Signed-off-by: Martin Jansa --- recipes-qt/qt5/qtremoteobjects_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-qt/qt5/qtremoteobjects_git.bb') diff --git a/recipes-qt/qt5/qtremoteobjects_git.bb b/recipes-qt/qt5/qtremoteobjects_git.bb index 5e6d6bdc..904390d4 100644 --- a/recipes-qt/qt5/qtremoteobjects_git.bb +++ b/recipes-qt/qt5/qtremoteobjects_git.bb @@ -15,6 +15,7 @@ DEPENDS += "qtbase qtdeclarative qtremoteobjects-native" # 5.12.meta-qt5.2 SRC_URI += " \ file://0001-Allow-a-tools-only-build.patch \ + file://0001-cmake-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS.patch \ " PACKAGECONFIG ??= "" -- cgit v1.2.3