Package: linux
Version: 3.16
Severity: bug
Tags: patch

I just noticed during an "apt-get install gnome-core" run, that hppa lacks the 
bluetooth stack.
The problem is, that gnome pulls in the bluez package which then fails to 
install, because the kernel lacks bluetooth support. In the end, I can't 
(fully) install gnome because of that.
Attached patch fixes this by enabling the building of the bluetooth stack on 
hppa.

Please apply for the next upload.

(PS: Sparc seems to unset CONFIG_BT too - so it will probably run into the same 
issue)

Thanks,
Helge
diff -up ./debian/config/hppa/config.org ./debian/config/hppa/config
--- ./debian/config/hppa/config.org	2014-10-08 21:11:36.607895980 +0200
+++ ./debian/config/hppa/config	2014-10-08 21:11:59.639892592 +0200
@@ -593,12 +593,6 @@ CONFIG_FLATMEM_MANUAL=y
 # CONFIG_HAMRADIO is not set
 
 ##
-## file: net/bluetooth/Kconfig
-##
-#. TODO
-# CONFIG_BT is not set
-
-##
 ## file: net/decnet/Kconfig
 ##
 # CONFIG_DECNET is not set

Reply via email to