From db03ad5f8f6e42cd28627b6d84699bb7f5a554c0 Mon Sep 17 00:00:00 2001 From: Kirtika Ruchandani Date: Tue, 14 Jul 2009 02:00:38 +0530 Subject: [PATCH] Fix to get osso-gnomevfs-extra building --- libopenobex1_1.3.bb | 4 ++++ 1 file changed, 4 insertions(+) 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 } -- 1.7.9.5