[Buildroot] [PATCH 1/1] package/bitstream: update tarball URL

Bernd Kuhls bernd.kuhls at t-online.de
Thu Apr 16 05:25:08 UTC 2020


Use direct URL of upstream server instead of using an URL which causes
redirects to, sometimes unreliable, mirror sites.

Fixes:
http://autobuild.buildroot.net/results/cf1/cf1f80519570fdecacfeb45ac4a3ee9725be4b0f/

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
---
 package/bitstream/bitstream.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/bitstream/bitstream.mk b/package/bitstream/bitstream.mk
index 12124a63d3..617cb96520 100644
--- a/package/bitstream/bitstream.mk
+++ b/package/bitstream/bitstream.mk
@@ -6,7 +6,7 @@
 
 BITSTREAM_VERSION = 1.5
 BITSTREAM_SOURCE = bitstream-$(BITSTREAM_VERSION).tar.bz2
-BITSTREAM_SITE = https://get.videolan.org/bitstream/$(BITSTREAM_VERSION)
+BITSTREAM_SITE = http://download.videolan.org/pub/videolan/bitstream/$(BITSTREAM_VERSION)
 BITSTREAM_LICENSE = MIT
 BITSTREAM_LICENSE_FILES = COPYING
 
-- 
2.26.1



More information about the buildroot mailing list