mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
tinyalsa: Upgrade to tip of trunk
This fixes build with musl + gcc14 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
6ce8cef7e7
commit
13ddd97e4f
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user