From: Koen Kooi Date: Sun, 28 May 2006 13:24:45 +0000 (+0000) Subject: gpe-calendar: add libsoup to the DEPENDS field of the cvs version X-Git-Tag: Release-2010-05/1~9453^2~1570 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c20a4dd2907fe24ba1967344e95eb1e2948d358;p=openembedded.git gpe-calendar: add libsoup to the DEPENDS field of the cvs version --- diff --git a/packages/gpe-calendar/gpe-calendar_cvs.bb b/packages/gpe-calendar/gpe-calendar_cvs.bb index a891431ffb..06252e67bd 100644 --- a/packages/gpe-calendar/gpe-calendar_cvs.bb +++ b/packages/gpe-calendar/gpe-calendar_cvs.bb @@ -5,11 +5,12 @@ S = "${WORKDIR}/${PN}" PV = "0.72+cvs${SRCDATE}" PR = "r1" +PARALLEL_MAKE = "" inherit autotools gpe SRC_URI = "${HANDHELDS_CVS};module=gpe/base/${PN}" -DEPENDS = "libeventdb libschedule libxsettings libxsettings-client libgpepimc libdisplaymigration libgpevtype" +DEPENDS = "libsoup libeventdb libschedule libxsettings libxsettings-client libgpepimc libdisplaymigration libgpevtype" SECTION = "gpe" RDEPENDS = "gpe-icons" DESCRIPTION = "GPE calendar"