package/dacapo: fix indentation
Fixes errors reported by running 'make check-package': package/dacapo/Config.in:2: should be indented with one tab (http://nightly.buildroot.org/#_config_files) package/dacapo/Config.in:3: should be indented with one tab (http://nightly.buildroot.org/#_config_files) package/dacapo/Config.in:4: should be indented with one tab (http://nightly.buildroot.org/#_config_files) package/dacapo/Config.in:5: help text: <tab><2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in) package/dacapo/Config.in:6: help text: <tab><2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in) package/dacapo/Config.in:7: help text: <tab><2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in) package/dacapo/Config.in:12: should be indented with one tab (http://nightly.buildroot.org/#_config_files) Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Daniel J. Leach <dleach@belcan.com> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
7f01cca9c3
commit
46cd706122
@ -1,12 +1,12 @@
|
||||
config BR2_PACKAGE_DACAPO
|
||||
bool "dacapo"
|
||||
depends on BR2_PACKAGE_OPENJDK
|
||||
help
|
||||
The DaCapo benchmark suite is intended as a tool for Java
|
||||
benchmarking by the programming language, memory
|
||||
management and computer architecture communities.
|
||||
bool "dacapo"
|
||||
depends on BR2_PACKAGE_OPENJDK
|
||||
help
|
||||
The DaCapo benchmark suite is intended as a tool for Java
|
||||
benchmarking by the programming language, memory
|
||||
management and computer architecture communities.
|
||||
|
||||
http://dacapobench.org/
|
||||
http://dacapobench.org/
|
||||
|
||||
comment "dacapo needs OpenJDK"
|
||||
depends on !BR2_PACKAGE_OPENJDK
|
||||
depends on !BR2_PACKAGE_OPENJDK
|
||||
|
Loading…
Reference in New Issue
Block a user