diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-03-05 11:27:14 +0100 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-03-05 11:27:14 +0100 |
commit | 5b51c0a7b8a47ee725f3745105f0307afc542d83 (patch) | |
tree | 4202862780cb50cecf74e89a22cd318cffd3e7ce /recipes/ffalarms | |
parent | 40a4545008cbd444e9808233a72953623a6fd4b2 (diff) |
ffalarms: directly RDEPEND on alsa-scenarii-shr
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>
Diffstat (limited to 'recipes/ffalarms')
-rw-r--r-- | recipes/ffalarms/ffalarms_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/ffalarms/ffalarms_git.bb b/recipes/ffalarms/ffalarms_git.bb index 6628907694..6dc6545f41 100644 --- a/recipes/ffalarms/ffalarms_git.bb +++ b/recipes/ffalarms/ffalarms_git.bb @@ -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" |