mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
tinyalsa: Update SRC_URI to github git fetcher
Update to latest on git/master Fixes build with clang switch component build system to cmake Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -6,23 +6,13 @@ SECTION = "libs/multimedia"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://NOTICE;md5=dbdefe400d894b510a9de14813181d0b"
|
||||
|
||||
SRCREV = "67b9210d344c34e8d1aa0cfe638abce71c5221ca"
|
||||
SRC_URI = "git://github.com/tinyalsa/tinyalsa"
|
||||
PV = "1.1.1+git${SRCPV}"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "df11091086b56e5fb71887f2fa320e1d2ffeff58"
|
||||
SRC_URI = "git://github.com/tinyalsa/tinyalsa.git;protocol=https;"
|
||||
|
||||
do_configure() {
|
||||
:
|
||||
}
|
||||
|
||||
do_compile() {
|
||||
oe_runmake CC='${CC}' LD='${CC}' AR='${AR}'
|
||||
}
|
||||
|
||||
do_install() {
|
||||
oe_runmake install \
|
||||
PREFIX="${prefix}" DESTDIR="${D}" INCDIR="${includedir}/tinyalsa" \
|
||||
LIBDIR="${libdir}" BINDIR="${bindir}" MANDIR="${mandir}"
|
||||
}
|
||||
inherit cmake
|
||||
|
||||
PACKAGES =+ "${PN}-tools"
|
||||
FILES_${PN}-tools = "${bindir}/*"
|
||||
Reference in New Issue
Block a user