X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=libopenobex1_1.3.bb;h=93294232a20d47b9ecf73ea6028778b6396960ee;hb=aee03ef3e811b60f32564b69946efc65f8010e60;hp=2b845049bff9d5e1eeffab5af8f79a6c80af2320;hpb=a205623e3b2b6d2718636f5af2042c61eaef8fb1;p=oespirit1 diff --git a/libopenobex1_1.3.bb b/libopenobex1_1.3.bb index 2b84504..9329423 100644 --- a/libopenobex1_1.3.bb +++ b/libopenobex1_1.3.bb @@ -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 }