summaryrefslogtreecommitdiff
path: root/core/mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-25 20:47:09 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-25 20:51:35 +0100
commit1c184aff456c29c1cc6b97c9b089da7d0898e632 (patch)
tree7d40d86753c4db3cf8cce7dea64fc7b873e58f38 /core/mk
parent59c92e851303bec7834d33ee1fbef321a32abbc9 (diff)
downloadembtoolkit-1c184aff456c29c1cc6b97c9b089da7d0898e632.tar.gz
embtoolkit-1c184aff456c29c1cc6b97c9b089da7d0898e632.tar.bz2
embtoolkit-1c184aff456c29c1cc6b97c9b089da7d0898e632.tar.xz
Host tools: move gperf to packages/htools/
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'core/mk')
-rw-r--r--core/mk/gperf_host.mk35
-rw-r--r--core/mk/packages.mk4
2 files changed, 0 insertions, 39 deletions
diff --git a/core/mk/gperf_host.mk b/core/mk/gperf_host.mk
deleted file mode 100644
index f4ab8c9..0000000
--- a/core/mk/gperf_host.mk
+++ /dev/null
@@ -1,35 +0,0 @@
-################################################################################
-# Embtoolkit
-# Copyright(C) 2011-2012 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 gperf_host.mk
-# \brief gperf_host.mk of Embtoolkit
-# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
-# \date June 2011
-################################################################################
-
-GPERF_HOST_NAME := gperf
-GPERF_HOST_VERSION := $(call embtk_get_pkgversion,gperf_host)
-GPERF_HOST_SITE := http://ftp.gnu.org/gnu/gperf
-GPERF_HOST_PACKAGE := gperf-$(GPERF_HOST_VERSION).tar.gz
-GPERF_HOST_SRC_DIR := $(embtk_toolsb)/gperf-$(GPERF_HOST_VERSION)
-GPERF_HOST_BUILD_DIR := $(embtk_toolsb)/gperf-$(GPERF_HOST_VERSION)
-
-define embtk_cleanup_gperf_host
- rm -rf $(GPERF_HOST_BUILD_DIR)
-endef
diff --git a/core/mk/packages.mk b/core/mk/packages.mk
index c97cacd..5a2fef1 100644
--- a/core/mk/packages.mk
+++ b/core/mk/packages.mk
@@ -31,10 +31,6 @@ HOSTTOOLS_COMPONENTS-y := mkimage_install
#
include packages/htools/hosttools-buildopts.mk
-# gperf
-include core/mk/gperf_host.mk
-HOSTTOOLS_COMPONENTS-$(CONFIG_EMBTK_HOST_HAVE_GPERF) += gperf_host_install
-
# libelf
include packages/misc/libelf/libelf.mk
ROOTFS_COMPONENTS-$(CONFIG_EMBTK_HAVE_LIBELF) += libelf_install