diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-05-16 22:15:49 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-05-19 08:28:00 -0700 |
commit | 13ddd97e4f3b2557aa1aea1212e8003a503415ee (patch) | |
tree | 7a620660c3bd813933adfa7a6e41734658eba746 /meta-multimedia | |
parent | 6ce8cef7e7446c3107ed9e9dcc5295686d77fff7 (diff) | |
download | meta-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>
Diffstat (limited to 'meta-multimedia')
-rw-r--r-- | meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa_2.0.0.bb | 11 |
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 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" | |||
4 | SECTION = "libs/multimedia" | 4 | SECTION = "libs/multimedia" |
5 | 5 | ||
6 | LICENSE = "BSD-3-Clause" | 6 | LICENSE = "BSD-3-Clause" |
7 | LIC_FILES_CHKSUM = "file://NOTICE;md5=e04cd6fa58488e016f7fb648ebea1db4" | 7 | LIC_FILES_CHKSUM = "file://NOTICE;md5=d2918795d9185efcbf430b9ad5cda46d" |
8 | 8 | ||
9 | SRCREV = "1c5fb68ced57d838f2b7ecd0c00bc1fefc9ab60d" | 9 | PV .= "+git" |
10 | SRC_URI = "git://github.com/tinyalsa/tinyalsa;branch=master;protocol=https \ | 10 | SRCREV = "f78ed25aced2dfea743867b8205a787bfb091340" |
11 | file://0001-fixed-compilation-error-caused-by-strncpy.patch \ | 11 | SRC_URI = "git://github.com/tinyalsa/tinyalsa;branch=master;protocol=https" |
12 | " | ||
13 | 12 | ||
14 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
15 | 14 | ||
16 | inherit cmake | 15 | inherit 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: |