From: Kirtika Ruchandani Date: Sun, 28 Jun 2009 07:20:24 +0000 (+0530) Subject: Make it bitbake-able without the -b switch by correcting DEPENDS variables X-Git-Url: http://vcs.maemo.org/git/?p=oespirit1;a=commitdiff_plain;h=a3f70e3a64b310adfd36d606bbcfb049479b7394 Make it bitbake-able without the -b switch by correcting DEPENDS variables --- diff --git a/osso-gwobex_0.62.bb b/osso-gwobex_0.62.bb index a79b7ba..1d5da0b 100644 --- a/osso-gwobex_0.62.bb +++ b/osso-gwobex_0.62.bb @@ -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"