buildrootschalter/support
Francois Perrad 1fd8d9e4dd support/script/scancpan: add -test option
Perl modules can have three different types of dependencies:

 - configure/build time dependency which becomes host dependency
 - runtime dependency which becomes target dependency
 - test time dependency which is useless in a cross-compiling context like BR

Before this patch, test time dependencies are handled like runtime
dependencies.

After this patch, test time dependencies are ignored by default. The
newly added -test option allows to add them anyway if needed.

[Thomas: reword commit log using Francois proposal.]

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-10-04 14:42:44 +02:00
..
dependencies dependencies: Reject gcj in BR2_NEEDS_HOST_JAVA check 2014-08-17 21:01:10 +02:00
download support/download: fix the git helper output file format 2014-08-06 19:41:05 +02:00
dummy-external core: allow external Config.in/makefile code to be integrated 2013-12-08 22:39:42 +01:00
gnuconfig Update config.guess and config.sub scripts to latest versions. 2013-10-27 15:29:38 +01:00
kconfig infra: replace BUILDROOT_CONFIG with BR2_CONFIG 2014-02-09 17:00:13 +01:00
legal-info legal-info: infrastructure to collect legally-relevant material 2012-07-17 19:05:49 +02:00
libtool support/libtool: improve version 1.5 static patching 2014-07-31 16:35:49 +02:00
misc toolchainfile.cmake.in: do not force the CMAKE_{C, CXX}_FLAGS to the cache 2014-09-28 20:57:26 +02:00
scripts support/script/scancpan: add -test option 2014-10-04 14:42:44 +02:00