summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-03-27 16:31:28 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-03-27 16:31:28 +0200
commita395c878b57bc58f0ae8d007a1c6b59bc1d4d84e (patch)
treec403dc1e9065710cacb02585d1b9bc7f520c49f4 /kconfig
parent4db0c2f319dee161d3d68f6148d573a218337398 (diff)
downloadembtoolkit-a395c878b57bc58f0ae8d007a1c6b59bc1d4d84e.tar.gz
embtoolkit-a395c878b57bc58f0ae8d007a1c6b59bc1d4d84e.tar.bz2
embtoolkit-a395c878b57bc58f0ae8d007a1c6b59bc1d4d84e.tar.xz
Host tools: fakeroot: convert to use generic macros
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/fakeroot.kconfig44
-rw-r--r--kconfig/toolchain.kconfig5
2 files changed, 49 insertions, 0 deletions
diff --git a/kconfig/fakeroot.kconfig b/kconfig/fakeroot.kconfig
new file mode 100644
index 0000000..e019315
--- /dev/null
+++ b/kconfig/fakeroot.kconfig
@@ -0,0 +1,44 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2011 Abdoulaye Walsimou GAYE.
+#
+# 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 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 <http://www.gnu.org/licenses/>.
+#
+################################################################################
+#
+# \file fakeroot.kconfig
+# \brief fakeroot.kconfig of Embtoolkit.
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date March 2011
+################################################################################
+
+config EMBTK_HAVE_FAKEROOT
+ bool
+ select EMBTK_FAKEROOT_PKG_IS_TARGZ
+ default y
+ help
+ fakeroot for host tools.
+
+config EMBTK_FAKEROOT_VERSION_STRING
+ string
+ default "1.12.4"
+
+config EMBTK_FAKEROOT_NEED_PATCH
+ bool
+config EMBTK_FAKEROOT_NEED_AUTORECONF
+ bool
+config EMBTK_FAKEROOT_PKG_IS_TARGZ
+ bool
+config EMBTK_FAKEROOT_PKG_IS_TARBZ2
+ bool
diff --git a/kconfig/toolchain.kconfig b/kconfig/toolchain.kconfig
index d577acc..86f7259 100644
--- a/kconfig/toolchain.kconfig
+++ b/kconfig/toolchain.kconfig
@@ -90,3 +90,8 @@ source kconfig/automake.kconfig
# pkg-config
#
source kconfig/pkgconfig.kconfig
+
+#
+# fakeroot
+#
+source kconfig/fakeroot.kconfig