diff options
| author | Guocai He <guocai.he.cn@windriver.com> | 2025-03-31 17:10:49 +0800 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-04-04 08:42:48 -0700 |
| commit | a406bd6d53b5e84cf5844a8d7e0de9a2be04aae9 (patch) | |
| tree | ffc4be9c13066c4b0ea072ec86b6ebdfbddb62b9 | |
| parent | c22220055b6d59a0f80045d3954b09098a617dd8 (diff) | |
| download | poky-a406bd6d53b5e84cf5844a8d7e0de9a2be04aae9.tar.gz | |
mesa: Update SRC_URI
Update SRC_URI for mesa.
The the tarball of mesa has been changed
from:
https://mesa.freedesktop.org/archive/
to:
https://archive.mesa3d.org/
(From OE-Core rev: 6397cd1ad55927c312051cbd42d5825fa8ed969b)
Signed-off-by: Guocai He <guocai.he.cn@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/recipes-graphics/mesa/mesa-demos_8.4.0.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-graphics/mesa/mesa.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-demos_8.4.0.bb b/meta/recipes-graphics/mesa/mesa-demos_8.4.0.bb index 01e5b35d0e..11ecb9a9eb 100644 --- a/meta/recipes-graphics/mesa/mesa-demos_8.4.0.bb +++ b/meta/recipes-graphics/mesa/mesa-demos_8.4.0.bb | |||
| @@ -9,7 +9,7 @@ LICENSE = "MIT & PD" | |||
| 9 | LIC_FILES_CHKSUM = "file://src/xdemos/glxgears.c;beginline=1;endline=20;md5=914225785450eff644a86c871d3ae00e \ | 9 | LIC_FILES_CHKSUM = "file://src/xdemos/glxgears.c;beginline=1;endline=20;md5=914225785450eff644a86c871d3ae00e \ |
| 10 | file://src/xdemos/glxdemo.c;beginline=1;endline=8;md5=b01d5ab1aee94d35b7efaa2ef48e1a06" | 10 | file://src/xdemos/glxdemo.c;beginline=1;endline=8;md5=b01d5ab1aee94d35b7efaa2ef48e1a06" |
| 11 | 11 | ||
| 12 | SRC_URI = "https://mesa.freedesktop.org/archive/demos/${BPN}-${PV}.tar.bz2 \ | 12 | SRC_URI = "https://archive.mesa3d.org/demos/${BPN}-${PV}.tar.bz2 \ |
| 13 | file://0001-mesa-demos-Add-missing-data-files.patch \ | 13 | file://0001-mesa-demos-Add-missing-data-files.patch \ |
| 14 | file://0003-configure-Allow-to-disable-demos-which-require-GLEW-.patch \ | 14 | file://0003-configure-Allow-to-disable-demos-which-require-GLEW-.patch \ |
| 15 | file://0004-Use-DEMOS_DATA_DIR-to-locate-data-files.patch \ | 15 | file://0004-Use-DEMOS_DATA_DIR-to-locate-data-files.patch \ |
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 3c85a3ac55..16d3e108a4 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc | |||
| @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://docs/license.rst;md5=9a383ee9f65a4e939d6630e9b067ff58 | |||
| 14 | 14 | ||
| 15 | PE = "2" | 15 | PE = "2" |
| 16 | 16 | ||
| 17 | SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \ | 17 | SRC_URI = "https://archive.mesa3d.org/older-versions/22.x/mesa-${PV}.tar.xz \ |
| 18 | file://0001-meson.build-check-for-all-linux-host_os-combinations.patch \ | 18 | file://0001-meson.build-check-for-all-linux-host_os-combinations.patch \ |
| 19 | file://0002-meson.build-make-TLS-ELF-optional.patch \ | 19 | file://0002-meson.build-make-TLS-ELF-optional.patch \ |
| 20 | file://0001-meson-misdetects-64bit-atomics-on-mips-clang.patch \ | 20 | file://0001-meson-misdetects-64bit-atomics-on-mips-clang.patch \ |
