[qtopcua] Feature ns0idgenerator doesn't support cross-building (#35903)

* [qtopcua] Feature ns0idgenerator doesn't support cross-building

* update version

* add supports

* update version
This commit is contained in:
Lily Wang 2023-12-29 00:01:40 -08:00 committed by GitHub
parent 31f2c1d528
commit 8e8743cbe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,7 @@
{ {
"name": "qtopcua", "name": "qtopcua",
"version": "6.6.1", "version": "6.6.1",
"port-version": 1,
"description": "Qt wrapper for existing OPC UA stacks", "description": "Qt wrapper for existing OPC UA stacks",
"homepage": "https://www.qt.io/", "homepage": "https://www.qt.io/",
"license": null, "license": null,
@ -27,7 +28,8 @@
"description": "Support for global discovery server" "description": "Support for global discovery server"
}, },
"ns0idgenerator": { "ns0idgenerator": {
"description": "Namespace 0 NodeIds generator from the NodeIds.csv file." "description": "Namespace 0 NodeIds generator from the NodeIds.csv file.",
"supports": "native"
}, },
"ns0idnames": { "ns0idnames": {
"description": "Support for namespace 0 NodeId names" "description": "Support for namespace 0 NodeId names"

View File

@ -7198,7 +7198,7 @@
}, },
"qtopcua": { "qtopcua": {
"baseline": "6.6.1", "baseline": "6.6.1",
"port-version": 0 "port-version": 1
}, },
"qtpositioning": { "qtpositioning": {
"baseline": "6.6.1", "baseline": "6.6.1",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "158f8110a6d3d504c64bf24e2ec68552b8e34097",
"version": "6.6.1",
"port-version": 1
},
{ {
"git-tree": "bbd569723a9e84b190ba938c4f040d0cc83af21d", "git-tree": "bbd569723a9e84b190ba938c4f040d0cc83af21d",
"version": "6.6.1", "version": "6.6.1",