[oe-commits] Sebastian Spaeth : ffalarms: directly RDEPEND on alsa-scenarii-shr

git version control git at git.openembedded.org
Fri Mar 5 10:28:36 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 5b51c0a7b8a47ee725f3745105f0307afc542d83
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5b51c0a7b8a47ee725f3745105f0307afc542d83

Author: Sebastian Spaeth <Sebastian at SSpaeth.de>
Date:   Fri Mar  5 11:27:14 2010 +0100

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 at SSpaeth.de>

---

 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 6628907..6dc6545 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"
 





More information about the Openembedded-commits mailing list