[Buildroot] [git commit] scancpan: generate a conventional comment

Thomas Petazzoni thomas.petazzoni at bootlin.com
Wed Oct 10 19:21:02 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=fd4d596f3d7640e37858725974a78b4f2f5da8cf
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Francois Perrad <francois.perrad at gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 utils/scancpan | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;


More information about the buildroot mailing list