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:
Khem Raj
2018-05-16 18:36:37 -07:00
parent 01a4be21f8
commit 8c3101b5f5

View File

@@ -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}/*"