* [Buildroot] [PATCH 1/2] get-developers: use --cc instead of --to for developers
@ 2016-10-17 17:01 Rahul Bedarkar
2016-10-17 17:01 ` [Buildroot] [PATCH 2/2] openswan: remove duplicate word toolchain from comment Rahul Bedarkar
2016-10-19 21:38 ` [Buildroot] [PATCH 1/2] get-developers: use --cc instead of --to for developers Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: Rahul Bedarkar @ 2016-10-17 17:01 UTC (permalink / raw)
To: buildroot
Output of get-developers script in our manual uses --cc for developers,
but actual output of get-developers script uses --to. This patch makes
code consistent with documentation, by using --cc for developers.
Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
---
support/scripts/get-developers | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/support/scripts/get-developers b/support/scripts/get-developers
index f73512f..8b1891d 100755
--- a/support/scripts/get-developers
+++ b/support/scripts/get-developers
@@ -74,7 +74,7 @@ def __main__():
result = "--to buildroot at buildroot.org"
for dev in matching_devs:
- result += " --to \"%s\"" % dev
+ result += " --cc \"%s\"" % dev
if result != "":
print("git send-email %s" % result)
--
2.6.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 2/2] openswan: remove duplicate word toolchain from comment
2016-10-17 17:01 [Buildroot] [PATCH 1/2] get-developers: use --cc instead of --to for developers Rahul Bedarkar
@ 2016-10-17 17:01 ` Rahul Bedarkar
2016-10-19 21:38 ` [Buildroot] [PATCH 1/2] get-developers: use --cc instead of --to for developers Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Rahul Bedarkar @ 2016-10-17 17:01 UTC (permalink / raw)
To: buildroot
Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
---
package/openswan/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/openswan/Config.in b/package/openswan/Config.in
index ba5d53d..5db665c 100644
--- a/package/openswan/Config.in
+++ b/package/openswan/Config.in
@@ -10,7 +10,7 @@ config BR2_PACKAGE_OPENSWAN
http://www.openswan.org
-comment "openswan needs a uClibc or glibc toolchain toolchain w/ headers >= 3.0"
+comment "openswan needs a uClibc or glibc toolchain w/ headers >= 3.0"
depends on BR2_USE_MMU
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 || \
BR2_TOOLCHAIN_USES_MUSL
--
2.6.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/2] get-developers: use --cc instead of --to for developers
2016-10-17 17:01 [Buildroot] [PATCH 1/2] get-developers: use --cc instead of --to for developers Rahul Bedarkar
2016-10-17 17:01 ` [Buildroot] [PATCH 2/2] openswan: remove duplicate word toolchain from comment Rahul Bedarkar
@ 2016-10-19 21:38 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2016-10-19 21:38 UTC (permalink / raw)
To: buildroot
Hello,
On Mon, 17 Oct 2016 22:31:31 +0530, Rahul Bedarkar wrote:
> Output of get-developers script in our manual uses --cc for developers,
> but actual output of get-developers script uses --to. This patch makes
> code consistent with documentation, by using --cc for developers.
>
> Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
> ---
> support/scripts/get-developers | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Both patches applied, thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-10-19 21:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-17 17:01 [Buildroot] [PATCH 1/2] get-developers: use --cc instead of --to for developers Rahul Bedarkar
2016-10-17 17:01 ` [Buildroot] [PATCH 2/2] openswan: remove duplicate word toolchain from comment Rahul Bedarkar
2016-10-19 21:38 ` [Buildroot] [PATCH 1/2] get-developers: use --cc instead of --to for developers Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox