[oe-commits] Koen Kooi : gvfs: fix QA issue in configure

GIT User account git at amethyst.openembedded.net
Fri Dec 5 16:37:33 UTC 2008


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Dec  5 17:36:51 2008 +0100

gvfs: fix QA issue in configure
* the check for archive.h looks in /usr/include by default

---

 packages/gnome/gvfs_1.0.3.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/gnome/gvfs_1.0.3.bb b/packages/gnome/gvfs_1.0.3.bb
index 8e27d6d..c44ba16 100644
--- a/packages/gnome/gvfs_1.0.3.bb
+++ b/packages/gnome/gvfs_1.0.3.bb
@@ -5,7 +5,7 @@ PR = "r0"
 
 inherit gnome
 
-EXTRA_OECONF = "--disable-samba"
+EXTRA_OECONF = "--disable-samba  --with-archive-includes=${STAGING_INCDIR}"
 
 PACKAGES =+ "gvfsd-ftp gvfsd-sftp gvfsd-trash"
 





More information about the Openembedded-commits mailing list