This fixes build with musl + gcc14

Signed-off-by: Khem Raj <raj.k...@gmail.com>
---
 .../recipes-multimedia/tinyalsa/tinyalsa_2.0.0.bb     | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa_2.0.0.bb 
b/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa_2.0.0.bb
index e261611afd..b513e959d3 100644
--- a/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa_2.0.0.bb
+++ b/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa_2.0.0.bb
@@ -4,16 +4,15 @@ HOMEPAGE = "https://github.com/tinyalsa/tinyalsa";
 SECTION = "libs/multimedia"
 
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://NOTICE;md5=e04cd6fa58488e016f7fb648ebea1db4"
+LIC_FILES_CHKSUM = "file://NOTICE;md5=d2918795d9185efcbf430b9ad5cda46d"
 
-SRCREV = "1c5fb68ced57d838f2b7ecd0c00bc1fefc9ab60d"
-SRC_URI = "git://github.com/tinyalsa/tinyalsa;branch=master;protocol=https \
-                   file://0001-fixed-compilation-error-caused-by-strncpy.patch 
\
-          "
+PV .= "+git"
+SRCREV = "f78ed25aced2dfea743867b8205a787bfb091340"
+SRC_URI = "git://github.com/tinyalsa/tinyalsa;branch=master;protocol=https"
 
 S = "${WORKDIR}/git"
 
-inherit cmake
+inherit meson
 
 # tinyalsa is built as a static library. Enable PIC to avoid relocation
 # errors like these:
-- 
2.45.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110421): 
https://lists.openembedded.org/g/openembedded-devel/message/110421
Mute This Topic: https://lists.openembedded.org/mt/106149335/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to