Fix to get osso-gnomevfs-extra building
authorKirtika Ruchandani <kirtibr@gmail.com>
Mon, 13 Jul 2009 20:30:38 +0000 (02:00 +0530)
committerKirtika Ruchandani <kirtibr@gmail.com>
Mon, 13 Jul 2009 20:30:38 +0000 (02:00 +0530)
libopenobex1_1.3.bb

index 05e24d5..9329423 100644 (file)
@@ -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
 }