[oe-commits] Simon Busch : libmsmhll: add the hci link layer implementation library fo msmcomm

git version control git at git.openembedded.org
Tue Jul 19 20:10:22 UTC 2011


Module: openembedded.git
Branch: master
Commit: f9f1458cb9a0b8273c5e8b68859297b717141b8b
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=f9f1458cb9a0b8273c5e8b68859297b717141b8b

Author: Simon Busch <morphis at gravedo.de>
Date:   Fri Jul  8 19:54:12 2011 +0200

libmsmhll: add the hci link layer implementation library fo msmcomm

Signed-off-by: Simon Busch <morphis at gravedo.de>

---

 recipes/freesmartphone/libmsmhll_git.bb |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/recipes/freesmartphone/libmsmhll_git.bb b/recipes/freesmartphone/libmsmhll_git.bb
new file mode 100644
index 0000000..dd6d373
--- /dev/null
+++ b/recipes/freesmartphone/libmsmhll_git.bb
@@ -0,0 +1,14 @@
+require msmcomm.inc
+
+PR = "${INC_PR}.1"
+PV = "0.1.0+gitr${SRCPV}"
+
+S = "${WORKDIR}/git/libmsmhll"
+
+DEPENDS = " \
+  vala-native \
+  glib-2.0 \
+  libgee \
+"
+
+inherit autotools vala





More information about the Openembedded-commits mailing list