projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
952a0d6
)
scancpan: generate a conventional comment
author
Francois Perrad
<fperrad@gmail.com>
Wed, 10 Oct 2018 15:56:35 +0000
(17:56 +0200)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Wed, 10 Oct 2018 19:21:02 +0000
(21:21 +0200)
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
utils/scancpan
patch
|
blob
|
history
diff --git
a/utils/scancpan
b/utils/scancpan
index 066882c08ffe27cd25f5f318be8a90c3f8287c53..01f3abdc85063cf015cf206b6c80526692e1fa4d 100755
(executable)
--- 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;