aboutsummaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-05-16 18:36:37 -0700
committerKhem Raj <raj.khem@gmail.com>2018-05-23 15:32:05 -0700
commit8c3101b5f53217f4dbef9b960f529a11180bab0d (patch)
treeae1c444d6de26a57ba3903ebf54a7f72af31447a /meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa.bb
parent01a4be21f839b3222d656eb7226728d799382ef5 (diff)
downloadmeta-openembedded-contrib-8c3101b5f53217f4dbef9b960f529a11180bab0d.tar.gz
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>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa.bb')
-rw-r--r--meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa.bb b/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa.bb
new file mode 100644
index 0000000000..72094b6fad
--- /dev/null
+++ b/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "TinyALSA is a small library to interface with ALSA in \
+the Linux kernel. It is a lightweight alternative to libasound."
+HOMEPAGE = "https://github.com/tinyalsa/tinyalsa"
+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"
+
+inherit cmake
+
+PACKAGES =+ "${PN}-tools"
+FILES_${PN}-tools = "${bindir}/*"