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.

Diff to patchset v4: Fix destructor of device list.

Signed-off-by: Andreas Reichel <[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               | 449 ++++++++++++++++++++++++++++++++++++++++++
 tools/ebgpart.h               | 135 +++++++++++++
 tools/tests/Makefile          |  12 +-
 tools/tests/test_partitions.c |  22 +--
 8 files changed, 596 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/20170705084845.2011-1-andreas.reichel.ext%40siemens.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to