All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] qt download site update
       [not found] <adb6fd85-75d3-30e9-df67-a358d07338b0@essensium.com>
@ 2018-10-16 12:31 ` Francois Gerin
  2018-10-20 18:16   ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Francois Gerin @ 2018-10-16 12:31 UTC (permalink / raw)
  To: buildroot

The download link was broken, former qt versions are stored into a
distinct location.

Signed-off-by: Francois Gerin <francois.gerin@essensium.com>
---
 ?package/qt/qt.mk | 2 +-
 ?1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/qt/qt.mk b/package/qt/qt.mk
index 921ff13d29..23cb94c11f 100644
--- a/package/qt/qt.mk
+++ b/package/qt/qt.mk
@@ -7,7 +7,7 @@
 ?QT_VERSION_MAJOR = 4.8
 ?QT_VERSION = $(QT_VERSION_MAJOR).7
 ?QT_SOURCE = qt-everywhere-opensource-src-$(QT_VERSION).tar.gz
-QT_SITE = 
http://download.qt-project.org/official_releases/qt/$(QT_VERSION_MAJOR)/$(QT_VERSION)
+QT_SITE = 
http://download.qt.io/archive/qt/$(QT_VERSION_MAJOR)/$(QT_VERSION)
 ?QT_DEPENDENCIES = host-pkgconf
 ?QT_INSTALL_STAGING = YES

-- 
2.11.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] qt download site update
  2018-10-16 12:31 ` [Buildroot] [PATCH] qt download site update Francois Gerin
@ 2018-10-20 18:16   ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2018-10-20 18:16 UTC (permalink / raw)
  To: buildroot

On Tue, Oct 16, 2018 at 2:31 PM Francois Gerin
<francois.gerin@essensium.com> wrote:
>
> The download link was broken, former qt versions are stored into a
> distinct location.
>
> Signed-off-by: Francois Gerin <francois.gerin@essensium.com>

Your patch was unfortunately badly wrapped and couldn't be applied as is.

Committed after fixing that up manually, thanks.

--
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-20 18:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <adb6fd85-75d3-30e9-df67-a358d07338b0@essensium.com>
2018-10-16 12:31 ` [Buildroot] [PATCH] qt download site update Francois Gerin
2018-10-20 18:16   ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.