diff options
author | Tudor Florea <tudor.florea@enea.com> | 2015-10-08 22:51:41 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2015-10-08 22:51:41 +0200 |
commit | 1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e (patch) | |
tree | a21a5fc103bb3bd65ecd85ed22be5228fc54e447 /meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb | |
download | meta-openembedded-1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e.tar.gz |
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb')
-rw-r--r-- | meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb | 20 |
1 files changed, 20 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..6c4f4a072 --- /dev/null +++ b/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb | |||
@@ -0,0 +1,20 @@ | |||
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=243b725d71bb5df4a1e5920b344b86ad" | ||
6 | |||
7 | DEPENDS = "libusb1" | ||
8 | |||
9 | inherit autotools pkgconfig | ||
10 | |||
11 | PV = "0.4.2+gitr${SRCPV}" | ||
12 | |||
13 | SRCREV = "5f765f91430f16932d96b3777404420aa2dd4c7c" | ||
14 | SRC_URI = "git://git.libdivecomputer.org/libdivecomputer.git \ | ||
15 | file://fix-ar.patch \ | ||
16 | " | ||
17 | |||
18 | S = "${WORKDIR}/git" | ||
19 | |||
20 | |||