OpenDDS / meta-opendds

Open Embedded Layer for the OpenDDS package
Other
7 stars 4 forks source link

Moved the variable ACE_TAO_OPTION to the packageconfig 'doc-group3' #37

Closed vermaete closed 6 months ago

vermaete commented 6 months ago

A rather small PR to change the variable to decide if the docgroup v2 or v3 is used into a package config. This is a more Yocto way of doing the same.

The selection to use ACE_TAO version 2 or 3 is is now in the packageconfig 'doc-group3'. Default the version 2 is used. As it is in the configuration of OpenDDS.

Although the syntax was correct before, using variables is tainting the global namespace of Yocto. And using a packageconfig is more the yocto way.

vermaete commented 6 months ago

@jrw972 If you would like to review? Changes are tested here. The catch why it took longer is that the PACKAGECONFIG option to set doc-group3 has to be done on the native version of the recipe too. I changed the readme file for that.