diff options
| -rw-r--r-- | meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb | 13 | 
1 files changed, 7 insertions, 6 deletions
| diff --git a/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb b/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb index 1154dc0c53..6c4f4a0721 100644 --- a/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb +++ b/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb | |||
| @@ -2,18 +2,19 @@ DESCRIPTION = "Libdivecomputer is a cross-platform and open source library for c | |||
| 2 | HOMEPAGE = "http://www.divesoftware.org/libdc/" | 2 | HOMEPAGE = "http://www.divesoftware.org/libdc/" | 
| 3 | 3 | ||
| 4 | LICENSE = "LGPLv2.1" | 4 | LICENSE = "LGPLv2.1" | 
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad" | 
| 6 | 6 | ||
| 7 | DEPENDS = "libusb1" | 7 | DEPENDS = "libusb1" | 
| 8 | 8 | ||
| 9 | inherit autotools pkgconfig | 9 | inherit autotools pkgconfig | 
| 10 | 10 | ||
| 11 | PV = "0.0.0" | 11 | PV = "0.4.2+gitr${SRCPV}" | 
| 12 | PR = "r1" | 12 | |
| 13 | SRCREV = "5f765f91430f16932d96b3777404420aa2dd4c7c" | ||
| 14 | SRC_URI = "git://git.libdivecomputer.org/libdivecomputer.git \ | ||
| 15 | file://fix-ar.patch \ | ||
| 16 | " | ||
| 13 | 17 | ||
| 14 | SRCREV = "b7a6be15ca58cc8f89fbc8fa1a4c840e13d51092" | ||
| 15 | SRC_URI = "git://libdivecomputer.git.sourceforge.net/gitroot/libdivecomputer/libdivecomputer \ | ||
| 16 | file://fix-ar.patch" | ||
| 17 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" | 
| 18 | 19 | ||
| 19 | 20 | ||
