Skip to content

Commit cd61e1e

Browse files
authored
[comms-ublox] update to 3.0.7 (#52583)
1 parent 35dec85 commit cd61e1e

4 files changed

Lines changed: 32 additions & 27 deletions

File tree

ports/comms-ublox/portfile.cmake

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
#header-only library
2-
3-
vcpkg_from_github(
4-
OUT_SOURCE_PATH SOURCE_PATH
5-
REPO commschamp/cc.ublox.generated
6-
REF v1.0
7-
SHA512 0c487d9409c2f2818024f6232832762527250c3563a5eb5c639ad49943931ceb24616db2432bcd752d1a84820ec5349522510dcd202508641d3f29aef41ca1e5
8-
HEAD_REF master
9-
)
10-
11-
vcpkg_cmake_configure(
12-
SOURCE_PATH "${SOURCE_PATH}"
13-
OPTIONS
14-
-DOPT_REQUIRE_COMMS_LIB=ON
15-
-DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON
16-
)
17-
vcpkg_cmake_install()
18-
19-
vcpkg_cmake_config_fixup(PACKAGE_NAME ublox CONFIG_PATH lib/ublox/cmake)
20-
# currently this is only a header only library. after moving lib/ublox to share this lib path will be empty
21-
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib")
22-
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
23-
24-
# Handle copyright
25-
file(INSTALL "${CURRENT_PORT_DIR}/copyright" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
1+
#header-only library
2+
3+
vcpkg_from_github(
4+
OUT_SOURCE_PATH SOURCE_PATH
5+
REPO commschamp/cc.ublox.generated
6+
REF v${VERSION}
7+
SHA512 18ce224f1e4ec86e5b19c948f76d6adee3e0d0344218025bef82ae08b2937c863de107161fab38cc8c959c944876c510e9df249a8aa26132e6c099069a2dd713
8+
HEAD_REF master
9+
)
10+
11+
vcpkg_cmake_configure(
12+
SOURCE_PATH "${SOURCE_PATH}"
13+
OPTIONS
14+
-DOPT_REQUIRE_COMMS_LIB=ON
15+
-DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON
16+
)
17+
vcpkg_cmake_install()
18+
19+
vcpkg_cmake_config_fixup(PACKAGE_NAME cc_ublox CONFIG_PATH lib/cc_ublox/cmake)
20+
# currently this is only a header only library. after moving lib/ublox to share this lib path will be empty
21+
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib")
22+
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
23+
24+
# Handle copyright
25+
file(INSTALL "${CURRENT_PORT_DIR}/copyright" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

ports/comms-ublox/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "comms-ublox",
3-
"version-semver": "1.0.0",
3+
"version-semver": "3.0.7",
44
"description": "UBLOX (UBX) protocol definition, generated out of cc.ublox.commsdsl",
55
"homepage": "https://commschamp.github.io/",
66
"documentation": "https://github.com/commschamp/cc.ublox.generated",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1941,7 +1941,7 @@
19411941
"port-version": 0
19421942
},
19431943
"comms-ublox": {
1944-
"baseline": "1.0.0",
1944+
"baseline": "3.0.7",
19451945
"port-version": 0
19461946
},
19471947
"commsdsl": {

versions/c-/comms-ublox.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "53e43d9a3c6740e33641edcb000457d2962939f6",
5+
"version-semver": "3.0.7",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "a129592b8ecf08fed15abaeab8b8c229ef16d045",
510
"version-semver": "1.0.0",

0 commit comments

Comments
 (0)