summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb b/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb
index 9f4b2a19d0..7e6caa1dc2 100644
--- a/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb
+++ b/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb
@@ -8,10 +8,10 @@ DEPENDS = "libusb1"
8 8
9inherit autotools pkgconfig 9inherit autotools pkgconfig
10 10
11PV = "0.8.0" 11PV = "0.9.0"
12 12
13SRCREV = "db9371cf9f38b5a3b2f6e4fae3f92eb052d2d929" 13SRCREV = "25b8fed709106dc693baad13eb47297abba46d98"
14SRC_URI = "git://github.com/libdivecomputer/libdivecomputer.git;protocol=https;branch=master \ 14SRC_URI = "git://github.com/libdivecomputer/libdivecomputer.git;protocol=https;branch=master;tag=v${PV} \
15 " 15 "
16 16
17 17