Reverting all the dbus related commits (sigh) from 27th July and fixing a QA issue...
[oespirit1] / libopenobex1_1.3.bb
index 2b84504..9329423 100644 (file)
@@ -5,7 +5,7 @@ DESCRIPTION = "Free implementation of the object exchange library"
 HOMEPAGE = "www.openobex.org"
 LICENSE = "GPL"
 SECTION = "base"
-DEPENDS = "bluez cdbs"
+DEPENDS = "bluez4 bluez-libs obexd bluez-hcidump bluez-dtl1-workaround" 
 PR = "r3"
 
 SRC_URI = "http://repository.maemo.org/pool/diablo/free/libo/${PN}/${PN}_${PV}osso5.tar.gz"
@@ -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
 }