From 5b51c0a7b8a47ee725f3745105f0307afc542d83 Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Fri, 5 Mar 2010 11:27:14 +0100 Subject: 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 --- recipes/ffalarms/ffalarms_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/ffalarms') 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" -- cgit v1.2.3