package/libblockdev: new package
authorAdam Duskett <Aduskett@gmail.com>
Sat, 25 Jul 2020 23:06:07 +0000 (16:06 -0700)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 29 Aug 2020 14:20:09 +0000 (16:20 +0200)
commit0c52826291d1884db0f8f35130216065fbc7b574
tree85cd54d94ea7b81c6ac5ab79989a8f08d5b4d89f
parente1bf9bedd54cf850c0770bc60dd52dd265743ca2
package/libblockdev: new package

libblockdev is a C library supporting GObject introspection for
manipulation of block devices. It has a plugin-based architecture
where each technology (like LVM, Btrfs, MD RAID, Swap,...) is
implemented in a separate plugin, possibly with multiple
implementations.

gobject-introspection is not a strict dependency and may be disabled
via a configure flag.

This is the base package with everything disabled, the subsequent
patches in this series will add more options necessary to bump udisks
to the latest.

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
DEVELOPERS
package/Config.in
package/libblockdev/0001-Provide-replacement-function-for-strerror_l.patch [new file with mode: 0644]
package/libblockdev/Config.in [new file with mode: 0644]
package/libblockdev/libblockdev.hash [new file with mode: 0644]
package/libblockdev/libblockdev.mk [new file with mode: 0644]