package/lvm2: fix inverted logic that is confusing
authorYann E. MORIN <yann.morin.1998@free.fr>
Fri, 21 May 2021 14:44:35 +0000 (16:44 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Wed, 2 Jun 2021 21:08:13 +0000 (23:08 +0200)
commit4526078d1b4be109d13343243151a6eb98f0532f
treeca882af4fd60fec03b6e7e88cc108993ed69fb8e
parent351122979b2841560f0e3e5278e183579daa1419
package/lvm2: fix inverted logic that is confusing

Commit ff0f55e38197 (lvm2: replace !BR2_PACKAGE_LVM2_DMSETUP_ONLY by
BR2_PACKAGE_LVM2_STANDARD_INSTALL) changed a negative-logic option to a
positive-logic option.

However, it kept the ordering of the conditional block, which became a
negatice-logic condition.

This is confusing; let's fix that.

Reported-by: Pascal de Bruijn <p.debruijn@unilogic.nl>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/lvm2/lvm2.mk