[oe-commits] Stanislav Brabec : gvfs: Don't refer to the host system (samba includes, gawk).

GIT User account git at amethyst.openembedded.net
Sat Apr 18 19:52:26 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4804f2c6b82478aff3e03aafc8942d8880d578ab
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4804f2c6b82478aff3e03aafc8942d8880d578ab

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Sat Apr 18 19:47:22 2009 +0000

gvfs: Don't refer to the host system (samba includes, gawk).

---

 recipes/gnome/gvfs_1.2.1.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/gnome/gvfs_1.2.1.bb b/recipes/gnome/gvfs_1.2.1.bb
index 399cce6..ba27418 100644
--- a/recipes/gnome/gvfs_1.2.1.bb
+++ b/recipes/gnome/gvfs_1.2.1.bb
@@ -1,10 +1,10 @@
 DESCRIPTION = "gvfs is a userspace virtual filesystem"
 LICENSE = "LGPL"
-DEPENDS = "gnome-keyring glib-2.0 obexftp fuse avahi fuse hal gconf-dbus samba gphoto2"
+DEPENDS = "gawk-native gnome-keyring glib-2.0 obexftp fuse avahi fuse hal gconf-dbus samba gphoto2"
 
 inherit gnome
 
-EXTRA_OECONF = "--enable-samba  --with-archive-includes=${STAGING_INCDIR}"
+EXTRA_OECONF = "--enable-samba  --with-archive-includes=${STAGING_INCDIR} --with-samba-includes=${STAGING_INCDIR}"
 
 PACKAGES =+ "gvfsd-ftp gvfsd-sftp gvfsd-trash"
 





More information about the Openembedded-commits mailing list