diff options
-rw-r--r-- | meta-oe/recipes-extended/libblockdev/libblockdev_2.22.bb | 6 |
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 | ||
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c" |
10 | 10 | ||
11 | inherit autotools python3native gobject-introspection | 11 | inherit autotools gobject-introspection |
12 | 12 | ||
13 | SRCREV = "f6e4538485d0442b3674e182c01ffe5a0f258ad4" | 13 | SRCREV = "f6e4538485d0442b3674e182c01ffe5a0f258ad4" |
14 | SRC_URI = " \ | 14 | SRC_URI = " \ |
@@ -17,11 +17,11 @@ SRC_URI = " \ | |||
17 | 17 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | 19 | ||
20 | FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}" | 20 | FILES_${PN} += "${libdir}/python2.7/dist-packages ${libdir}/python3.7/site-packages" |
21 | 21 | ||
22 | PACKAGECONFIG ??= "python3 lvm dm kmod parted fs escrow btrfs crypto mdraid kbd mpath nvdimm" | 22 | PACKAGECONFIG ??= "python3 lvm dm kmod parted fs escrow btrfs crypto mdraid kbd mpath nvdimm" |
23 | PACKAGECONFIG[python3] = "--with-python3, --without-python3,,python3" | 23 | PACKAGECONFIG[python3] = "--with-python3, --without-python3,,python3" |
24 | PACKAGECONFIG[python2] = "--with-python2, --without-python2,,python2" | 24 | PACKAGECONFIG[python2] = "--with-python2, --without-python2,,python" |
25 | PACKAGECONFIG[lvm] = "--with-lvm, --without-lvm, multipath-tools, lvm2" | 25 | PACKAGECONFIG[lvm] = "--with-lvm, --without-lvm, multipath-tools, lvm2" |
26 | PACKAGECONFIG[lvm-dbus] = "--with-lvm_dbus, --without-lvm_dbus, 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" | 27 | PACKAGECONFIG[dm] = "--with-dm, --without-dm, multipath-tools, lvm2" |