mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 06:45:15 +00:00
libdvdcss: use https for fetching code
Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com> (cherry picked from commit ae92a2993cb1d9289ed45859c9891b810c62c1dc) Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
parent
50cde1e649
commit
e1fba4cbbc
@ -3,7 +3,7 @@ DESCRIPTION = "libdvdcss is a simple library designed for accessing DVDs like a
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
SRC_URI = "http://download.videolan.org/pub/libdvdcss/${PV}/libdvdcss-${PV}.tar.bz2"
|
||||
SRC_URI = "https://download.videolan.org/pub/libdvdcss/${PV}/libdvdcss-${PV}.tar.bz2"
|
||||
|
||||
inherit autotools
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user