ffalarms: directly RDEPEND on alsa-scenarii-shr
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Fri, 5 Mar 2010 10:27:14 +0000 (11:27 +0100)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Fri, 5 Mar 2010 10:27:14 +0000 (11:27 +0100)
virtual/alsa-scenarios is usually (and correctly) provided by fsodeviced directly. However, the current ffalarms code is explicitely looking for the location of alsa-scenarii-shr, so it makes sense to just depend on that until the source code has been updated.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
recipes/ffalarms/ffalarms_git.bb

index 6628907..6dc6545 100644 (file)
@@ -5,10 +5,10 @@ SECTION = "x11/applications"
 PRIORITY = "optional"
 LICENSE = "GPLv3"
 DEPENDS = "elementary libeflvala libical"
-RDEPENDS = "atd alsa-utils-amixer alsa-utils-alsactl virtual/alsa-scenarios ttf-dejavu-sans libical"
+RDEPENDS = "atd alsa-utils-amixer alsa-utils-alsactl alsa-scenarii-shr ttf-dejavu-sans libical"
 RSUGGESTS = "mplayer alsa-utils-aplay frameworkd"
 PV = "0.3.2+gitr${SRCREV}"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "git://git.shr-project.org/repo/ffalarms.git;protocol=http;branch=master"