[oe-commits] Koen Kooi : gnome-mplayer: add missing DEPENDS on curl

git version control git at git.openembedded.org
Tue Jan 5 09:23:05 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Jan  5 10:07:27 2010 +0100

gnome-mplayer: add missing DEPENDS on curl

---

 recipes/gnome-mplayer/gnome-mplayer.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/gnome-mplayer/gnome-mplayer.inc b/recipes/gnome-mplayer/gnome-mplayer.inc
index 90a57ca..07445ce 100644
--- a/recipes/gnome-mplayer/gnome-mplayer.inc
+++ b/recipes/gnome-mplayer/gnome-mplayer.inc
@@ -3,7 +3,7 @@ AUTHOR = "Kevin DeKorte <kdekorte at gmail.com>"
 HOMEPAGE = "http://code.google.com/p/gnome-mplayer/"
 SECTION = "x11/multimedia"
 LICENSE = "GPL"
-DEPENDS = "gtk+ gconf dbus-glib libmusicbrainz libgpod"
+DEPENDS = "curl gtk+ gconf dbus-glib libmusicbrainz libgpod"
 RDEPENDS = "mplayer"
 
 inherit gnome





More information about the Openembedded-commits mailing list