libmsmcomm: adjust for new version and bump PR
authorSimon Busch <morphis@amethyst.openembedded.net>
Tue, 18 Jan 2011 16:02:47 +0000 (17:02 +0100)
committerSimon Busch <morphis@amethyst.openembedded.net>
Tue, 18 Jan 2011 16:03:08 +0000 (17:03 +0100)
Signed-off-by: Simon Busch <morphis@amethyst.openembedded.net>
recipes/freesmartphone/libmsmcomm_git.bb

index b9e22a0..29d50f2 100644 (file)
@@ -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