From a3f70e3a64b310adfd36d606bbcfb049479b7394 Mon Sep 17 00:00:00 2001 From: Kirtika Ruchandani Date: Sun, 28 Jun 2009 12:50:24 +0530 Subject: [PATCH] Make it bitbake-able without the -b switch by correcting DEPENDS variables --- osso-gwobex_0.62.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 1.7.9.5