From 4a80b341bf62c4e5fa401ade4e888b0b14fd96a1 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 7 Jul 2023 11:13:30 +0800 Subject: [PATCH] glfw: upgrade 3.3 -> 3.3.8 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-core/glfw/{glfw_3.3.bb => glfw_3.3.8.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-core/glfw/{glfw_3.3.bb => glfw_3.3.8.bb} (90%) diff --git a/meta-oe/recipes-core/glfw/glfw_3.3.bb b/meta-oe/recipes-core/glfw/glfw_3.3.8.bb similarity index 90% rename from meta-oe/recipes-core/glfw/glfw_3.3.bb rename to meta-oe/recipes-core/glfw/glfw_3.3.8.bb index f4d983a6e0..ad7a3a7ed4 100644 --- a/meta-oe/recipes-core/glfw/glfw_3.3.bb +++ b/meta-oe/recipes-core/glfw/glfw_3.3.8.bb @@ -11,8 +11,8 @@ SECTION = "lib" inherit pkgconfig cmake features_check PV .= "+git${SRCPV}" -SRCREV = "781fbbadb0bccc749058177b1385c82da9ace880" -SRC_URI = "git://github.com/glfw/glfw.git;branch=master;protocol=https" +SRCREV = "7482de6071d21db77a7236155da44c172a7f6c9e" +SRC_URI = "git://github.com/glfw/glfw.git;branch=3.3-stable;protocol=https" S = "${WORKDIR}/git"