From e684cecbfa9c01ed8b7494e4b294c8b6b303747e Mon Sep 17 00:00:00 2001 From: H Hartley Sweeten Date: Wed, 5 Oct 2011 15:34:59 -0500 Subject: pkg-stats: use correct variable names for convert_to_*autotools 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 Signed-off-by: Peter Korsgaard --- support/scripts/pkg-stats | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'support') diff --git a/support/scripts/pkg-stats b/support/scripts/pkg-stats index 3e89bd14b..30a21f20f 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 -- cgit v1.2.3