From: Michael 'Mickey' Lauer Date: Fri, 12 Mar 2010 13:19:50 +0000 (+0100) Subject: msmcommd: add missing dependencies X-Git-Tag: Release-2010-05/1~340^2~136 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=578a475a6c27f8ee5daee812065d71c929c932f8;p=openembedded.git msmcommd: add missing dependencies --- diff --git a/recipes/freesmartphone/msmcommd_git.bb b/recipes/freesmartphone/msmcommd_git.bb index 084ebe2f75..1a7a8ae48b 100644 --- a/recipes/freesmartphone/msmcommd_git.bb +++ b/recipes/freesmartphone/msmcommd_git.bb @@ -3,9 +3,10 @@ HOMEPAGE = "http://www.freesmartphone.org" AUTHOR = "Simon Busch " SECTION = "console/network" LICENSE = "GPL" +DEPENDS = "libgee libfsotransport" SRCREV = "c3ee57be664e480951b052cd080321b999c2ba4c" PV = "0.1.0+gitr${SRCREV}" -PR = "r1" +PR = "r2" SRC_URI = "${FREESMARTPHONE_GIT}/msmcomm.git;protocol=git;branch=master" S = "${WORKDIR}/git"