aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/alsa/alsa-scenario_git.bb
blob: ffe2d10044cff71942e0fa9bc80d5a39baf86ebe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "ALSA Scenario Library"
HOMEPAGE = "http://opensource.wolfsonmicro.com/node/22"
SECTION = "console/utils"
LICENSE = "GPL"
DEPENDS = "alsa-lib ncurses"
SRCREV = "8bd7f83d847424eb44704cf1649974b2fda8d8f1"
PV = "0.2+gitr${SRCREV}"
PR = "r0"
PE = "1"

DEFAULT_PREFERENCE = "-1"

SRC_URI = "git://slimlogic.co.uk/alsa-scenario;branch=master;protocol=git"
S = "${WORKDIR}/git"

inherit autotools