mirror of
https://github.com/openwrt/video.git
synced 2026-04-12 14:04:03 +04:00
qt5: update source url to use qt archive
The official_releases directory returns 404 for Qt 5.15.16. Switching to the archive path ensures a reliable primary download. Fixes #101 Relates to #72 Signed-off-by: Tito Brasolin <tito.brasolin@gmail.com>
This commit is contained in:
committed by
Christian Marangi
parent
23df6ae137
commit
b4b6cefc8b
@@ -54,7 +54,7 @@ ifeq (qt, $(firstword $(subst 5, ,$(PKG_NAME))))
|
||||
|
||||
PKG_VERSION?=5.15.16
|
||||
|
||||
PKG_SOURCE_URL?=https://download.qt.io/official_releases/qt/$(basename $(PKG_VERSION))/$(PKG_VERSION)/submodules
|
||||
PKG_SOURCE_URL?=https://download.qt.io/archive/qt/$(basename $(PKG_VERSION))/$(PKG_VERSION)/submodules
|
||||
PKG_SYS_NAME?=$(subst -,,$(subst $(firstword $(subst ., ,$(PKG_VERSION))),,$(PKG_NAME)))
|
||||
PKG_SYS_NAME_FULL?=$(PKG_SYS_NAME)-everywhere-src-$(PKG_VERSION)
|
||||
PKG_SOURCE?=$(subst -src-,-opensource-src-,$(PKG_SYS_NAME_FULL)).tar.xz
|
||||
|
||||
Reference in New Issue
Block a user