aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/alsa
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2009-05-26 15:40:41 +0100
committerGraeme Gregory <dp@xora.org.uk>2009-05-26 15:40:41 +0100
commit454d66a77cac68b0b4a0842f91ded78a0ab9f6d9 (patch)
treee5f6bf9bd4543751a2f7dd1c770d8a0f11618cf1 /recipes/alsa
parent040195458d9594edd1b7f66cee03dbacdcf7b7f5 (diff)
downloadopenembedded-454d66a77cac68b0b4a0842f91ded78a0ab9f6d9.tar.gz
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')
-rw-r--r--recipes/alsa/alsa-scenario_0.2.bb14
-rw-r--r--recipes/alsa/alsa-scenario_git.bb6
2 files changed, 18 insertions, 2 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
diff --git a/recipes/alsa/alsa-scenario_git.bb b/recipes/alsa/alsa-scenario_git.bb
index 74c25c247e..edc77d2bbc 100644
--- a/recipes/alsa/alsa-scenario_git.bb
+++ b/recipes/alsa/alsa-scenario_git.bb
@@ -3,11 +3,13 @@ HOMEPAGE = "http://opensource.wolfsonmicro.com/node/22"
SECTION = "console/utils"
LICENSE = "GPL"
DEPENDS = "alsa-lib ncurses"
-PV = "0.1+gitr${SRCREV}"
+PV = "0.2+gitr${SRCREV}"
PR = "r0"
PE = "1"
-SRC_URI = "git://opensource.wolfsonmicro.com/alsa-scenario;branch=master;protocol=git"
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "git://slimlogic.co.uk/alsa-scenario;branch=master;protocol=git"
S = "${WORKDIR}/git"
inherit autotools