diff options
| author | Francois Perrad <fperrad@gmail.com> | 2018-12-04 05:37:50 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-12-06 22:20:10 +0100 |
| commit | 84179d4a04b4d6d26519f756678a609a9a7369ff (patch) | |
| tree | e159c710bdfeb7b24f1776cb186509b56ab46234 /utils | |
| parent | fe4b91db57393e1577d5a9549fa9e059f8a8d8e1 (diff) | |
| download | buildroot-84179d4a04b4d6d26519f756678a609a9a7369ff.tar.gz buildroot-84179d4a04b4d6d26519f756678a609a9a7369ff.zip | |
utils/scancpan: allow the generation of more tests
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'utils')
| -rwxr-xr-x | utils/scancpan | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/scancpan b/utils/scancpan index 6592afc2fd..8073ad1978 100755 --- a/utils/scancpan +++ b/utils/scancpan @@ -578,7 +578,7 @@ sub find_license_files { sub want_test { my ($distname) = @_; - return 1 if $need_dlopen{$distname} && scalar @{$deps_runtime{$distname}} > 1; + return 1 if $need_dlopen{$distname} && scalar @{$deps_runtime{$distname}} > 0; } sub get_dependencies { |

