mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/libjpeg: fix LIBJPEG_SITE
Commitb83184de67(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 <yann.morin.1998@free.fr> (cherry picked from commit308f4428c8) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
9d0ebeeb3d
commit
bf4916554d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user