]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
ltrace: fix visibility of Config.in comment
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 19 May 2018 20:55:02 +0000 (22:55 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 20 May 2018 17:24:47 +0000 (19:24 +0200)
commitaf72a42b0af3588919efe88301e622b683098d8e
tree6484bf95cb50e36de16ce69dfa63fa22b061bee8
parent0f711e71c21f23c98d56ec8ea8a1778f049a2d1e
ltrace: fix visibility of Config.in comment

The BR2_PACKAGE_LTRACE option has some architecture dependencies, but
those architecture dependencies are not taken into account for the
Config.in comment.

To fix this, this commit introduces a BR2_PACKAGE_LTRACE_ARCH_SUPPORTS
hidden boolean that gets used by both the BR2_PACKAGE_LTRACE option
and the Config.in comment.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/ltrace/Config.in