From 1b80b363ad9061e5de8a52b53103a3e5bbec234b Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 6 Mar 2011 18:49:59 +0100 Subject: Toolchain: strace: convert to use generic macros Signed-off-by: Abdoulaye Walsimou Gaye --- kconfig/strace.kconfig | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) (limited to 'kconfig') diff --git a/kconfig/strace.kconfig b/kconfig/strace.kconfig index 047679b..b7f31fd 100644 --- a/kconfig/strace.kconfig +++ b/kconfig/strace.kconfig @@ -2,18 +2,19 @@ # Embtoolkit # Copyright(C) 2009-2011 Abdoulaye Walsimou GAYE. All rights reserved. # -# This program is free software; you can distribute it and/or modify it -# under the terms of the GNU General Public License -# (Version 2 or later) published by the Free Software Foundation. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . # -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. ################################################################################ # # \file strace.kconfig @@ -24,6 +25,7 @@ config EMBTK_ROOTFS_HAVE_STRACE depends on EMBTK_HAVE_ROOTFS + select EMBTK_STRACE_PKG_IS_TARBZ2 bool "Have strace in target" help strace is a system call tracer, i.e. a debugging tool which prints out @@ -52,4 +54,9 @@ config EMBTK_STRACE_VERSION_STRING config EMBTK_STRACE_NEED_PATCH bool - +config EMBTK_STRACE_NEED_AUTORECONF + bool +config EMBTK_STRACE_PKG_IS_TARGZ + bool +config EMBTK_STRACE_PKG_IS_TARBZ2 + bool -- cgit v1.2.3