diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-15 18:40:08 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-15 18:40:08 +0200 |
commit | 3b592422e98a9eda79970807ace52aa372314200 (patch) | |
tree | ff87c778983393a564f04d0d3a5b07c0f3da3b8e /meta-oe/recipes-extended | |
parent | 339a2cbf0ecf17f6b771e53eb43107bfa6d342fa (diff) | |
download | meta-openembedded-3b592422e98a9eda79970807ace52aa372314200.tar.gz |
libdivecomputer: initial add
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r-- | meta-oe/recipes-extended/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 000000000..ac609a96c --- /dev/null +++ b/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "Libdivecomputer is a cross-platform and open source library for communication with dive computers from various manufacturers." | ||
2 | HOMEPAGE = "http://www.divesoftware.org/libdc/" | ||
3 | |||
4 | LICENSE = "LGPLv2.1" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | ||
6 | |||
7 | DEPENDS = "libusb1" | ||
8 | |||
9 | inherit autotools pkgconfig | ||
10 | |||
11 | PV = "0.0.0" | ||
12 | SRCREV = "b7a6be15ca58cc8f89fbc8fa1a4c840e13d51092" | ||
13 | SRC_URI = "git://libdivecomputer.git.sourceforge.net/gitroot/libdivecomputer/libdivecomputer" | ||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | |||