summaryrefslogtreecommitdiff
path: root/package/libv4l
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin@gmail.com>2013-10-31 13:02:39 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-11-01 15:32:25 +0100
commitd6a44b2f0a2f9cedf08a44703054d3993ae1843d (patch)
tree561054ea066035af05d87bb176991f1e81fbe489 /package/libv4l
parent90af4f16c5ce6c8c9584981bfbcbfcd3cef2cded (diff)
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>
Diffstat (limited to 'package/libv4l')
-rw-r--r--package/libv4l/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libv4l/Config.in b/package/libv4l/Config.in
index c3c4481ca..9dc8cddab 100644
--- a/package/libv4l/Config.in
+++ b/package/libv4l/Config.in
@@ -17,7 +17,7 @@ config BR2_PACKAGE_LIBV4L_DECODE_TM6000
help
Tool to decode tm6000 proprietary format streams
-comment "decode_tm6000 requires a GLIBC based toolchain"
+comment "decode_tm6000 needs an (e)glibc toolchain"
depends on !BR2_TOOLCHAIN_USES_GLIBC
config BR2_PACKAGE_LIBV4L_IR_KEYTABLE
@@ -26,7 +26,7 @@ config BR2_PACKAGE_LIBV4L_IR_KEYTABLE
help
Tool to alter keymaps of Remote Controller devices
-comment "ir-keytable requires a GLIBC based toolchain"
+comment "ir-keytable needs an (e)glibc toolchain"
depends on !BR2_TOOLCHAIN_USES_GLIBC
config BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE