diff options
| author | Hongxu Jia <hongxu.jia@windriver.com> | 2018-08-06 16:12:52 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-08-08 12:04:13 -0700 |
| commit | 19b47730e079aacceb04fbb6d77247158d90f87c (patch) | |
| tree | 09158be6089b170831b4de23ff84f720a261f14c | |
| parent | 36ddb5233cdfe9306c4a18c9d5ad74cbc4ebf6f2 (diff) | |
| download | meta-openembedded-19b47730e079aacceb04fbb6d77247158d90f87c.tar.gz | |
libblockdev: add PACKAGECONFIG for lvm-dbus
Currently, recipe lvm2 does not support dbus very well, so add
PACKAGECONFIG lvm-dbus for libblockdev and disable it by default.
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-extended/libblockdev/libblockdev_2.18.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libblockdev/libblockdev_2.18.bb b/meta-oe/recipes-extended/libblockdev/libblockdev_2.18.bb index a58871f0c9..5a8b69745a 100644 --- a/meta-oe/recipes-extended/libblockdev/libblockdev_2.18.bb +++ b/meta-oe/recipes-extended/libblockdev/libblockdev_2.18.bb | |||
| @@ -30,6 +30,7 @@ PACKAGECONFIG ??= "python3 lvm dm kmod parted fs escrow" | |||
| 30 | PACKAGECONFIG[python3] = "--with-python3, --without-python3,,python3" | 30 | PACKAGECONFIG[python3] = "--with-python3, --without-python3,,python3" |
| 31 | PACKAGECONFIG[python2] = "--with-python2, --without-python2,,python2" | 31 | PACKAGECONFIG[python2] = "--with-python2, --without-python2,,python2" |
| 32 | PACKAGECONFIG[lvm] = "--with-lvm, --without-lvm, multipath-tools, lvm2" | 32 | PACKAGECONFIG[lvm] = "--with-lvm, --without-lvm, multipath-tools, lvm2" |
| 33 | PACKAGECONFIG[lvm-dbus] = "--with-lvm_dbus, --without-lvm_dbus, multipath-tools, lvm2" | ||
| 33 | PACKAGECONFIG[dm] = "--with-dm, --without-dm" | 34 | PACKAGECONFIG[dm] = "--with-dm, --without-dm" |
| 34 | PACKAGECONFIG[dmraid] = "--with-dmraid, --without-dmraid" | 35 | PACKAGECONFIG[dmraid] = "--with-dmraid, --without-dmraid" |
| 35 | PACKAGECONFIG[kmod] = "--with-kbd, --without-kbd, kmod" | 36 | PACKAGECONFIG[kmod] = "--with-kbd, --without-kbd, kmod" |
