From b88c292af8c8404e201a250ba3ba92ff6646b0cb Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 29 Mar 2020 07:59:05 -0700 Subject: qtquick3d: Fix branch for fetching assimp submodule Signed-off-by: Khem Raj --- recipes-qt/qt5/qtquick3d_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-qt/qt5') diff --git a/recipes-qt/qt5/qtquick3d_git.bb b/recipes-qt/qt5/qtquick3d_git.bb index f5b7c39b..1cd8022b 100644 --- a/recipes-qt/qt5/qtquick3d_git.bb +++ b/recipes-qt/qt5/qtquick3d_git.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = " \ DEPENDS += "qtbase qtdeclarative qtquickcontrols2" SRC_URI += " \ - git://github.com/assimp/assimp.git;name=assimp;branch=master;protocol=https;destsuffix=git/src/3rdparty/assimp/src \ + git://github.com/assimp/assimp.git;name=assimp;branch=assimp_5.0_release;protocol=https;destsuffix=git/src/3rdparty/assimp/src \ " PACKAGECONFIG ??= "" -- cgit v1.2.3-54-g00ecf