Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 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 | |
Brad Bishop | 868407c | 2019-11-04 13:24:47 -0500 | [diff] [blame^] | 11 | PV = "0.6.0" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 12 | |
Brad Bishop | 868407c | 2019-11-04 13:24:47 -0500 | [diff] [blame^] | 13 | SRCREV = "1195abc2f4acc7b10175d570ec73549d0938c83e" |
| 14 | SRC_URI = "git://github.com/libdivecomputer/libdivecomputer.git;protocol=https \ |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 15 | " |
| 16 | |
| 17 | S = "${WORKDIR}/git" |
| 18 | |
| 19 | |