mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/edid-decode: change download from git URL to https
- change download from git URL to https (and SITE_METHOD git)
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 9507e5a4b4)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
18ea458338
commit
7ce01f03f2
@@ -5,7 +5,8 @@
|
||||
################################################################################
|
||||
|
||||
EDID_DECODE_VERSION = 188950472c19492547e298b27f9da0d72cf826df
|
||||
EDID_DECODE_SITE = git://linuxtv.org/edid-decode.git
|
||||
EDID_DECODE_SITE = https://git.linuxtv.org/edid-decode.git
|
||||
EDID_DECODE_SITE_METHOD = git
|
||||
EDID_DECODE_LICENSE = MIT
|
||||
EDID_DECODE_LICENSE_FILES = LICENSE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user