[oe-commits] Michael 'Mickey' Lauer : fsodeviced: libcanberra-alsa is a runtime dependency, not a build time dependency

git version control git at git.openembedded.org
Wed Jul 8 19:46:23 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 227e6b811b4aa61c800b5275796f31704cab78f6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=227e6b811b4aa61c800b5275796f31704cab78f6

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Jul  8 19:44:51 2009 +0000

fsodeviced: libcanberra-alsa is a runtime dependency, not a build time dependency

---

 recipes/freesmartphone/fsodeviced_git.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/freesmartphone/fsodeviced_git.bb b/recipes/freesmartphone/fsodeviced_git.bb
index 7dd3954..42e6d03 100644
--- a/recipes/freesmartphone/fsodeviced_git.bb
+++ b/recipes/freesmartphone/fsodeviced_git.bb
@@ -1,5 +1,6 @@
 require cornucopia.inc
 inherit fso-plugin
 
-DEPENDS += "alsa-lib libcanberra-alsa"
-PR = "${INC_PR}.2"
+DEPENDS += "alsa-lib"
+RDEPENDS += "libcanberra-alsa"
+PR = "${INC_PR}.3"





More information about the Openembedded-commits mailing list