[oe][meta-multimedia][master-next][PATCH 3/4] openal-soft: include tag in the SRC_URI
[email protected] Sun, 2 Aug 2026 20:14:57 +1200
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Ankur Tyagi <[email protected]> Signed-off-by: Ankur Tyagi <[email protected]> --- meta-multimedia/recipes-multimedia/openal/openal-soft_1.25.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/openal/openal-soft_1.25.2.bb b/meta-multimedia/recipes-multimedia/openal/openal-soft_1.25.2.bb index e2da0b1b9f..15cc83b7cc 100644 --- a/meta-multimedia/recipes-multimedia/openal/openal-soft_1.25.2.bb +++ b/meta-multimedia/recipes-multimedia/openal/openal-soft_1.25.2.bb @@ -8,7 +8,7 @@ inherit cmake pkgconfig DEPENDS = "zlib libsndfile1" SRCREV = "b2c48f7718ef3fcf67921a8b6534c4914e328970" -SRC_URI = "git://github.com/kcat/openal-soft.git;protocol=https;branch=master" +SRC_URI = "git://github.com/kcat/openal-soft.git;protocol=https;branch=master;tag=${PV}" # openal-soft 1.25.x annotates realtime-critical mixer functions with # [[clang::nonblocking]] and, even with ALSOFT_WERROR=OFF, hardcodes