* [Buildroot] [PATCH 1/1] package/qt5cinex: fix download
@ 2018-05-10 14:37 julien.boibessot at free.fr
2018-05-11 21:29 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: julien.boibessot at free.fr @ 2018-05-10 14:37 UTC (permalink / raw)
To: buildroot
From: Julien <julien.boibessot@armadeus.com>
BR dl-wrapper tries to get Qt5_CinematicExperience_%22rpi_%221.0.tgz, which fails, so fix archive name...
Signed-off-by: Julien <julien.boibessot@armadeus.com>
---
package/qt5cinex/qt5cinex.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/qt5cinex/qt5cinex.mk b/package/qt5cinex/qt5cinex.mk
index d9254f5..89c38ee 100644
--- a/package/qt5cinex/qt5cinex.mk
+++ b/package/qt5cinex/qt5cinex.mk
@@ -8,7 +8,7 @@ QT5CINEX_VERSION = 1.0
QT5CINEX_SITE = http://quitcoding.com/download
ifeq ($(BR2_PACKAGE_QT5CINEX_HD),y)
-QT5CINEX_HD = "rpi_"
+QT5CINEX_HD = rpi_
endif
QT5CINEX_SOURCE = Qt5_CinematicExperience_$(QT5CINEX_HD)$(QT5CINEX_VERSION).tgz
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] package/qt5cinex: fix download
2018-05-10 14:37 [Buildroot] [PATCH 1/1] package/qt5cinex: fix download julien.boibessot at free.fr
@ 2018-05-11 21:29 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2018-05-11 21:29 UTC (permalink / raw)
To: buildroot
Hello,
On Thu, 10 May 2018 16:37:26 +0200, julien.boibessot at free.fr wrote:
> From: Julien <julien.boibessot@armadeus.com>
>
> BR dl-wrapper tries to get Qt5_CinematicExperience_%22rpi_%221.0.tgz, which fails, so fix archive name...
>
> Signed-off-by: Julien <julien.boibessot@armadeus.com>
> ---
> package/qt5cinex/qt5cinex.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to master after slightly improving the commit description.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-05-11 21:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-10 14:37 [Buildroot] [PATCH 1/1] package/qt5cinex: fix download julien.boibessot at free.fr
2018-05-11 21:29 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox