summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2021-06-29 23:04:51 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-02 23:14:32 +0100
commit1e36f5315bb31534c19ad9b8109d505506f9fdd1 (patch)
tree1c26e8805f63502c282c8c726fe70d810920c96e /meta/recipes-graphics/mesa
parentee566b65e69274126947a633c26c2ee0afd3be02 (diff)
downloadpoky-1e36f5315bb31534c19ad9b8109d505506f9fdd1.tar.gz
libglu: upgrade 9.0.1 -> 9.0.2
(From OE-Core rev: f327885f1180e9338e0c909d3e591c3a6d57f6aa) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa')
-rw-r--r--meta/recipes-graphics/mesa/libglu_9.0.2.bb (renamed from meta/recipes-graphics/mesa/libglu_9.0.1.bb)4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-graphics/mesa/libglu_9.0.1.bb b/meta/recipes-graphics/mesa/libglu_9.0.2.bb
index 703f131f79..ae18f86532 100644
--- a/meta/recipes-graphics/mesa/libglu_9.0.1.bb
+++ b/meta/recipes-graphics/mesa/libglu_9.0.2.bb
@@ -10,12 +10,10 @@ LIC_FILES_CHKSUM = "file://include/GL/glu.h;endline=29;md5=6b79c570f644363b35645
10 10
11# Epoch as this used to be part of mesa 11# Epoch as this used to be part of mesa
12PE = "2" 12PE = "2"
13PR = "0"
14 13
15SRC_URI = "https://mesa.freedesktop.org/archive/glu/glu-${PV}.tar.gz" 14SRC_URI = "https://mesa.freedesktop.org/archive/glu/glu-${PV}.tar.gz"
16 15
17SRC_URI[md5sum] = "5599a0e0a97335e10239d9165aced60d" 16SRC_URI[sha256sum] = "24effdfb952453cc00e275e1c82ca9787506aba0282145fff054498e60e19a65"
18SRC_URI[sha256sum] = "f6f484cfcd51e489afe88031afdea1e173aa652697e4c19ddbcb8260579a10f7"
19 17
20S = "${WORKDIR}/glu-${PV}" 18S = "${WORKDIR}/glu-${PV}"
21 19