diff options
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 |
