diff options
-rw-r--r-- | meta-oe/recipes-extended/libblockdev/libblockdev_3.03.bb (renamed from meta-oe/recipes-extended/libblockdev/libblockdev_2.28.bb) | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/meta-oe/recipes-extended/libblockdev/libblockdev_2.28.bb b/meta-oe/recipes-extended/libblockdev/libblockdev_3.03.bb index 2e7412e823..670bebd37b 100644 --- a/meta-oe/recipes-extended/libblockdev/libblockdev_2.28.bb +++ b/meta-oe/recipes-extended/libblockdev/libblockdev_3.03.bb | |||
@@ -10,33 +10,28 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c" | |||
10 | 10 | ||
11 | inherit autotools gobject-introspection pkgconfig lib_package | 11 | inherit autotools gobject-introspection pkgconfig lib_package |
12 | 12 | ||
13 | DEPENDS = "autoconf-archive-native glib-2.0 kmod udev" | 13 | DEPENDS = "autoconf-archive-native glib-2.0 kmod udev libnvme" |
14 | 14 | ||
15 | SRC_URI = "git://github.com/storaged-project/libblockdev;branch=2.x-branch;protocol=https \ | 15 | SRC_URI = "git://github.com/storaged-project/libblockdev;branch=master;protocol=https \ |
16 | " | 16 | " |
17 | SRCREV = "1412dc51c8f76bf8d9a6008228737db4a9a26d69" | 17 | SRCREV = "38378931d285b91333ff2e2a391b1fe91072f9bb" |
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | 19 | ||
20 | FILES:${PN} += "${libdir}/python2.7/dist-packages ${libdir}/python3.*/site-packages" | 20 | FILES:${PN} += "${libdir}/python3.*/site-packages" |
21 | 21 | ||
22 | PACKAGECONFIG ??= "python3 lvm dm kmod parted fs escrow btrfs crypto mdraid kbd mpath nvdimm tools" | 22 | PACKAGECONFIG ??= "python3 lvm lvm-dbus dm parted fs escrow btrfs crypto mdraid mpath nvdimm tools" |
23 | PACKAGECONFIG[python3] = "--with-python3, --without-python3,,python3" | 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" | 24 | PACKAGECONFIG[lvm] = "--with-lvm, --without-lvm, multipath-tools, lvm2" |
26 | PACKAGECONFIG[lvm-dbus] = "--with-lvm_dbus, --without-lvm_dbus, multipath-tools, lvm2" | 25 | PACKAGECONFIG[lvm-dbus] = "--with-lvm_dbus, --without-lvm_dbus, multipath-tools, lvm2" |
27 | PACKAGECONFIG[dm] = "--with-dm, --without-dm, multipath-tools, lvm2" | 26 | 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" | 27 | PACKAGECONFIG[parted] = "--with-part, --without-part, parted" |
31 | PACKAGECONFIG[fs] = "--with-fs, --without-fs, util-linux" | 28 | PACKAGECONFIG[fs] = "--with-fs, --without-fs, util-linux" |
32 | PACKAGECONFIG[doc] = "--with-gtk-doc, --without-gtk-doc, gtk-doc-native" | 29 | PACKAGECONFIG[doc] = "--with-gtk-doc, --without-gtk-doc, gtk-doc-native" |
33 | PACKAGECONFIG[nvdimm] = "--with-nvdimm, --without-nvdimm, ndctl util-linux" | 30 | 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" | 31 | PACKAGECONFIG[escrow] = "--with-escrow, --without-escrow, nss volume-key" |
36 | PACKAGECONFIG[btrfs] = "--with-btrfs,--without-btrfs,libbytesize btrfs-tools" | 32 | PACKAGECONFIG[btrfs] = "--with-btrfs,--without-btrfs,libbytesize btrfs-tools" |
37 | PACKAGECONFIG[crypto] = "--with-crypto,--without-crypto,cryptsetup nss volume-key" | 33 | PACKAGECONFIG[crypto] = "--with-crypto,--without-crypto,cryptsetup nss volume-key" |
38 | PACKAGECONFIG[mdraid] = "--with-mdraid,--without-mdraid,libbytesize" | 34 | 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" | 35 | PACKAGECONFIG[mpath] = "--with-mpath,--without-mpath, multipath-tools, lvm2" |
41 | PACKAGECONFIG[tools] = "--with-tools,--without-tools,libbytesize libdevmapper" | 36 | PACKAGECONFIG[tools] = "--with-tools,--without-tools,libbytesize libdevmapper" |
42 | 37 | ||