[oe-commits] David-John Willis : gigolo: Add fuse-utils to RDEPENDS as Gigolo is not a lot of use without it.

git version control git at git.openembedded.org
Wed Jan 6 18:19:38 UTC 2010


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

Author: David-John Willis <John.Willis at Distant-earth.com>
Date:   Sun Dec 13 19:35:30 2009 +0000

gigolo: Add fuse-utils to RDEPENDS as Gigolo is not a lot of use without it.

---

 recipes/xfce-extras/gigolo_0.3.2.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/xfce-extras/gigolo_0.3.2.bb b/recipes/xfce-extras/gigolo_0.3.2.bb
index 3355434..df31afd 100644
--- a/recipes/xfce-extras/gigolo_0.3.2.bb
+++ b/recipes/xfce-extras/gigolo_0.3.2.bb
@@ -1,10 +1,10 @@
 DESCRIPTION = "Gigolo is a frontend to easily manage connections to remote filesystems using GIO/GVfs."
 DEPENDS = "pkgconfig gtk+ gvfs"
-RDEPENDS = "libxfce4util libxfcegui4 gvfs"
+RDEPENDS = "libxfce4util libxfcegui4 gvfs fuse-utils"
 
 SECTION = "x11"
 LICENSE = "GPL-2"
-PR = "r2"
+PR = "r3"
 
 inherit xfce46
 





More information about the Openembedded-commits mailing list