summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-07-07 11:13:30 +0800
committerKhem Raj <raj.khem@gmail.com>2023-07-07 08:59:27 -0700
commit4a80b341bf62c4e5fa401ade4e888b0b14fd96a1 (patch)
treec3a94469a1f51869f1c093860760c69c47b35c2b /meta-oe/recipes-core
parent52f35e40106858842c23c31169a98c8862c66e6d (diff)
downloadmeta-openembedded-4a80b341bf62c4e5fa401ade4e888b0b14fd96a1.tar.gz
glfw: upgrade 3.3 -> 3.3.8
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r--meta-oe/recipes-core/glfw/glfw_3.3.8.bb (renamed from meta-oe/recipes-core/glfw/glfw_3.3.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-core/glfw/glfw_3.3.bb b/meta-oe/recipes-core/glfw/glfw_3.3.8.bb
index f4d983a6e..ad7a3a7ed 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"
11inherit pkgconfig cmake features_check 11inherit pkgconfig cmake features_check
12 12
13PV .= "+git${SRCPV}" 13PV .= "+git${SRCPV}"
14SRCREV = "781fbbadb0bccc749058177b1385c82da9ace880" 14SRCREV = "7482de6071d21db77a7236155da44c172a7f6c9e"
15SRC_URI = "git://github.com/glfw/glfw.git;branch=master;protocol=https" 15SRC_URI = "git://github.com/glfw/glfw.git;branch=3.3-stable;protocol=https"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18