aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone
diff options
context:
space:
mode:
authorSimon Busch <morphis@amethyst.openembedded.net>2011-01-18 17:02:47 +0100
committerSimon Busch <morphis@amethyst.openembedded.net>2011-01-18 17:03:08 +0100
commit60625aa6892c78ff43f65af5fbc0771a9ec639fe (patch)
treeba2da691e18f857ee3f09d5117642ce1a175f4ce /recipes/freesmartphone
parente7fc2cf3bef0848e9724af7133fe465ea25c0e54 (diff)
downloadopenembedded-60625aa6892c78ff43f65af5fbc0771a9ec639fe.tar.gz
libmsmcomm: adjust for new version and bump PR
Signed-off-by: Simon Busch <morphis@amethyst.openembedded.net>
Diffstat (limited to 'recipes/freesmartphone')
-rw-r--r--recipes/freesmartphone/libmsmcomm_git.bb13
1 files 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