From patchwork Mon Dec 12 16:24:42 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/2] gvfs : Fix build failure due to introduction of host includes. Date: Mon, 12 Dec 2011 16:24:42 -0000 From: Philip Balister X-Patchwork-Id: 16755 Message-Id: <1323707082-9185-2-git-send-email-philip@balister.org> To: openembedded-devel@openembedded.org Tested with Angstrom on usrp-e1xx. Signed-off-by: Philip Balister --- meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb index 5a230eb..fd4a089 100644 --- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb +++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.8.2.bb @@ -14,6 +14,7 @@ SRC_URI[archive.md5sum] = "402f94b187b197b403d25c85caeb9562" SRC_URI[archive.sha256sum] = "0895ac8f6d416e1b15433b6b6b68eb119c6e8b04fdb66db665d684355ef89345" EXTRA_OECONF = "--disable-samba \ + --disable-archive \ --with-samba-includes=${STAGING_INCDIR} \ --with-samba-libs=${STAGING_LIBDIR} \ --with-archive-includes=${STAGING_INCDIR} \