diff options
-rw-r--r-- | meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb b/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb index 2f67b12a8d..87778c6314 100644 --- a/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb +++ b/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb | |||
@@ -8,9 +8,9 @@ DEPENDS = "libusb1" | |||
8 | 8 | ||
9 | inherit autotools pkgconfig | 9 | inherit autotools pkgconfig |
10 | 10 | ||
11 | PV = "0.7.0" | 11 | PV = "0.8.0" |
12 | 12 | ||
13 | SRCREV = "47cbed5355ffda7b952193a770a9a9fa9f89b25b" | 13 | SRCREV = "db9371cf9f38b5a3b2f6e4fae3f92eb052d2d929" |
14 | SRC_URI = "git://github.com/libdivecomputer/libdivecomputer.git;protocol=https;branch=master \ | 14 | SRC_URI = "git://github.com/libdivecomputer/libdivecomputer.git;protocol=https;branch=master \ |
15 | " | 15 | " |
16 | 16 | ||