* [Buildroot] [PATCH] pkg-stats: use correct variable names for convert_to_*autotools
@ 2011-10-05 20:34 H Hartley Sweeten
2011-10-05 21:07 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: H Hartley Sweeten @ 2011-10-05 20:34 UTC (permalink / raw)
To: buildroot
The variable convert_to_autotools is not used in the script. The correct
variables are convert_to_target_autotools and convert_to_host_autotools.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
---
diff --git a/support/scripts/pkg-stats b/support/scripts/pkg-stats
index 3e89bd1..30a21f2 100755
--- a/support/scripts/pkg-stats
+++ b/support/scripts/pkg-stats
@@ -71,7 +71,8 @@ tr.correct td {
convert_to_generic_target=0
convert_to_generic_host=0
-convert_to_autotools=0
+convert_to_target_autotools=0
+convert_to_host_autotools=0
total_patch_count=0
cnt=0
for i in $(find package/ -name '*.mk') ; do
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] pkg-stats: use correct variable names for convert_to_*autotools
2011-10-05 20:34 [Buildroot] [PATCH] pkg-stats: use correct variable names for convert_to_*autotools H Hartley Sweeten
@ 2011-10-05 21:07 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2011-10-05 21:07 UTC (permalink / raw)
To: buildroot
>>>>> "H" == H Hartley Sweeten <hartleys@visionengravers.com> writes:
H> The variable convert_to_autotools is not used in the script. The correct
H> variables are convert_to_target_autotools and convert_to_host_autotools.
H> Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-10-05 21:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-05 20:34 [Buildroot] [PATCH] pkg-stats: use correct variable names for convert_to_*autotools H Hartley Sweeten
2011-10-05 21:07 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox