summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2018-11-27 16:32:45 +0800
committerKhem Raj <raj.khem@gmail.com>2018-11-27 11:13:37 -0800
commitbe16770cc47cb4b1745711c62421ebb2bef43b9a (patch)
treeca42650eb890d78eb3badb3dc31a910f9b6d426a /meta-oe/recipes-extended
parenta7bc7b6853acbb0b85be2d60fb1046bc481edf5c (diff)
downloadmeta-openembedded-be16770cc47cb4b1745711c62421ebb2bef43b9a.tar.gz
libblockdev: 2.18 -> 2.20
Add nvdimm support since upstream python3-blivet [20ae5ea Re-add nvdimm plugin Recommends on 3.1+.] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/libblockdev/libblockdev_2.20.bb (renamed from meta-oe/recipes-extended/libblockdev/libblockdev_2.18.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/libblockdev/libblockdev_2.18.bb b/meta-oe/recipes-extended/libblockdev/libblockdev_2.20.bb
index 35f0cc060..54a188dc8 100644
--- a/meta-oe/recipes-extended/libblockdev/libblockdev_2.18.bb
+++ b/meta-oe/recipes-extended/libblockdev/libblockdev_2.20.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c"
10 10
11inherit autotools python3native gobject-introspection 11inherit autotools python3native gobject-introspection
12 12
13SRCREV = "0debeb45562ac3d8f6f43f6f942b238abab55be9" 13SRCREV = "cb308566c3c5222b8422f78997a1742713b265a9"
14SRC_URI = " \ 14SRC_URI = " \
15 git://github.com/rhinstaller/libblockdev;branch=master \ 15 git://github.com/rhinstaller/libblockdev;branch=master \
16" 16"
@@ -19,7 +19,7 @@ S = "${WORKDIR}/git"
19 19
20FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}" 20FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}"
21 21
22PACKAGECONFIG ??= "python3 lvm dm kmod parted fs escrow btrfs crypto mdraid kbd mpath" 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,,python2"
25PACKAGECONFIG[lvm] = "--with-lvm, --without-lvm, multipath-tools, lvm2" 25PACKAGECONFIG[lvm] = "--with-lvm, --without-lvm, multipath-tools, lvm2"
@@ -30,7 +30,7 @@ PACKAGECONFIG[kmod] = "--with-kbd, --without-kbd, kmod"
30PACKAGECONFIG[parted] = "--with-part, --without-part, parted" 30PACKAGECONFIG[parted] = "--with-part, --without-part, parted"
31PACKAGECONFIG[fs] = "--with-fs, --without-fs, util-linux" 31PACKAGECONFIG[fs] = "--with-fs, --without-fs, util-linux"
32PACKAGECONFIG[doc] = "--with-gtk-doc, --without-gtk-doc, gtk-doc-native" 32PACKAGECONFIG[doc] = "--with-gtk-doc, --without-gtk-doc, gtk-doc-native"
33PACKAGECONFIG[nvdimm] = "--with-nvdimm, --without-nvdimm" 33PACKAGECONFIG[nvdimm] = "--with-nvdimm, --without-nvdimm, ndctl util-linux"
34PACKAGECONFIG[vdo] = "--with-vdo, --without-vdo" 34PACKAGECONFIG[vdo] = "--with-vdo, --without-vdo"
35PACKAGECONFIG[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" 36PACKAGECONFIG[btrfs] = "--with-btrfs,--without-btrfs,libbytesize btrfs-tools"