diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2018-09-27 11:04:29 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-09-27 08:58:18 -0700 |
commit | 5f23d82175a38542b76b5aa2a0d1db680ca68752 (patch) | |
tree | 4b9d929136ba25b29a8640d8ada5e3d71e0fb376 /meta-oe/recipes-extended/mailx | |
parent | a190c2e39c1c219ab1ef34b87c3b495945b7bc32 (diff) | |
download | meta-openembedded-5f23d82175a38542b76b5aa2a0d1db680ca68752.tar.gz |
libblockdev: correct PACKAGECONFIG
Since commit `6cc057d libblockdev: make various features optional' applied,
it introduced issues:
1. As configure.ac told us, mpath/dm/lvm/lvm-dbus should have the
same depends, runtime depends
[configure.ac]
|AS_IF([test "x$with_dm" != "xno" -o "x$with_lvm" != "xno" -o "x$with_lvm_dbus" != "xno" -o "x$with_mpath" != "xno"],
| [LIBBLOCKDEV_PKG_CHECK_MODULES([DEVMAPPER], [devmapper >= 1.02.93])],
| [])
[configure.ac]
2. Remove duplicated PACKAGECONFIG tags `lvm-dbus'
3. Remove `lvm-dbus' from PACKAGECONFIG since recipe lvm2 does not support dbus
4. Align with previous configure options, we should add `mpath'
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/mailx')
0 files changed, 0 insertions, 0 deletions