mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/libblockdev: drop unrecognized options
The following options were wrongly kept when bumping to version 3.0.3 in commit18420d9b6b: - dmraid (dropped sinced174944a85) - bcache and kbd (dropped sincec1ff1c87e3) - python2 (dropped since8fc33b8345) - vdo (dropped sincee51faac2a9) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Reviewed-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
c8a5a97e67
commit
029099025f
@@ -16,20 +16,15 @@ LIBBLOCKDEV_AUTORECONF = YES
|
||||
LIBBLOCKDEV_CONF_OPTS = \
|
||||
--disable-introspection \
|
||||
--with-loop \
|
||||
--without-bcache \
|
||||
--without-btrfs \
|
||||
--without-dm \
|
||||
--without-dmraid \
|
||||
--without-escrow \
|
||||
--without-kbd \
|
||||
--without-lvm_dbus \
|
||||
--without-mpath \
|
||||
--without-nvdimm \
|
||||
--without-python2 \
|
||||
--without-python3 \
|
||||
--without-s390 \
|
||||
--without-tools \
|
||||
--without-vdo
|
||||
--without-tools
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBBLOCKDEV_CRYPTO),y)
|
||||
LIBBLOCKDEV_DEPENDENCIES += cryptsetup keyutils
|
||||
|
||||
Reference in New Issue
Block a user