On 09/03/14 04:55, Alexandre Rostovtsev wrote: > On Sat, 2014-03-08 at 21:23 -0500, Joshua Kinard wrote: >> So I want to try and play around with a particular network domination tool >> on my home network, Omphalos. However, its current configure script has a >> hard dependency on bluetooth.h, part of the net-wireless/bluez package. >> >> Currently, net-wireless/bluez has a harddep on virtual/udev, which works >> great if you use either udev or eudev. I'm using busybox's mdev instead, so >> the logic of the bluez ebuild needs some changes: > [...] >> Thoughts on this? > Does mdev have any API which is equivalent to libudev's hwdb? See > http://www.freedesktop.org/software/systemd/libudev/libudev-udev-hwdb.html > > If yes, then optimal solution would be to patch bluez to allow using > mdev's hwdb support, and get the patch upstreamed :) > >
No, the hwdb.bin is specific to >=udev-180 (can't remember exact version, but it was around after 180) Did you mean to imply the bluez package is severely crippled without the database? If so, then why not do what Joshua asked but package.use.force the USE="udev" enabled, with an explanation in the comment, and let people unforce it if they really want? - Samuli