diff options
| author | Markus Volk <f_l_k@t-online.de> | 2023-09-24 22:47:10 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-09-24 21:29:26 -0700 |
| commit | dc28f172aa70484d71407892918d500150f71670 (patch) | |
| tree | 095af0d7461870b997e909beeafa6d310b83cee9 /meta-oe/recipes-extended/libblockdev/libblockdev_2.28.bb | |
| parent | 77cc7d45b214d7d7cd9b0a3cc014c83649f0be0c (diff) | |
| download | meta-openembedded-dc28f172aa70484d71407892918d500150f71670.tar.gz | |
libblockdev: Upgrade 2.28 -> 3.03
- delete removed configure options
- add dependency on libnvme
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/libblockdev/libblockdev_2.28.bb')
| -rw-r--r-- | meta-oe/recipes-extended/libblockdev/libblockdev_2.28.bb | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/meta-oe/recipes-extended/libblockdev/libblockdev_2.28.bb b/meta-oe/recipes-extended/libblockdev/libblockdev_2.28.bb deleted file mode 100644 index 2e7412e823..0000000000 --- a/meta-oe/recipes-extended/libblockdev/libblockdev_2.28.bb +++ /dev/null | |||
| @@ -1,43 +0,0 @@ | |||
| 1 | DESCRIPTION = "libblockdev is a C library supporting GObject introspection for manipulation of \ | ||
| 2 | block devices. It has a plugin-based architecture where each technology (like \ | ||
| 3 | LVM, Btrfs, MD RAID, Swap,...) is implemented in a separate plugin, possibly \ | ||
| 4 | with multiple implementations (e.g. using LVM CLI or the new LVM DBus API)." | ||
| 5 | HOMEPAGE = "http://rhinstaller.github.io/libblockdev/" | ||
| 6 | LICENSE = "LGPL-2.0-or-later" | ||
| 7 | SECTION = "devel/lib" | ||
| 8 | |||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c" | ||
| 10 | |||
| 11 | inherit autotools gobject-introspection pkgconfig lib_package | ||
| 12 | |||
| 13 | DEPENDS = "autoconf-archive-native glib-2.0 kmod udev" | ||
| 14 | |||
| 15 | SRC_URI = "git://github.com/storaged-project/libblockdev;branch=2.x-branch;protocol=https \ | ||
| 16 | " | ||
| 17 | SRCREV = "1412dc51c8f76bf8d9a6008228737db4a9a26d69" | ||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | |||
| 20 | FILES:${PN} += "${libdir}/python2.7/dist-packages ${libdir}/python3.*/site-packages" | ||
| 21 | |||
| 22 | PACKAGECONFIG ??= "python3 lvm dm kmod parted fs escrow btrfs crypto mdraid kbd mpath nvdimm tools" | ||
| 23 | PACKAGECONFIG[python3] = "--with-python3, --without-python3,,python3" | ||
| 24 | PACKAGECONFIG[python2] = "--with-python2, --without-python2,,python" | ||
| 25 | PACKAGECONFIG[lvm] = "--with-lvm, --without-lvm, multipath-tools, lvm2" | ||
| 26 | PACKAGECONFIG[lvm-dbus] = "--with-lvm_dbus, --without-lvm_dbus, multipath-tools, lvm2" | ||
| 27 | PACKAGECONFIG[dm] = "--with-dm, --without-dm, multipath-tools, lvm2" | ||
| 28 | PACKAGECONFIG[dmraid] = "--with-dmraid, --without-dmraid" | ||
| 29 | PACKAGECONFIG[kmod] = "--with-kbd, --without-kbd,libbytesize" | ||
| 30 | PACKAGECONFIG[parted] = "--with-part, --without-part, parted" | ||
| 31 | PACKAGECONFIG[fs] = "--with-fs, --without-fs, util-linux" | ||
| 32 | PACKAGECONFIG[doc] = "--with-gtk-doc, --without-gtk-doc, gtk-doc-native" | ||
| 33 | PACKAGECONFIG[nvdimm] = "--with-nvdimm, --without-nvdimm, ndctl util-linux" | ||
| 34 | PACKAGECONFIG[vdo] = "--with-vdo, --without-vdo,libbytesize" | ||
| 35 | PACKAGECONFIG[escrow] = "--with-escrow, --without-escrow, nss volume-key" | ||
| 36 | PACKAGECONFIG[btrfs] = "--with-btrfs,--without-btrfs,libbytesize btrfs-tools" | ||
| 37 | PACKAGECONFIG[crypto] = "--with-crypto,--without-crypto,cryptsetup nss volume-key" | ||
| 38 | PACKAGECONFIG[mdraid] = "--with-mdraid,--without-mdraid,libbytesize" | ||
| 39 | PACKAGECONFIG[kbd] = "--with-kbd,--without-kbd,libbytesize" | ||
| 40 | PACKAGECONFIG[mpath] = "--with-mpath,--without-mpath, multipath-tools, lvm2" | ||
| 41 | PACKAGECONFIG[tools] = "--with-tools,--without-tools,libbytesize libdevmapper" | ||
| 42 | |||
| 43 | export GIR_EXTRA_LIBS_PATH="${B}/src/utils/.libs" | ||
