[oe-commits] Khem Raj : libdivecomputer: Update to 0.4.2

git at git.openembedded.org git at git.openembedded.org
Sun Oct 5 23:07:11 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 19efb56fe5e0f5ccfffd466cda46ffcdf94f7124
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=19efb56fe5e0f5ccfffd466cda46ffcdf94f7124

Author: Khem Raj <raj.khem at gmail.com>
Date:   Mon Sep 29 20:52:58 2014 -0700

libdivecomputer: Update to 0.4.2

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-extended/libdivecomputer/libdivecomputer_git.bb | 13 +++++++------
 1 file 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 1154dc0..6c4f4a0 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
 HOMEPAGE = "http://www.divesoftware.org/libdc/"
 
 LICENSE = "LGPLv2.1"
-LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
+LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad"
 
 DEPENDS = "libusb1"
 
 inherit autotools pkgconfig
 
-PV = "0.0.0"
-PR = "r1"
+PV = "0.4.2+gitr${SRCPV}"
+
+SRCREV = "5f765f91430f16932d96b3777404420aa2dd4c7c"
+SRC_URI = "git://git.libdivecomputer.org/libdivecomputer.git \
+           file://fix-ar.patch \
+          "
 
-SRCREV = "b7a6be15ca58cc8f89fbc8fa1a4c840e13d51092"
-SRC_URI = "git://libdivecomputer.git.sourceforge.net/gitroot/libdivecomputer/libdivecomputer \
-file://fix-ar.patch"
 S = "${WORKDIR}/git"
 
 



More information about the Openembedded-commits mailing list