add alsa-scenario support library (git version)
authorMichael Lauer <mickey@vanille-media.de>
Tue, 10 Jun 2008 13:41:43 +0000 (13:41 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 10 Jun 2008 13:41:43 +0000 (13:41 +0000)
conf/distro/include/sane-srcrevs.inc
packages/alsa/alsa-scenario_git.bb [new file with mode: 0644]

index d47a422..f2c9c19 100644 (file)
@@ -12,6 +12,7 @@
 # you know what that means? like... a, b, c, d, e, f, g...
 
 SRCREV_pn-aircrack-ng ?= "802"
+SRCREV_pn-alsa-scenario ?= "633aaccc37f845146e490090dbd2a1ebb8064fd6"
 SRCREV_pn-assassin ?= "93"
 SRCREV_pn-bfin-uclibc ?= "1857"
 SRCREV_pn-uclibc ?= "21996"
diff --git a/packages/alsa/alsa-scenario_git.bb b/packages/alsa/alsa-scenario_git.bb
new file mode 100644 (file)
index 0000000..02edd31
--- /dev/null
@@ -0,0 +1,12 @@
+DESCRIPTION = "ALSA Scenario Library"
+HOMEPAGE = "http://opensource.wolfsonmicro.com/node/22"
+SECTION = "console/utils"
+LICENSE = "GPL"
+DEPENDS = "alsa-lib ncurses"
+PV = "0.1+git${SRCREV}"
+PR = "r0"
+
+SRC_URI = "git://opensource.wolfsonmicro.com/alsa-scenario;branch=master;protocol=git"
+S = "${WORKDIR}/git"
+
+inherit autotools