All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/qt5: change upstream location
@ 2019-07-30 10:36 yann.morin at orange.com
  2019-07-30 15:56 ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: yann.morin at orange.com @ 2019-07-30 10:36 UTC (permalink / raw)
  To: buildroot

From: "Yann E. MORIN" <yann.morin@orange.com>

Upstream pushes their delivery archives in to places:
    https://download.qt.io/official_releases/
    https://download.qt.io/archive/

After a while, only the latter remains, whith the former being pruned
actively to contain only officially supported versions.

Switch to using the archive location, as it has everything, even the
latest versions.

Signed-off-by: "Yann E. MORIN" <yann.morin@orange.com>
---
 package/qt5/qt5.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/qt5/qt5.mk b/package/qt5/qt5.mk
index 88ba1958dd..c8c07a9881 100644
--- a/package/qt5/qt5.mk
+++ b/package/qt5/qt5.mk
@@ -13,7 +13,7 @@ QT5_VERSION_MAJOR = 5.6
 QT5_VERSION = $(QT5_VERSION_MAJOR).3
 QT5_SOURCE_TARBALL_PREFIX = opensource-src
 endif
-QT5_SITE = https://download.qt.io/official_releases/qt/$(QT5_VERSION_MAJOR)/$(QT5_VERSION)/submodules
+QT5_SITE = https://download.qt.io/archive/qt/$(QT5_VERSION_MAJOR)/$(QT5_VERSION)/submodules
 
 include $(sort $(wildcard package/qt5/*/*.mk))
 
-- 
2.17.1


_________________________________________________________________________________________________________________________

Ce message et ses pieces jointes peuvent contenir des informations confidentielles ou privilegiees et ne doivent donc
pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce message par erreur, veuillez le signaler
a l'expediteur et le detruire ainsi que les pieces jointes. Les messages electroniques etant susceptibles d'alteration,
Orange decline toute responsabilite si ce message a ete altere, deforme ou falsifie. Merci.

This message and its attachments may contain confidential or privileged information that may be protected by law;
they should not be distributed, used or copied without authorisation.
If you have received this email in error, please notify the sender and delete this message and its attachments.
As emails may be altered, Orange is not liable for messages that have been modified, changed or falsified.
Thank you.

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

* [Buildroot] [PATCH] package/qt5: change upstream location
  2019-07-30 10:36 [Buildroot] [PATCH] package/qt5: change upstream location yann.morin at orange.com
@ 2019-07-30 15:56 ` Peter Korsgaard
  2019-07-31  5:16   ` yann.morin at orange.com
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2019-07-30 15:56 UTC (permalink / raw)
  To: buildroot

>>>>>   <yann.morin@orange.com> writes:

 > From: "Yann E. MORIN" <yann.morin@orange.com>
 > Upstream pushes their delivery archives in to places:
 >     https://download.qt.io/official_releases/
 >     https://download.qt.io/archive/

 > After a while, only the latter remains, whith the former being pruned
 > actively to contain only officially supported versions.

 > Switch to using the archive location, as it has everything, even the
 > latest versions.

 > Signed-off-by: "Yann E. MORIN" <yann.morin@orange.com>

Committed, thanks.

I take it this is also for 2019.02.x?

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] package/qt5: change upstream location
  2019-07-30 15:56 ` Peter Korsgaard
@ 2019-07-31  5:16   ` yann.morin at orange.com
  2019-08-20 14:29     ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: yann.morin at orange.com @ 2019-07-31  5:16 UTC (permalink / raw)
  To: buildroot

Peter, All,

On 2019-07-30 17:56 +0200, Peter Korsgaard spake thusly:
> >>>>>   <yann.morin@orange.com> writes:
> 
>  > From: "Yann E. MORIN" <yann.morin@orange.com>
>  > Upstream pushes their delivery archives in to places:
>  >     https://download.qt.io/official_releases/
>  >     https://download.qt.io/archive/
> 
>  > After a while, only the latter remains, whith the former being pruned
>  > actively to contain only officially supported versions.
> 
>  > Switch to using the archive location, as it has everything, even the
>  > latest versions.
> 
>  > Signed-off-by: "Yann E. MORIN" <yann.morin@orange.com>
> 
> Committed, thanks.

Thanks. :-)

> I take it this is also for 2019.02.x?

Yes, this is valid for 2019.02.x amd 2019.05.x.

Regards,
Yann E. MORIN.

> -- 
> Bye, Peter Korsgaard

-- 
                                        ____________
.-----------------.--------------------:       _    :------------------.
|  Yann E. MORIN  | Real-Time Embedded |    __/ )   | /"\ ASCII RIBBON |
| +33 534.541.179 | Software  Designer |  _/ - /'   | \ / CAMPAIGN     |
| +33 638.411.245 '--------------------: (_    `--, |  X  AGAINST      |
|      yann.morin (at) orange.com      |_="    ,--' | / \ HTML MAIL    |
'--------------------------------------:______/_____:------------------'


_________________________________________________________________________________________________________________________

Ce message et ses pieces jointes peuvent contenir des informations confidentielles ou privilegiees et ne doivent donc
pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce message par erreur, veuillez le signaler
a l'expediteur et le detruire ainsi que les pieces jointes. Les messages electroniques etant susceptibles d'alteration,
Orange decline toute responsabilite si ce message a ete altere, deforme ou falsifie. Merci.

This message and its attachments may contain confidential or privileged information that may be protected by law;
they should not be distributed, used or copied without authorisation.
If you have received this email in error, please notify the sender and delete this message and its attachments.
As emails may be altered, Orange is not liable for messages that have been modified, changed or falsified.
Thank you.

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

* [Buildroot] [PATCH] package/qt5: change upstream location
  2019-07-31  5:16   ` yann.morin at orange.com
@ 2019-08-20 14:29     ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2019-08-20 14:29 UTC (permalink / raw)
  To: buildroot

>>>>>   <yann.morin@orange.com> writes:

 > Peter, All,
 > On 2019-07-30 17:56 +0200, Peter Korsgaard spake thusly:
 >> >>>>>   <yann.morin@orange.com> writes:
 >> 
 >> > From: "Yann E. MORIN" <yann.morin@orange.com>
 >> > Upstream pushes their delivery archives in to places:
 >> >     https://download.qt.io/official_releases/
 >> >     https://download.qt.io/archive/
 >> 
 >> > After a while, only the latter remains, whith the former being pruned
 >> > actively to contain only officially supported versions.
 >> 
 >> > Switch to using the archive location, as it has everything, even the
 >> > latest versions.
 >> 
 >> > Signed-off-by: "Yann E. MORIN" <yann.morin@orange.com>
 >> 
 >> Committed, thanks.

 > Thanks. :-)

 >> I take it this is also for 2019.02.x?

 > Yes, this is valid for 2019.02.x amd 2019.05.x.

Committed to 2019.02.x and 2019.05.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2019-08-20 14:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-30 10:36 [Buildroot] [PATCH] package/qt5: change upstream location yann.morin at orange.com
2019-07-30 15:56 ` Peter Korsgaard
2019-07-31  5:16   ` yann.morin at orange.com
2019-08-20 14:29     ` 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.