diff options
| author | Silvio Traversaro <silvio.traversaro@iit.it> | 2021-06-15 19:25:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-15 10:25:49 -0700 |
| commit | 16ecf1ba14c47e7a792946560b4afd68ad83b4b7 (patch) | |
| tree | e77a0958e0ec102b698400973a9efb1575df865b | |
| parent | 3910b2976721f0032b6593dad6ce09b39009922c (diff) | |
| download | vcpkg-16ecf1ba14c47e7a792946560b4afd68ad83b4b7.tar.gz vcpkg-16ecf1ba14c47e7a792946560b4afd68ad83b4b7.zip | |
[open6254] Enable uwp support (#18390)
* open62541: Enable uwp support
* Update versions for open62541
| -rw-r--r-- | ports/open62541/vcpkg.json | 3 | ||||
| -rw-r--r-- | scripts/ci.baseline.txt | 2 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/o-/open62541.json | 5 |
4 files changed, 7 insertions, 5 deletions
diff --git a/ports/open62541/vcpkg.json b/ports/open62541/vcpkg.json index 5e0841e7c..0dcbcb81b 100644 --- a/ports/open62541/vcpkg.json +++ b/ports/open62541/vcpkg.json @@ -1,10 +1,9 @@ { "name": "open62541", "version": "1.1.2", - "port-version": 1, + "port-version": 2, "description": "open62541 is an open source C (C99) implementation of OPC UA licensed under the Mozilla Public License v2.0.", "homepage": "https://open62541.org", - "supports": "!uwp", "default-features": [ "openssl" ], diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index 04ecc3cbe..0e9115309 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -1106,8 +1106,6 @@ ois:x64-uwp=fail # /usr/bin/ld: cannot find -lode ompl:x64-osx=fail ompl:x64-linux=fail -open62541:arm-uwp=fail -open62541:x64-uwp=fail openal-soft:arm-uwp=fail openal-soft:x64-uwp=fail openblas:arm64-windows=fail diff --git a/versions/baseline.json b/versions/baseline.json index 8c59d3e7d..982e4650d 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4482,7 +4482,7 @@ }, "open62541": { "baseline": "1.1.2", - "port-version": 1 + "port-version": 2 }, "openal-soft": { "baseline": "1.21.1", diff --git a/versions/o-/open62541.json b/versions/o-/open62541.json index a24c7cee8..f91b9f9b3 100644 --- a/versions/o-/open62541.json +++ b/versions/o-/open62541.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "98a37e8146a1e56f67a180b3c239f903ed59c401", + "version": "1.1.2", + "port-version": 2 + }, + { "git-tree": "43c958ba9799820838fdf2332020ef83cacc4595", "version": "1.1.2", "port-version": 1 |
