Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 430414 - net-wireless/bluez should use pkg-config to determine the udev dirrectory to install rules or/and executables
Summary: net-wireless/bluez should use pkg-config to determine the udev dirrectory to ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tiziano Müller (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-08 09:08 UTC by Egor Y. Egorov
Modified: 2012-08-10 08:47 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Egor Y. Egorov 2012-08-08 09:08:14 UTC
egorov-ey ~ # ACCEPT_KEYWORDS=~amd64 emerge -pv bluez

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R    ] net-wireless/bluez-4.101-r1  USE="alsa cups gstreamer readline usb -consolekit -debug -pcmcia (-selinux) -test-programs" 0 kB

Total: 1 package (1 reinstall), Size of downloads: 0 kB
egorov-ey ~ # qlist bluez | grep udev
/lib/udev/rules.d/97-bluetooth-hid2hci.rules
/lib/udev/hid2hci
egorov-ey ~ # pkg-config --variable=udevdir udev
/usr/lib/udev



Reproducible: Always
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2012-08-10 08:47:59 UTC
It already does, all you have to do is re-emerge bluez, the logic is there in configure, configure.ac, and finally acinclude.m4

Did a dummy revision bump for convinience anyway

+*bluez-4.101-r2 (10 Aug 2012)
+
+  10 Aug 2012; Samuli Suominen <ssuominen@gentoo.org> +bluez-4.101-r2.ebuild:
+  Dummy revision bump to let upstream ./configure logic read udevdir from
+  udev.pc pkg-config file wrt #430414 by Egor Y. Egorov