uptane / aktualizr

C++ Uptane Client
Mozilla Public License 2.0
15 stars 15 forks source link

Make sota tools dependent just on libostree #40

Closed mike-sul closed 2 years ago

mike-sul commented 2 years ago

Sota tools depends on libostree but they don't require any software/components enabled by BUILD_OSTREE flag. So, this change allows building sota tools with BUILD_OSTREE set to OFF.

Signed-off-by: Mike Sul mike.sul@foundries.io

mike-sul commented 2 years ago

Cherry-pick https://github.com/uptane/aktualizr/commit/4d047ccee6398cf14dbf54d5c3505400410e8775 into foundries-rebased branch.

pattivacek commented 2 years ago

I just simply rebased here. Is there anything you need to do for this branch?

mike-sul commented 2 years ago

I just simply rebased here. Is there anything you need to do for this branch?

No, Thanks, the rebase should work even better.