Update package.xml
Add bugtracker, repository Rearrange buildtool depends Add dependencies on openssl, cunit, sphinx Signed-off-by: Dan Rose <dan@digilabs.io>
This commit is contained in:
parent
03491c503d
commit
67f7f56a62
1 changed files with 7 additions and 1 deletions
|
@ -6,11 +6,17 @@
|
||||||
<description>Eclipse Cyclone DDS is a very performant and robust open-source DDS implementation. Cyclone DDS is developed completely in the open as an Eclipse IoT project.</description>
|
<description>Eclipse Cyclone DDS is a very performant and robust open-source DDS implementation. Cyclone DDS is developed completely in the open as an Eclipse IoT project.</description>
|
||||||
<maintainer email="cyclonedds-dev@eclipse.org">Eclipse Foundation, Inc.</maintainer>
|
<maintainer email="cyclonedds-dev@eclipse.org">Eclipse Foundation, Inc.</maintainer>
|
||||||
<license>Eclipse Public License 2.0</license>
|
<license>Eclipse Public License 2.0</license>
|
||||||
|
|
||||||
<url type="website">https://projects.eclipse.org/projects/iot.cyclonedds</url>
|
<url type="website">https://projects.eclipse.org/projects/iot.cyclonedds</url>
|
||||||
|
<url type="bugtracker">https://github.com/eclipse-cyclonedds/cyclonedds/issues</url>
|
||||||
|
<url type="repository">https://github.com/eclipse-cyclonedds/cyclonedds</url>
|
||||||
|
|
||||||
<buildtool_depend>cmake</buildtool_depend>
|
<buildtool_depend>cmake</buildtool_depend>
|
||||||
<buildtool_depend>maven</buildtool_depend>
|
|
||||||
<buildtool_depend>java</buildtool_depend>
|
<buildtool_depend>java</buildtool_depend>
|
||||||
|
<buildtool_depend>maven</buildtool_depend>
|
||||||
|
<depend>openssl</depend>
|
||||||
|
<test_depend>libcunit-dev</test_depend>
|
||||||
|
<doc_depend>python3-sphinx</doc_depend>
|
||||||
|
|
||||||
<export>
|
<export>
|
||||||
<build_type>cmake</build_type>
|
<build_type>cmake</build_type>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue