summaryrefslogtreecommitdiff
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-08-16 16:35:19 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2013-09-22 12:03:10 +0200
commitda29bce954ed120a4e7f90a66f15dfd221756cf4 (patch)
tree952cdf9ca3fd36ee7dd20646aad07e816b3fafba /recipes-multimedia
parent7466bfb53497502de61d3832fb0b03570db7d09a (diff)
hda-verb: add recipe
HDA debug tool
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/hda-verb/hda-verb_git.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-multimedia/hda-verb/hda-verb_git.bb b/recipes-multimedia/hda-verb/hda-verb_git.bb
new file mode 100644
index 0000000..e21c6bb
--- /dev/null
+++ b/recipes-multimedia/hda-verb/hda-verb_git.bb
@@ -0,0 +1,15 @@
+SECTION = "multimedia"
+DESCRIPTION = "hda-verb is a small program to send HD-audio commands to the given ALSA hwdep device on the hd-audio interface."
+HOMEPAGE = ""
+LICENSE ="GPLv2+"
+RDEPENDS_${PN} = ""
+
+SRCREV = "4bf54c5003af304e9da8ef40475a481086d80d85"
+SRC_URI = "git://git.alsa-project.org/alsa-tools.git;protocol=git"
+LIC_FILES_CHKSUM = "file://hda-verb.c;beginline=7;endline=7;md5=8ede3f4055a5dda3b35bdb0d454bc4cc"
+
+S = "${WORKDIR}/git/hda-verb"
+
+PR = "r1"
+
+inherit autotools