[oe-commits] Simon Busch : libmsmcomm: adjust for new version and bump PR

git version control git at git.openembedded.org
Tue Jan 18 16:32:58 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 60625aa6892c78ff43f65af5fbc0771a9ec639fe
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=60625aa6892c78ff43f65af5fbc0771a9ec639fe

Author: Simon Busch <morphis at amethyst.openembedded.net>
Date:   Tue Jan 18 17:02:47 2011 +0100

libmsmcomm: adjust for new version and bump PR

Signed-off-by: Simon Busch <morphis at amethyst.openembedded.net>

---

 recipes/freesmartphone/libmsmcomm_git.bb |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/recipes/freesmartphone/libmsmcomm_git.bb b/recipes/freesmartphone/libmsmcomm_git.bb
index b9e22a0..29d50f2 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





More information about the Openembedded-commits mailing list