All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [V2 1/2] scancpan: generate a conventional comment
@ 2018-10-10 15:56 Francois Perrad
  2018-10-10 15:56 ` [Buildroot] [V2 2/2] perl-*: regeneration of Config.in files Francois Perrad
  2018-10-10 19:21 ` [Buildroot] [V2 1/2] scancpan: generate a conventional comment Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Francois Perrad @ 2018-10-10 15:56 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 utils/scancpan | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/scancpan b/utils/scancpan
index f226b3a7f..b27762d85 100755
--- a/utils/scancpan
+++ b/utils/scancpan
@@ -699,7 +699,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;
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-10-10 19:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-10 15:56 [Buildroot] [V2 1/2] scancpan: generate a conventional comment Francois Perrad
2018-10-10 15:56 ` [Buildroot] [V2 2/2] perl-*: regeneration of Config.in files Francois Perrad
2018-10-10 19:21 ` [Buildroot] [V2 1/2] scancpan: generate a conventional comment Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.