summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-05-16 22:15:49 -0700
committerKhem Raj <raj.khem@gmail.com>2024-05-19 08:28:00 -0700
commit13ddd97e4f3b2557aa1aea1212e8003a503415ee (patch)
tree7a620660c3bd813933adfa7a6e41734658eba746
parent6ce8cef7e7446c3107ed9e9dcc5295686d77fff7 (diff)
downloadmeta-openembedded-13ddd97e4f3b2557aa1aea1212e8003a503415ee.tar.gz
tinyalsa: Upgrade to tip of trunk
This fixes build with musl + gcc14 Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa_2.0.0.bb11
1 files 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 e261611af..b513e959d 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"
4SECTION = "libs/multimedia" 4SECTION = "libs/multimedia"
5 5
6LICENSE = "BSD-3-Clause" 6LICENSE = "BSD-3-Clause"
7LIC_FILES_CHKSUM = "file://NOTICE;md5=e04cd6fa58488e016f7fb648ebea1db4" 7LIC_FILES_CHKSUM = "file://NOTICE;md5=d2918795d9185efcbf430b9ad5cda46d"
8 8
9SRCREV = "1c5fb68ced57d838f2b7ecd0c00bc1fefc9ab60d" 9PV .= "+git"
10SRC_URI = "git://github.com/tinyalsa/tinyalsa;branch=master;protocol=https \ 10SRCREV = "f78ed25aced2dfea743867b8205a787bfb091340"
11 file://0001-fixed-compilation-error-caused-by-strncpy.patch \ 11SRC_URI = "git://github.com/tinyalsa/tinyalsa;branch=master;protocol=https"
12 "
13 12
14S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
15 14
16inherit cmake 15inherit meson
17 16
18# tinyalsa is built as a static library. Enable PIC to avoid relocation 17# tinyalsa is built as a static library. Enable PIC to avoid relocation
19# errors like these: 18# errors like these: