From 60625aa6892c78ff43f65af5fbc0771a9ec639fe Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Tue, 18 Jan 2011 17:02:47 +0100 Subject: [PATCH] libmsmcomm: adjust for new version and bump PR Signed-off-by: Simon Busch --- recipes/freesmartphone/libmsmcomm_git.bb | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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 -- 2.39.5