blob: 87778c6314f16d412556a1ee22bc3d05f452678a [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001DESCRIPTION = "Libdivecomputer is a cross-platform and open source library for communication with dive computers from various manufacturers."
2HOMEPAGE = "http://www.divesoftware.org/libdc/"
3
Andrew Geissler9aee5002022-03-30 16:27:02 +00004LICENSE = "LGPL-2.1-only"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05005LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad"
6
7DEPENDS = "libusb1"
8
9inherit autotools pkgconfig
10
Andrew Geissler3eeda902023-05-19 10:14:02 -050011PV = "0.8.0"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050012
Andrew Geissler3eeda902023-05-19 10:14:02 -050013SRCREV = "db9371cf9f38b5a3b2f6e4fae3f92eb052d2d929"
Andrew Geissler595f6302022-01-24 19:11:47 +000014SRC_URI = "git://github.com/libdivecomputer/libdivecomputer.git;protocol=https;branch=master \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050015 "
16
17S = "${WORKDIR}/git"
18
19