mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
xf86-video-armsoc: fix SRC_URI
The previously used repo was moved to freedesktop's gitlab instance, causing fetching failures. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
committed by
Anuj Mittal
parent
2f2ce7ee87
commit
ab1b3dca32
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=10ce5de3b111315ea652a5f74ec0c602"
|
||||
DEPENDS += "virtual/libx11 libdrm xorgproto"
|
||||
|
||||
SRCREV = "8bbdb2ae3bb8ef649999a8da33ddbe11a04763b8"
|
||||
SRC_URI = "git://anongit.freedesktop.org/xorg/driver/xf86-video-armsoc;branch=master"
|
||||
SRC_URI = "git://gitlab.freedesktop.org/xorg/driver/xf86-video-armsoc.git;protocol=https;branch=master"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user