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

index a79b7ba..1d5da0b 100644 (file)
@@ -5,7 +5,7 @@ DESCRIPTION = "Wrapper library for openobex"
 HOMEPAGE = "http://maemo.org"
 LICENSE = "GNU Lesser General Public License-version 2.1"
 SECTION = "base"
-DEPENDS = "libglib libopenobex1"
+DEPENDS = "glib-2.0 libopenobex1"
 PR = "r0"
 
 SRC_URI = "http://repository.maemo.org/pool/fremantle/free/o/${PN}/${PN}_${PV}+0m5.tar.gz"