From da29bce954ed120a4e7f90a66f15dfd221756cf4 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Fri, 16 Aug 2013 16:35:19 +0200 Subject: hda-verb: add recipe HDA debug tool --- recipes-multimedia/hda-verb/hda-verb_git.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes-multimedia/hda-verb/hda-verb_git.bb 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 -- cgit v1.2.3