summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xutils/scancpan2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/scancpan b/utils/scancpan
index 066882c08f..01f3abdc85 100755
--- a/utils/scancpan
+++ b/utils/scancpan
@@ -698,7 +698,7 @@ while (my ($distname, $dist) = each %dist) {
say {$fh} qq{\tdepends on !BR2_STATIC_LIBS} if $need_dlopen{$distname};
foreach my $dep (sort @{$deps_runtime{$distname}}) {
my $brdep = brname( fsname( $dep ) );
- say {$fh} qq{\tselect BR2_PACKAGE_${brdep}};
+ say {$fh} qq{\tselect BR2_PACKAGE_${brdep} # runtime};
}
say {$fh} qq{\thelp};
say {$fh} qq{\t ${abstract}\n} if $abstract;
OpenPOWER on IntegriCloud