mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
vdpauinfo: fix SRC_URI
The previous repository was moved to freedesktop's gitlab instance. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
c1a2532ced
commit
dfda7f7311
|
|
@ -13,7 +13,7 @@ REQUIRED_DISTRO_FEATURES = "x11"
|
|||
RDEPENDS:${PN} = "libvdpau"
|
||||
|
||||
SRCREV = "d3c5bd63bf8878d59b22d618d2bb5116db392d28"
|
||||
SRC_URI = "git://anongit.freedesktop.org/vdpau/vdpauinfo;branch=master"
|
||||
SRC_URI = "git://gitlab.freedesktop.org/vdpau/vdpauinfo.git;protocol=https;branch=master;tag=${PV}"
|
||||
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user