[Buildroot] [git commit branch/2020.11.x] package/libjpeg: fix LIBJPEG_SITE

From: Peter Korsgaard <peter@korsgaard.com>
Date: 2021-03-16 22:19:16
Subsystem: the rest · Maintainer: Linus Torvalds

commit: https://git.buildroot.net/buildroot/commit/?id=de8a007e219452e4dc7c6978b271ebc36e5fe9ec
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2020.11.x

Commit b83184de674a (package/libjpeg: switch to s.b.o. as source site)
improperly added a trailing slash '/' at the end of LIBJPEG_SITE,
causing builds to fail:

    package/libjpeg/libjpeg.mk:35: *** LIBJPEG_SITE (http://sources.buildroot.org/libjpeg/) cannot have a trailing slash.  Stop.

Signed-off-by: Yann E. MORIN <redacted>
(cherry picked from commit 308f4428c8d8cbe6ea563b295f590a4c3da23646)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/libjpeg/libjpeg.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libjpeg/libjpeg.mk b/package/libjpeg/libjpeg.mk
index 5c15e6fc6d..cd23814bde 100644
--- a/package/libjpeg/libjpeg.mk
+++ b/package/libjpeg/libjpeg.mk
@@ -9,7 +9,7 @@ LIBJPEG_VERSION = 9d
 # 2021-03, causing hash mismatch. Until there is a new version released,
 # use our cached copy from s.b.o.
 #LIBJPEG_SITE = http://www.ijg.org/files
-LIBJPEG_SITE = http://sources.buildroot.org/libjpeg/
+LIBJPEG_SITE = http://sources.buildroot.org/libjpeg
 LIBJPEG_SOURCE = jpegsrc.v$(LIBJPEG_VERSION).tar.gz
 LIBJPEG_LICENSE = IJG
 LIBJPEG_LICENSE_FILES = README
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help