mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-21 05:57:05 +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:
@@ -4,16 +4,15 @@ HOMEPAGE = "https://github.com/tinyalsa/tinyalsa"
|
|||||||
SECTION = "libs/multimedia"
|
SECTION = "libs/multimedia"
|
||||||
|
|
||||||
LICENSE = "BSD-3-Clause"
|
LICENSE = "BSD-3-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://NOTICE;md5=e04cd6fa58488e016f7fb648ebea1db4"
|
LIC_FILES_CHKSUM = "file://NOTICE;md5=d2918795d9185efcbf430b9ad5cda46d"
|
||||||
|
|
||||||
SRCREV = "1c5fb68ced57d838f2b7ecd0c00bc1fefc9ab60d"
|
PV .= "+git"
|
||||||
SRC_URI = "git://github.com/tinyalsa/tinyalsa;branch=master;protocol=https \
|
SRCREV = "f78ed25aced2dfea743867b8205a787bfb091340"
|
||||||
file://0001-fixed-compilation-error-caused-by-strncpy.patch \
|
SRC_URI = "git://github.com/tinyalsa/tinyalsa;branch=master;protocol=https"
|
||||||
"
|
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit cmake
|
inherit meson
|
||||||
|
|
||||||
# tinyalsa is built as a static library. Enable PIC to avoid relocation
|
# tinyalsa is built as a static library. Enable PIC to avoid relocation
|
||||||
# errors like these:
|
# errors like these:
|
||||||
|
|||||||
Reference in New Issue
Block a user