summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-16 16:00:34 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-16 16:03:46 +0100
commit382870266c468a8abbe87cc3e96d07292abac64f (patch)
tree79436f9b9727178a6d816369bf91b5d0972a19c0 /kconfig
parent76d0e62a677a2ba4823ddc82ff884ed58f0588c0 (diff)
downloadembtoolkit-382870266c468a8abbe87cc3e96d07292abac64f.tar.gz
embtoolkit-382870266c468a8abbe87cc3e96d07292abac64f.tar.bz2
embtoolkit-382870266c468a8abbe87cc3e96d07292abac64f.tar.xz
build system: move fakeroot under packages/htools/
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/fakeroot.kconfig43
1 files changed, 0 insertions, 43 deletions
diff --git a/kconfig/fakeroot.kconfig b/kconfig/fakeroot.kconfig
deleted file mode 100644
index 66750eb..0000000
--- a/kconfig/fakeroot.kconfig
+++ /dev/null
@@ -1,43 +0,0 @@
-################################################################################
-# Embtoolkit
-# Copyright(C) 2011-2013 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
- default y
- help
- fakeroot for host tools.
-
-config EMBTK_FAKEROOT_VERSION_STRING
- string
- default "1.18.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