lvm2: replace !BR2_PACKAGE_LVM2_DMSETUP_ONLY by BR2_PACKAGE_LVM2_STANDARD_INSTALL
authorArnout Vandecappelle <arnout@mind.be>
Thu, 28 Nov 2013 08:29:28 +0000 (09:29 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 28 Nov 2013 16:29:48 +0000 (17:29 +0100)
commitff0f55e381972d57c9fbd818d5b906b2dcb5a368
tree700bc29a756dc9d1e0b5e5f0d7c319ef1981bee6
parent62d15df19a0d181a266a88b46525d0d4959c8739
lvm2: replace !BR2_PACKAGE_LVM2_DMSETUP_ONLY by BR2_PACKAGE_LVM2_STANDARD_INSTALL

BR2_PACKAGE_LVM2_DMSETUP_ONLY is a "negative" option that disables
build and install of part of the suite. This option cannot be unselected
by other config options, which gives a problem for BR2_PACKAGE_UDISKS_LVM2:
it needs BR2_PACKAGE_LVM2_APP_LIBRARY, which requires the full suite.

Therefore, replace the negative BR2_PACKAGE_LVM2_DMSETUP_ONLY by a positive
BR2_PACKAGE_LVM2_STANDARD_INSTALL. To make sure that existing defconfigs
keep working, the new option defaults to y unless the legacy
BR2_PACKAGE_LVM2_DMSETUP_ONLY was selected.

Fixes http://autobuild.buildroot.net/results/ea4627cae45e972ebba5b33a2b2871ce7f46fedc/

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Config.in.legacy
package/lvm2/Config.in
package/lvm2/lvm2.mk