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_git.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_git.bb')
-rw-r--r-- | recipes/alsa/alsa-scenario_git.bb | 6 |
1 files changed, 4 insertions, 2 deletions
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 |