OpenDDS / meta-opendds

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

DEPENDS needed? #3

Closed mitza-oci closed 4 years ago

mitza-oci commented 4 years ago

DEPENDS at the top of recipes-connectivity/opendds/opendds.inc lists glib and boost, but these shouldn't be needed unless optional components within OpenDDS are enabled in the configure script.

kdopen commented 4 years ago

Which options require them? Generally it is better to have an unneeded DEPEND that a missing one. Since Rocko, the latter will break the build, and it would need to be clearly documented else anyone creating a BBAPPEND won't know what to add if they decide to use one of these options.

mitza-oci commented 4 years ago

Which options require them?

I wouldn't expect either of these to be part of an embedded target.

More info here: https://github.com/objectcomputing/OpenDDS/blob/master/docs/dependencies.md

kdopen commented 4 years ago

OK will look into these

kdopen commented 4 years ago

Dependencies removed in Warrior branch