diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-05-14 21:03:59 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-05-14 15:35:52 -0700 |
commit | b95fe3de6eac6bc8d6860a0ca4f3a8f3d619eb0c (patch) | |
tree | 22058ac6408ba4a9783eba4d44088ce874bf16de /meta-oe | |
parent | 3f0270fe0604ef135feaab33791e214879725bf6 (diff) | |
download | meta-openembedded-b95fe3de6eac6bc8d6860a0ca4f3a8f3d619eb0c.tar.gz |
libdivecomputer: upgrade 0.7.0 -> 0.8.0
Changelog:
===========
New features:
------------
* Add support for new backends:
- excursion: Deep Six Excursion, Crest CR-4, Genesis Centauri, Tusa TC1, Scorpena Alpha
- screen: Seac Screen and Action
- cosmiq: Deepblu Cosmiq+
- s1: Oceans S1
- freedom: Divesoft Freedom and Liberty
* Add support for some new devices:
- Aqualung: i200C
- Cressi: Donatello, Michelangelo, Neon
- Mares: Puck Pro +
- Oceanic: Geo Air
- Ratio: iX3M 2
- Scubapro: G2 TEK
- Shearwater: Petrel 3, Perdix 2
- Sherwood: Amphos Air 2.0
* Add support for parsing the decompression model
* Add a public api to configure the depth calibration
* Add a public api to configure the clock synchronization
* Add a basic Android build system
Removed/changed features:
---------------------------
* Migrate to Visual Studio 2013 (or newer)
* Move the Visual Studio project to the contrib directory
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-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 2f67b12a8..87778c631 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 | ||