alsa-scenario_0.2.bb : add new release of alsa scenario
authorGraeme Gregory <dp@xora.org.uk>
Tue, 26 May 2009 14:40:41 +0000 (15:40 +0100)
committerGraeme Gregory <dp@xora.org.uk>
Tue, 26 May 2009 14:40:41 +0000 (15:40 +0100)
alsa-scenario_git.bb : bump the PV of git recipe, add DEF_PREF = -1

conf/checksums.ini
conf/distro/include/sane-srcrevs.inc
recipes/alsa/alsa-scenario_0.2.bb [new file with mode: 0644]
recipes/alsa/alsa-scenario_git.bb

index b7e56ba..3ee89f1 100644 (file)
@@ -21130,6 +21130,10 @@ sha256=2a11ba05f34b2978af3add623a641e0340d39322b4ca2bd26baae743c78de956
 md5=953dc98dbd78fba3a80d554514581d26
 sha256=0431955a17cd687a28c9b005a6afbc11d8db9348cd4ec91c5600f4f662819e07
 
+[http://slimlogic.co.uk/pub/downloads/libscenario/scenario-lib-0.2.0.tar.bz2]
+md5=18b370f6ff89546df66fe64a2efd676a
+sha256=d76d0e8267e781e4ed4a93c9f51b7ae1257bfb2fadb8d8f5b64414b5340b1239
+
 [http://savannah.nongnu.org/download/scew/scew-0.3.1.tar.gz]
 md5=e9a69f7014cad332cc78667b07eebbce
 sha256=0e966359b9e1de31bf375b2a982b7f63cc6dd0c253bda480d1913c668791972a
index 8d2bc93..4d7c257 100644 (file)
@@ -13,7 +13,7 @@
 
 SRCREV_pn-accelges ?= "206"
 SRCREV_pn-aircrack-ng ?= "802"
-SRCREV_pn-alsa-scenario ?= "633aaccc37f845146e490090dbd2a1ebb8064fd6"
+SRCREV_pn-alsa-scenario ?= "8bd7f83d847424eb44704cf1649974b2fda8d8f1"
 SRCREV_pn-app-restarter ?= "4552"
 SRCREV_pn-assassin ?= "268"
 SRCREV_pn-assassin-thumbnail ?= "4690"
diff --git a/recipes/alsa/alsa-scenario_0.2.bb b/recipes/alsa/alsa-scenario_0.2.bb
new file mode 100644 (file)
index 0000000..3b4cf79
--- /dev/null
@@ -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
index 74c25c2..edc77d2 100644 (file)
@@ -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