libdivecomputer_git.bb 519 B

12345678910111213141516171819
  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. LICENSE = "LGPLv2.1"
  4. LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad"
  5. DEPENDS = "libusb1"
  6. inherit autotools pkgconfig
  7. PV = "0.6.0"
  8. SRCREV = "1195abc2f4acc7b10175d570ec73549d0938c83e"
  9. SRC_URI = "git://github.com/libdivecomputer/libdivecomputer.git;protocol=https \
  10. "
  11. S = "${WORKDIR}/git"