summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/libblockdev/libblockdev_2.22.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/libblockdev/libblockdev_2.22.bb b/meta-oe/recipes-extended/libblockdev/libblockdev_2.22.bb
index c5fc928a7d..985bd03e46 100644
--- a/meta-oe/recipes-extended/libblockdev/libblockdev_2.22.bb
+++ b/meta-oe/recipes-extended/libblockdev/libblockdev_2.22.bb
@@ -8,7 +8,7 @@ SECTION = "devel/lib"
8 8
9LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c" 9LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c"
10 10
11inherit autotools python3native gobject-introspection 11inherit autotools gobject-introspection
12 12
13SRCREV = "f6e4538485d0442b3674e182c01ffe5a0f258ad4" 13SRCREV = "f6e4538485d0442b3674e182c01ffe5a0f258ad4"
14SRC_URI = " \ 14SRC_URI = " \
@@ -17,11 +17,11 @@ SRC_URI = " \
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19
20FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}" 20FILES_${PN} += "${libdir}/python2.7/dist-packages ${libdir}/python3.7/site-packages"
21 21
22PACKAGECONFIG ??= "python3 lvm dm kmod parted fs escrow btrfs crypto mdraid kbd mpath nvdimm" 22PACKAGECONFIG ??= "python3 lvm dm kmod parted fs escrow btrfs crypto mdraid kbd mpath nvdimm"
23PACKAGECONFIG[python3] = "--with-python3, --without-python3,,python3" 23PACKAGECONFIG[python3] = "--with-python3, --without-python3,,python3"
24PACKAGECONFIG[python2] = "--with-python2, --without-python2,,python2" 24PACKAGECONFIG[python2] = "--with-python2, --without-python2,,python"
25PACKAGECONFIG[lvm] = "--with-lvm, --without-lvm, multipath-tools, lvm2" 25PACKAGECONFIG[lvm] = "--with-lvm, --without-lvm, multipath-tools, lvm2"
26PACKAGECONFIG[lvm-dbus] = "--with-lvm_dbus, --without-lvm_dbus, multipath-tools, lvm2" 26PACKAGECONFIG[lvm-dbus] = "--with-lvm_dbus, --without-lvm_dbus, multipath-tools, lvm2"
27PACKAGECONFIG[dm] = "--with-dm, --without-dm, multipath-tools, lvm2" 27PACKAGECONFIG[dm] = "--with-dm, --without-dm, multipath-tools, lvm2"