[Buildroot] [git commit branch/2017.02.x] qt5webkit: fix URL for 5.6 download

Peter Korsgaard peter at korsgaard.com
Mon Nov 27 11:04:15 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=ac82b697a11ba98f75a53adab3c56e1c5f856f9f
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2017.02.x

The Qt community releases are not stored under submodules path
component.

Signed-off-by: Gaël PORTAY <gael.portay at savoirfairelinux.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
(cherry picked from commit 7780cef53540b59816852bfb89aa0c0012a36fbc)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/qt5/qt5webkit/qt5webkit.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/qt5/qt5webkit/qt5webkit.mk b/package/qt5/qt5webkit/qt5webkit.mk
index ba8e613..244f78c 100644
--- a/package/qt5/qt5webkit/qt5webkit.mk
+++ b/package/qt5/qt5webkit/qt5webkit.mk
@@ -8,7 +8,7 @@ QT5WEBKIT_VERSION = $(QT5_VERSION)
 ifeq ($(BR2_PACKAGE_QT5_VERSION_LATEST),y)
 QT5WEBKIT_SITE = $(QT5_SNAPSHOTS_SITE)
 else
-QT5WEBKIT_SITE = http://download.qt.io/community_releases/5.6/$(QT5_VERSION)/submodules
+QT5WEBKIT_SITE = http://download.qt.io/community_releases/5.6/$(QT5_VERSION)
 endif
 
 QT5WEBKIT_SOURCE = qtwebkit-opensource-src-$(QT5WEBKIT_VERSION).tar.xz


More information about the buildroot mailing list