Make it bitbake-able without the -b switch by correcting DEPENDS variables
authorKirtika Ruchandani <kirtibr@gmail.com>
Sun, 28 Jun 2009 07:11:50 +0000 (12:41 +0530)
committerKirtika Ruchandani <kirtibr@gmail.com>
Sun, 28 Jun 2009 07:11:50 +0000 (12:41 +0530)
libopenobex1_1.3.bb

index 2b84504..4ac736e 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 bcm2035-tool" 
 PR = "r3"
 
 SRC_URI = "http://repository.maemo.org/pool/diablo/free/libo/${PN}/${PN}_${PV}osso5.tar.gz"