]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/*: test for BR2_PACKAGE_LIBGUDEV for dependency
authorBaruch Siach <baruch@tkos.co.il>
Wed, 18 Nov 2015 19:38:39 +0000 (21:38 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 18 Nov 2015 20:54:55 +0000 (21:54 +0100)
commit462b1cbfa68eba1bae0d4d732aeefdf3308ecae0
treedc2a7bdb9bd8c66be7e44aa98940e436237537aa
parentd8566397dbc267320b2f989e32b90159787c6394
package/*: test for BR2_PACKAGE_LIBGUDEV for dependency

Make the case of adding libgudev as a dependency more consistent with all
other dependency packages. The <pkg>_DEPENDENCIES variable sets the build
order which is conceptually independent of the underlying reason for that
dependency.

Also, remove the comments in hidapi.mk and udisks.mk. These comments explain
why BR2_PACKAGE_LIBGUDEV is selected, so the comments in corresponding
Config.in files are enough.

Cc: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/hidapi/hidapi.mk
package/libmbim/libmbim.mk
package/modem-manager/modem-manager.mk
package/network-manager/network-manager.mk
package/udisks/udisks.mk