From 0cb746badd08618801f147e0251c6cf64032ee6b Mon Sep 17 00:00:00 2001 From: Kirtika Ruchandani Date: Sun, 28 Jun 2009 12:41:50 +0530 Subject: [PATCH] Make it bitbake-able without the -b switch by correcting DEPENDS variables --- libopenobex1_1.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libopenobex1_1.3.bb b/libopenobex1_1.3.bb index 2b84504..4ac736e 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 bcm2035-tool" PR = "r3" SRC_URI = "http://repository.maemo.org/pool/diablo/free/libo/${PN}/${PN}_${PV}osso5.tar.gz" -- 1.7.9.5