From 43052923fca9328ca11d9266840547e028f629f3 Mon Sep 17 00:00:00 2001 From: Nguyen Dat Tho Date: Mon, 31 Mar 2025 18:12:36 +0900 Subject: [PATCH] openal-soft: upgrade 1.23.1 -> 1.24.3 Changelog: https://github.com/kcat/openal-soft/blob/master/ChangeLog Signed-off-by: Nguyen Dat Tho Signed-off-by: Khem Raj --- .../openal/{openal-soft_1.23.1.bb => openal-soft_1.24.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-multimedia/recipes-multimedia/openal/{openal-soft_1.23.1.bb => openal-soft_1.24.3.bb} (95%) diff --git a/meta-multimedia/recipes-multimedia/openal/openal-soft_1.23.1.bb b/meta-multimedia/recipes-multimedia/openal/openal-soft_1.24.3.bb similarity index 95% rename from meta-multimedia/recipes-multimedia/openal/openal-soft_1.23.1.bb rename to meta-multimedia/recipes-multimedia/openal/openal-soft_1.24.3.bb index 83745703f5..e79efd4697 100644 --- a/meta-multimedia/recipes-multimedia/openal/openal-soft_1.23.1.bb +++ b/meta-multimedia/recipes-multimedia/openal/openal-soft_1.24.3.bb @@ -7,7 +7,7 @@ inherit cmake pkgconfig DEPENDS = "zlib libsndfile1" -SRCREV = "d3875f333fb6abe2f39d82caca329414871ae53b" +SRCREV = "dc7d7054a5b4f3bec1dc23a42fd616a0847af948" SRC_URI = "git://github.com/kcat/openal-soft.git;protocol=https;branch=master" S = "${WORKDIR}/git"