From 14b1edc93587a9f647dd99e4db1a00d90f2c5f42 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Wed, 24 Jun 2009 22:56:11 +0200 Subject: [PATCH] conf: remove bluetooth from DISTRO_FEATURES in minimal.conf --- conf/distro/minimal.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf index f9c4670c67..8b834d0f4a 100644 --- a/conf/distro/minimal.conf +++ b/conf/distro/minimal.conf @@ -24,7 +24,7 @@ DISTRO_CHECK := "${@bb.data.getVar("DISTRO_VERSION",d,1) or bb.fatal('Remove thi # Use bluetooth 4.0 DISTRO_BLUETOOTH_MANAGER = "bluez4" # We want images supporting the following features (for task-base) -DISTRO_FEATURES = "nfs smbfs wifi ppp alsa bluetooth ext2 vfat pcmcia usbgadget usbhost pci" +DISTRO_FEATURES = "nfs smbfs wifi ppp alsa ext2 vfat pcmcia usbgadget usbhost pci" ############################################################################# # LIBRARY NAMES -- 2.39.5