diff options
author | Koen Kooi <koen@openembedded.org> | 2006-05-28 13:24:45 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-28 13:24:45 +0000 |
commit | 7c20a4dd2907fe24ba1967344e95eb1e2948d358 (patch) | |
tree | cfa9741fa9d341c3719af21e4857ae6f7435cf2a /packages/gpe-calendar/gpe-calendar_cvs.bb | |
parent | dcc43c3f171740b96ee4ab0a062e777f9652ea0f (diff) |
gpe-calendar: add libsoup to the DEPENDS field of the cvs version
Diffstat (limited to 'packages/gpe-calendar/gpe-calendar_cvs.bb')
-rw-r--r-- | packages/gpe-calendar/gpe-calendar_cvs.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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" |