Due to a license conflict between libparted and efibootguard (GPL v3 vs. v2), efibootguard may not link against libparted. To resolve this issue, used functions for partition table scanning have been reimplemented from scratch using the same API.
Signed-off-by: Andreas Reichel <[email protected]> Tested-by: Claudius Heine <[email protected]> Reichel Andreas (1): bg_utils: Use own code for used parted functions Makefile.am | 4 +- swupdate-adapter/Makefile | 54 ----- tools/bg_utils.c | 1 + tools/bg_utils.h | 2 +- tools/ebgpart.c | 448 ++++++++++++++++++++++++++++++++++++++++++ tools/ebgpart.h | 135 +++++++++++++ tools/tests/Makefile | 12 +- tools/tests/test_partitions.c | 22 +-- 8 files changed, 595 insertions(+), 83 deletions(-) delete mode 100644 swupdate-adapter/Makefile create mode 100644 tools/ebgpart.c create mode 100644 tools/ebgpart.h -- 2.11.0 -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/20170704150158.28634-1-andreas.reichel.ext%40siemens.com. For more options, visit https://groups.google.com/d/optout.
