diff options
author | Kay Bouché <kay.bouche@duagon.com> | 2021-01-07 11:56:29 +0100 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-01-13 01:08:21 -0300 |
commit | 748f8b79b210fbe1caa386602f7c130422c6cf2f (patch) | |
tree | a991329a89f955fe18508517f092345e038a26a6 | |
parent | f0b79a6a3f9ebe16336a2e43d1b7dcad1d166ce4 (diff) | |
download | meta-freescale-gatesgarth.tar.gz meta-freescale-gatesgarth.tar.bz2 meta-freescale-gatesgarth.zip |
xf86-video-armada: Fix no more working SRC_URIgatesgarth
(cherry picked from commit 2b18a6b0be178b0207c86fa049271cdd4c815981)
-rw-r--r-- | recipes-graphics/xorg-driver/xf86-video-armada_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/xorg-driver/xf86-video-armada_git.bb b/recipes-graphics/xorg-driver/xf86-video-armada_git.bb index 0aba8e5a..cc68a518 100644 --- a/recipes-graphics/xorg-driver/xf86-video-armada_git.bb +++ b/recipes-graphics/xorg-driver/xf86-video-armada_git.bb @@ -28,7 +28,7 @@ SRCREV_FORMAT = "armada_etna" PV = "0.1+git${SRCPV}" SRC_URI = " \ - git://git.arm.linux.org.uk/cgit/xf86-video-armada.git;branch=unstable-devel;protocol=http;name=armada \ + git://git.armlinux.org.uk/cgit/xf86-video-armada.git;branch=unstable-devel;protocol=http;name=armada \ git://github.com/etnaviv/etna_viv.git;protocol=https;name=etna;destsuffix=etna_viv \ " |