From 8eef917b8f013e82d691342c32702bfb917109ce Mon Sep 17 00:00:00 2001 From: Kenta Date: Thu, 16 Jan 2025 18:18:56 +0900 Subject: Unified HMI: Fix mesa download path Fix mesa-virtio recipes because the mesa download path was changed. Bug-AGL: SPEC-4744 Change-Id: If30c2b048161aaf85c2b553be43ad70b85f9d1ab Signed-off-by: Kenta --- meta-uhmi/recipes-graphics/mesa-virtio/mesa-virtio_20.3.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-uhmi/recipes-graphics') diff --git a/meta-uhmi/recipes-graphics/mesa-virtio/mesa-virtio_20.3.5.bb b/meta-uhmi/recipes-graphics/mesa-virtio/mesa-virtio_20.3.5.bb index 9a0dab2f..03d8ddc2 100644 --- a/meta-uhmi/recipes-graphics/mesa-virtio/mesa-virtio_20.3.5.bb +++ b/meta-uhmi/recipes-graphics/mesa-virtio/mesa-virtio_20.3.5.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://docs/license.rst;md5=9aa1bc48c9826ad9fdb16661f6930496 DEPENDS = "expat makedepend-native flex-native bison-native libxml2-native zlib chrpath-replacement-native python3-mako-native gettext-native" DEPENDS:append = " libdrm wayland wayland-native wayland-protocols python3-native" -SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz" +SRC_URI = "https://mesa.freedesktop.org/archive/older-versions/20.x/mesa-${PV}.tar.xz" SRC_URI[md5] = "224d7576618ef4dd8ac69f30b5b90b38" SRC_URI[sha256sum] = "909a72df63dfa3c0844ccf44a26ac028d148297ed333ab51560893923d7691ce" -- cgit 1.2.3-korg