From: Kirtika Ruchandani Date: Mon, 13 Jul 2009 20:30:38 +0000 (+0530) Subject: Fix to get osso-gnomevfs-extra building X-Git-Url: http://vcs.maemo.org/git/?p=oespirit1;a=commitdiff_plain;h=db03ad5f8f6e42cd28627b6d84699bb7f5a554c0 Fix to get osso-gnomevfs-extra building --- diff --git a/libopenobex1_1.3.bb b/libopenobex1_1.3.bb index 05e24d5..9329423 100644 --- a/libopenobex1_1.3.bb +++ b/libopenobex1_1.3.bb @@ -14,6 +14,10 @@ S = "${WORKDIR}/${PN}-${PV}osso5" inherit autotools pkgconfig +# Temporary fix to stop it from checking the system +# files instead of staging +EXTRA_OECONF +=" --disable-usb" + do_stage(){ autotools_stage_all }