summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-11-08 16:08:33 +0100
committerKhem Raj <raj.khem@gmail.com>2025-11-08 09:08:03 -0800
commit955c5ab47ae7c44484474b18a0e9ffba467b47f3 (patch)
tree1570c5f0ac9799b9dd277fb7662a8869f88035ed
parentdfda7f731125e22a200c53a1bfaa38a59b1467b1 (diff)
downloadmeta-openembedded-955c5ab47ae7c44484474b18a0e9ffba467b47f3.tar.gz
xf86-video-armsoc: fix SRC_URI
The previously used repo was moved to freedesktop's gitlab instance. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/xorg-driver/xf86-video-armsoc_1.4.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-armsoc_1.4.1.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-video-armsoc_1.4.1.bb
index 8fd2ae2e84..d150457fc1 100644
--- a/meta-oe/recipes-graphics/xorg-driver/xf86-video-armsoc_1.4.1.bb
+++ b/meta-oe/recipes-graphics/xorg-driver/xf86-video-armsoc_1.4.1.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=10ce5de3b111315ea652a5f74ec0c602"
7DEPENDS += "virtual/libx11 libdrm xorgproto" 7DEPENDS += "virtual/libx11 libdrm xorgproto"
8 8
9SRCREV = "8bbdb2ae3bb8ef649999a8da33ddbe11a04763b8" 9SRCREV = "8bbdb2ae3bb8ef649999a8da33ddbe11a04763b8"
10SRC_URI = "git://anongit.freedesktop.org/xorg/driver/xf86-video-armsoc;branch=master" 10SRC_URI = "git://gitlab.freedesktop.org/xorg/driver/xf86-video-armsoc.git;protocol=https;branch=master;tag=${PV}"
11 11
12 12
13RDEPENDS:${PN} += "xserver-xorg-module-exa" 13RDEPENDS:${PN} += "xserver-xorg-module-exa"