]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
Config.in files: add/update comments on (e)glibc dependencies
authorThomas De Schampheleire <patrickdepinguin@gmail.com>
Thu, 31 Oct 2013 12:02:39 +0000 (13:02 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 1 Nov 2013 14:32:25 +0000 (15:32 +0100)
commitd6a44b2f0a2f9cedf08a44703054d3993ae1843d
tree561054ea066035af05d87bb176991f1e81fbe489
parent90af4f16c5ce6c8c9584981bfbcbfcd3cef2cded
Config.in files: add/update comments on (e)glibc dependencies

This patch adds missing comments about (e)glibc dependencies and updates the
text of existing comments.

Additionally, it splits dependency expressions for the touched packages from
  depends on BR2_BASE_DEP && !BR2_TOOLCHAIN_USES_GLIBC
to
  depends on BR2_BASE_DEP
  depends on !BR2_TOOLCHAIN_USES_GLIBC
so that (positive) base dependencies are separate from the (negative)
toolchain dependencies. This strategy makes it easier to write such comments
(because one can simply copy the base dependency from the actual package
config option), but also avoids complex and long boolean expressions.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/cppcms/Config.in
package/freescale-imx/gpu-viv-bin-mx6q/Config.in
package/gstreamer/gst-plugin-x170/Config.in
package/libv4l/Config.in
package/nss-mdns/Config.in
package/on2-8170-libs/Config.in
package/sunxi-cedarx/Config.in
package/sunxi-mali/Config.in
package/ti-gfx/Config.in