diff mbox series

[1/1] qt5webkit: fix URL for 5.6 download

Message ID 20171124223737.14510-1-gael.portay@savoirfairelinux.com
State Accepted
Headers show
Series [1/1] qt5webkit: fix URL for 5.6 download | expand

Commit Message

Gaël PORTAY Nov. 24, 2017, 10:37 p.m. UTC
The Qt community releases are not stored under submodules path
component.

Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
---
 package/qt5/qt5webkit/qt5webkit.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni Nov. 25, 2017, 11:01 a.m. UTC | #1
Hello,

On Fri, 24 Nov 2017 17:37:37 -0500, Gaël PORTAY wrote:
> The Qt community releases are not stored under submodules path
> component.
> 
> Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
> ---
>  package/qt5/qt5webkit/qt5webkit.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
Peter Korsgaard Nov. 27, 2017, 11:05 a.m. UTC | #2
>>>>> "Gaël" == Gaël PORTAY <gael.portay@savoirfairelinux.com> writes:

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

 > Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>

Committed to 2017.02.x and 2017.08.x, thanks.
diff mbox series

Patch

diff --git a/package/qt5/qt5webkit/qt5webkit.mk b/package/qt5/qt5webkit/qt5webkit.mk
index 592eae908d..7925b114e6 100644
--- a/package/qt5/qt5webkit/qt5webkit.mk
+++ b/package/qt5/qt5webkit/qt5webkit.mk
@@ -10,7 +10,7 @@  QT5WEBKIT_VERSION = 5.9.1
 QT5WEBKIT_SITE = http://download.qt.io/official_releases/qt/5.9/5.9.1/submodules
 else
 QT5WEBKIT_VERSION = $(QT5_VERSION)
-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