From: Simon Busch Date: Tue, 18 Jan 2011 16:02:47 +0000 (+0100) Subject: libmsmcomm: adjust for new version and bump PR X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60625aa6892c78ff43f65af5fbc0771a9ec639fe;p=openembedded.git libmsmcomm: adjust for new version and bump PR Signed-off-by: Simon Busch --- diff --git a/recipes/freesmartphone/libmsmcomm_git.bb b/recipes/freesmartphone/libmsmcomm_git.bb index b9e22a030c..29d50f2c70 100644 --- a/recipes/freesmartphone/libmsmcomm_git.bb +++ b/recipes/freesmartphone/libmsmcomm_git.bb @@ -1,8 +1,15 @@ require msmcomm.inc -PR = "${INC_PR}.0" -PV = "0.5.0+gitr${SRCPV}" +PR = "${INC_PR}.1" +PV = "0.6.0+gitr${SRCPV}" S = "${WORKDIR}/git/libmsmcomm" -inherit autotools +DEPENDS = " \ + vala-native \ + glib-2.0 \ + libgee \ + libfsobasics \ +" + +inherit autotools vala