From: wangmy Date: Tue, 29 Jun 2021 15:04:51 +0000 (+0800) Subject: libglu: upgrade 9.0.1 -> 9.0.2 X-Git-Tag: uninative-3.3~335 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f327885f1180e9338e0c909d3e591c3a6d57f6aa;p=openembedded-core.git libglu: upgrade 9.0.1 -> 9.0.2 Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/mesa/libglu_9.0.1.bb b/meta/recipes-graphics/mesa/libglu_9.0.2.bb similarity index 84% rename from meta/recipes-graphics/mesa/libglu_9.0.1.bb rename to 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 # Epoch as this used to be part of mesa PE = "2" -PR = "0" SRC_URI = "https://mesa.freedesktop.org/archive/glu/glu-${PV}.tar.gz" -SRC_URI[md5sum] = "5599a0e0a97335e10239d9165aced60d" -SRC_URI[sha256sum] = "f6f484cfcd51e489afe88031afdea1e173aa652697e4c19ddbcb8260579a10f7" +SRC_URI[sha256sum] = "24effdfb952453cc00e275e1c82ca9787506aba0282145fff054498e60e19a65" S = "${WORKDIR}/glu-${PV}"