diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-05-26 15:40:41 +0100 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-05-26 15:40:41 +0100 |
commit | 454d66a77cac68b0b4a0842f91ded78a0ab9f6d9 (patch) | |
tree | e5f6bf9bd4543751a2f7dd1c770d8a0f11618cf1 /recipes/alsa/alsa-scenario_0.2.bb | |
parent | 040195458d9594edd1b7f66cee03dbacdcf7b7f5 (diff) |
alsa-scenario_0.2.bb : add new release of alsa scenario
alsa-scenario_git.bb : bump the PV of git recipe, add DEF_PREF = -1
Diffstat (limited to 'recipes/alsa/alsa-scenario_0.2.bb')
-rw-r--r-- | recipes/alsa/alsa-scenario_0.2.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/alsa/alsa-scenario_0.2.bb b/recipes/alsa/alsa-scenario_0.2.bb new file mode 100644 index 0000000000..3b4cf79f93 --- /dev/null +++ b/recipes/alsa/alsa-scenario_0.2.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "ALSA Scenario Library" +HOMEPAGE = "http://opensource.wolfsonmicro.com/node/22" +SECTION = "console/utils" +LICENSE = "GPL" +DEPENDS = "alsa-lib ncurses" + +PR = "r0" +PE = "1" + +SRC_URI = "http://slimlogic.co.uk/pub/downloads/libscenario/scenario-lib-0.2.0.tar.bz2" + +S = "${WORKDIR}/scenario-lib-0.2.0" + +inherit autotools |