mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
libglu: switch from ftp to https
For the same reasons as Debian: https://www.debian.org/News/2017/20170425 (From OE-Core rev: 057bcb34b9cd7b52932320206132ab381f00c674) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
52839e11e1
commit
381b403667
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://include/GL/glu.h;endline=29;md5=6b79c570f644363b35645
|
||||
PE = "2"
|
||||
PR = "0"
|
||||
|
||||
SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/glu/glu-${PV}.tar.bz2"
|
||||
SRC_URI = "https://mesa.freedesktop.org/archive/glu/glu-${PV}.tar.bz2"
|
||||
|
||||
SRC_URI[md5sum] = "be9249132ff49275461cf92039083030"
|
||||
SRC_URI[sha256sum] = "1f7ad0d379a722fcbd303aa5650c6d7d5544fde83196b42a73d1193568a4df12"
|
||||
|
||||
Reference in New Issue
Block a user