diff options
| author | Tye Tinsley <44010845+ttins@users.noreply.github.com> | 2020-06-18 16:23:54 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-18 15:23:54 -0700 |
| commit | 05c7e2c7de8adf5da0a9230666852115edc39610 (patch) | |
| tree | ea327b0f693ae0e3ef829edc7469e24f9b8048a5 /ports/azure-c-shared-utility | |
| parent | d2262e34d170d81b76e6d9fcb6688f0b6a7fda9d (diff) | |
| download | vcpkg-05c7e2c7de8adf5da0a9230666852115edc39610.tar.gz vcpkg-05c7e2c7de8adf5da0a9230666852115edc39610.zip | |
Update C port files (#12013)
Diffstat (limited to 'ports/azure-c-shared-utility')
| -rw-r--r-- | ports/azure-c-shared-utility/CONTROL | 4 | ||||
| -rw-r--r-- | ports/azure-c-shared-utility/portfile.cmake | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/ports/azure-c-shared-utility/CONTROL b/ports/azure-c-shared-utility/CONTROL index 9fbf83a72..253ed721c 100644 --- a/ports/azure-c-shared-utility/CONTROL +++ b/ports/azure-c-shared-utility/CONTROL @@ -1,7 +1,9 @@ Source: azure-c-shared-utility -Version: 2020-02-04.1 +Version: 2020-06-17-1 Description: Azure C SDKs common code +Homepage: https://github.com/Azure/azure-c-shared-utility Build-Depends: curl (linux), openssl (linux), azure-macro-utils-c, umock-c +Supports: !uwp Feature: public-preview Description: Azure C SDKs common code (public preview) diff --git a/ports/azure-c-shared-utility/portfile.cmake b/ports/azure-c-shared-utility/portfile.cmake index 2e0e779be..b38a835ce 100644 --- a/ports/azure-c-shared-utility/portfile.cmake +++ b/ports/azure-c-shared-utility/portfile.cmake @@ -16,8 +16,8 @@ else() vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Azure/azure-c-shared-utility - REF 48f7a556865731f0e96c47eb5e9537361f24647c - SHA512 c20074707e8601e090ee8daac1d96fdfb4f60ac60fd9c824dad81aa4c2f22b04733c82c01c1ae92110c26871b81674e8771d9ed65081f1c0c197a362275a28f1 + REF 30211c742f082082c127c0f284257119131a96ab + SHA512 c46493a82a6879d501a0261ca61fb91594ac554928794ef96fd96570fed2ba5e0533a4e00a02e3826d7dfacc22bff3ac8e0a2696a7b46c766d317f29207ec062 HEAD_REF master PATCHES fix-utilityFunctions-conditions.patch @@ -40,8 +40,8 @@ vcpkg_fixup_cmake_targets(CONFIG_PATH cmake TARGET_PATH share/azure_c_shared_uti file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include ${CURRENT_PACKAGES_DIR}/debug/share) -file(COPY ${SOURCE_PATH}/configs/azure_iot_build_rules.cmake DESTINATION ${CURRENT_PACKAGES_DIR}/share/azure-c-shared-utility) +file(COPY ${SOURCE_PATH}/configs/azure_iot_build_rules.cmake DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}) -configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/azure-c-shared-utility/copyright COPYONLY) +configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY) vcpkg_copy_pdbs() |
