[oe-commits] Koen Kooi : libdivecomputer: initial add

git at git.openembedded.org git at git.openembedded.org
Sat Oct 15 16:49:01 UTC 2011


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

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Sat Oct 15 18:40:08 2011 +0200

libdivecomputer: initial add

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../libdivecomputer/libdivecomputer_git.bb         |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb b/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb
new file mode 100644
index 0000000..ac609a9
--- /dev/null
+++ b/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Libdivecomputer is a cross-platform and open source library for communication with dive computers from various manufacturers."
+HOMEPAGE = "http://www.divesoftware.org/libdc/"
+
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
+
+DEPENDS = "libusb1"
+
+inherit autotools pkgconfig
+
+PV = "0.0.0"
+SRCREV = "b7a6be15ca58cc8f89fbc8fa1a4c840e13d51092"
+SRC_URI = "git://libdivecomputer.git.sourceforge.net/gitroot/libdivecomputer/libdivecomputer"
+S = "${WORKDIR}/git"
+
+





More information about the Openembedded-commits mailing list