summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/libblockdev/libblockdev_2.18.bb14
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-oe/recipes-extended/libblockdev/libblockdev_2.18.bb b/meta-oe/recipes-extended/libblockdev/libblockdev_2.18.bb
index bf33b968e2..021f641425 100644
--- a/meta-oe/recipes-extended/libblockdev/libblockdev_2.18.bb
+++ b/meta-oe/recipes-extended/libblockdev/libblockdev_2.18.bb
@@ -10,12 +10,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c"
10 10
11inherit autotools python3native gobject-introspection 11inherit autotools python3native gobject-introspection
12 12
13DEPENDS += " \
14 cryptsetup \
15 libbytesize \
16 btrfs-tools \
17"
18
19SRCREV = "0debeb45562ac3d8f6f43f6f942b238abab55be9" 13SRCREV = "0debeb45562ac3d8f6f43f6f942b238abab55be9"
20SRC_URI = " \ 14SRC_URI = " \
21 git://github.com/rhinstaller/libblockdev;branch=master \ 15 git://github.com/rhinstaller/libblockdev;branch=master \
@@ -25,7 +19,7 @@ S = "${WORKDIR}/git"
25 19
26FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}" 20FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}"
27 21
28PACKAGECONFIG ??= "python3 lvm dm kmod parted fs escrow" 22PACKAGECONFIG ??= "python3 lvm dm kmod parted fs escrow btrfs crypto mdraid kbd lvm-dbus"
29PACKAGECONFIG[python3] = "--with-python3, --without-python3,,python3" 23PACKAGECONFIG[python3] = "--with-python3, --without-python3,,python3"
30PACKAGECONFIG[python2] = "--with-python2, --without-python2,,python2" 24PACKAGECONFIG[python2] = "--with-python2, --without-python2,,python2"
31PACKAGECONFIG[lvm] = "--with-lvm, --without-lvm, multipath-tools, lvm2" 25PACKAGECONFIG[lvm] = "--with-lvm, --without-lvm, multipath-tools, lvm2"
@@ -39,6 +33,12 @@ PACKAGECONFIG[doc] = "--with-gtk-doc, --without-gtk-doc, gtk-doc-native"
39PACKAGECONFIG[nvdimm] = "--with-nvdimm, --without-nvdimm" 33PACKAGECONFIG[nvdimm] = "--with-nvdimm, --without-nvdimm"
40PACKAGECONFIG[vdo] = "--with-vdo, --without-vdo" 34PACKAGECONFIG[vdo] = "--with-vdo, --without-vdo"
41PACKAGECONFIG[escrow] = "--with-escrow, --without-escrow, nss volume-key" 35PACKAGECONFIG[escrow] = "--with-escrow, --without-escrow, nss volume-key"
36PACKAGECONFIG[btrfs] = "--with-btrfs,--without-btrfs,libbytesize btrfs-tools"
37PACKAGECONFIG[crypto] = "--with-crypto,--without-crypto,cryptsetup nss volume-key"
38PACKAGECONFIG[mdraid] = "--with-mdraid,--without-mdraid,libbytesize"
39PACKAGECONFIG[kbd] = "--with-kbd,--without-kbd,libbytesize"
40PACKAGECONFIG[lvm-dbus] = "--with-lvm_dbus,--without-lvm_dbus"
41PACKAGECONFIG[mpath] = "--with-mpath,--without-mpath"
42 42
43export GIR_EXTRA_LIBS_PATH="${B}/src/utils/.libs" 43export GIR_EXTRA_LIBS_PATH="${B}/src/utils/.libs"
44 44