aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrdowns <grdowns@microsoft.com>2019-05-30 17:10:11 -0700
committergrdowns <grdowns@microsoft.com>2019-05-30 17:10:11 -0700
commit00477b276e96fbe0b463bf3a13a243dbcd8ee4d5 (patch)
treea5ff22b1667581fafc2cd24c40e11cae36b48405
parent69d360520460fe6f58b59adc709d526f9a9be248 (diff)
downloadvcpkg-00477b276e96fbe0b463bf3a13a243dbcd8ee4d5.tar.gz
vcpkg-00477b276e96fbe0b463bf3a13a243dbcd8ee4d5.zip
Update to 4.1.1; Fix system dependencies message
-rw-r--r--ports/nrf-ble-driver/portfile.cmake12
1 files changed, 6 insertions, 6 deletions
diff --git a/ports/nrf-ble-driver/portfile.cmake b/ports/nrf-ble-driver/portfile.cmake
index 8a642b144..c451ba4d1 100644
--- a/ports/nrf-ble-driver/portfile.cmake
+++ b/ports/nrf-ble-driver/portfile.cmake
@@ -1,18 +1,18 @@
include(vcpkg_common_functions)
-if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "Darwin" OR VCPKG_CMAKE_SYSTEM_NAME STREQUAL "Linux")
+if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "Linux")
message(
- "nrf-ble-driver currently requires the following libraries from the system package manager:
- libudev-dev
- These can be installed on Ubuntu systems via sudo apt install libudev-dev"
+"${PORT} currently requires the following libraries from the system package manager:
+ libudev-dev
+These can be installed on Ubuntu systems via sudo apt install libudev-dev"
)
endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO NordicSemiconductor/pc-ble-driver
- REF v4.1.0
- SHA512 f8a995826caf4022f68b149d0f3619d1d656e3960a927eda29c634bf06cad8341c95a5b51ec7e50b28814f5332a4800faf88eb5b4e8ebec153f9cad05b3a703e
+ REF v4.1.1
+ SHA512 bb1853993b3f37836a8f7402e5c0452e8423c3a1c6e651cf353025022a32e16c72f06e2266e283c72fa7ddb0da7cf8cecb875a7a7762565599f2908c4858ce8e
HEAD_REF master
PATCHES
001-arm64-support.patch