From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] scancpan: generate a conventional comment
Date: Wed, 10 Oct 2018 14:15:37 +0200 [thread overview]
Message-ID: <20181010141537.50976f7d@windsurf> (raw)
In-Reply-To: <20181010101446.30160-1-francois.perrad@gadz.org>
Hello,
On Wed, 10 Oct 2018 12:14:45 +0200, Francois Perrad wrote:
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> ---
> utils/scancpan | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/utils/scancpan b/utils/scancpan
> index e16a18303..2e7e94627 100755
> --- a/utils/scancpan
> +++ b/utils/scancpan
> @@ -696,6 +696,7 @@ while (my ($distname, $dist) = each %dist) {
> say {$fh} qq{config BR2_PACKAGE_${brname}};
> say {$fh} qq{\tbool "${fsname}"};
> say {$fh} qq{\tdepends on !BR2_STATIC_LIBS} if $need_dlopen{$distname};
> + say {$fh} qq{\t# runtime} if scalar @{$deps_runtime{$distname}} > 0;
Sorry about not being clear, but the usual syntax for this comment is:
select BR2_PACKAGE_FOO # runtime
Use 'git grep "# runtime"', you'll see numerous instances of it.
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
prev parent reply other threads:[~2018-10-10 12:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-10 10:14 [Buildroot] [PATCH 1/2] scancpan: generate a conventional comment Francois Perrad
2018-10-10 10:14 ` [Buildroot] [PATCH 2/2] perl-*: regeneration of Config.in files Francois Perrad
2018-10-10 12:15 ` Thomas Petazzoni [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181010141537.50976f7d@windsurf \
--to=thomas.petazzoni@bootlin.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox