From: Kirtika Ruchandani Date: Sun, 28 Jun 2009 07:11:50 +0000 (+0530) Subject: Make it bitbake-able without the -b switch by correcting DEPENDS variables X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;ds=sidebyside;h=0cb746badd08618801f147e0251c6cf64032ee6b;p=oespirit1 Make it bitbake-able without the -b switch by correcting DEPENDS variables --- 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"