summaryrefslogtreecommitdiff
path: root/packages/misc
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-01-30 22:53:45 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-01-30 22:53:45 +0100
commited1ed9bf360c8dbca99e549ba29c48f5e63f3ee9 (patch)
tree4baaa762336d95505a505b1640320c448f4a7900 /packages/misc
parent64242f6f2b4b80b8756e2dffc8ad302b7bcaf5ae (diff)
downloadembtoolkit-ed1ed9bf360c8dbca99e549ba29c48f5e63f3ee9.tar.gz
embtoolkit-ed1ed9bf360c8dbca99e549ba29c48f5e63f3ee9.tar.bz2
embtoolkit-ed1ed9bf360c8dbca99e549ba29c48f5e63f3ee9.tar.xz
Toolchain: eglibc: build gperf for when eglibc EGLIBC_LOCALE_CODE is selected
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages/misc')
-rw-r--r--packages/misc/gperf/gperf.kconfig2
-rw-r--r--packages/misc/gperf/gperf.mk14
-rw-r--r--packages/misc/misc.kconfig1
-rw-r--r--packages/misc/misc.mk6
4 files changed, 2 insertions, 21 deletions
diff --git a/packages/misc/gperf/gperf.kconfig b/packages/misc/gperf/gperf.kconfig
index a099ea4..1304a43 100644
--- a/packages/misc/gperf/gperf.kconfig
+++ b/packages/misc/gperf/gperf.kconfig
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2011 Abdoulaye Walsimou GAYE.
+# 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
diff --git a/packages/misc/gperf/gperf.mk b/packages/misc/gperf/gperf.mk
index 9c68cbd..cfbbf74 100644
--- a/packages/misc/gperf/gperf.mk
+++ b/packages/misc/gperf/gperf.mk
@@ -45,17 +45,3 @@ GPERF_CONFIGURE_ENV :=
GPERF_CONFIGURE_OPTS :=
GPERF_DEPS :=
-
-#
-# gperf for for host
-#
-GPERF_HOST_NAME := $(GPERF_NAME)
-GPERF_HOST_VERSION := $(GPERF_VERSION)
-GPERF_HOST_SITE := $(GPERF_SITE)
-GPERF_HOST_SITE_MIRROR1 := $(GPERF_SITE_MIRROR1)
-GPERF_HOST_SITE_MIRROR2 := $(GPERF_SITE_MIRROR2)
-GPERF_HOST_SITE_MIRROR3 := $(GPERF_SITE_MIRROR3)
-GPERF_HOST_PACKAGE := $(GPERF_PACKAGE)
-GPERF_HOST_SRC_DIR := $(TOOLS_BUILD)/gperf-$(GPERF_VERSION)
-GPERF_HOST_BUILD_DIR := $(TOOLS_BUILD)/gperf-$(GPERF_VERSION)
-
diff --git a/packages/misc/misc.kconfig b/packages/misc/misc.kconfig
index 1c00f69..972b834 100644
--- a/packages/misc/misc.kconfig
+++ b/packages/misc/misc.kconfig
@@ -26,7 +26,6 @@
source packages/misc/expat/expat.kconfig
source packages/misc/gettext/gettext.kconfig
source packages/misc/glib/glib.kconfig
-source packages/misc/gperf/gperf.kconfig
source packages/misc/intltool/intltool.kconfig
source packages/misc/libelf/libelf.kconfig
source packages/misc/libxml/libxml.kconfig
diff --git a/packages/misc/misc.mk b/packages/misc/misc.mk
index 6944fd9..3f7c999 100644
--- a/packages/misc/misc.mk
+++ b/packages/misc/misc.mk
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2010-2011 Abdoulaye Walsimou GAYE.
+# Copyright(C) 2010-2012 Abdoulaye Walsimou GAYE.
#
# This program is free software; you can distribute it and/or modify it
# under the terms of the GNU General Public License
@@ -36,10 +36,6 @@ include $(EMBTK_ROOT)/packages/misc/glib/glib.mk
ROOTFS_COMPONENTS-$(CONFIG_EMBTK_HAVE_GLIB) += glib_install
HOSTTOOLS_COMPONENTS-$(CONFIG_EMBTK_HOST_HAVE_GLIB) += glib_host_install
-#gperf
-include $(EMBTK_ROOT)/packages/misc/gperf/gperf.mk
-HOSTTOOLS_COMPONENTS-$(CONFIG_EMBTK_HOST_HAVE_GPERF) += gperf_host_install
-
# intltool
include $(EMBTK_ROOT)/packages/misc/intltool/intltool.mk
HOSTTOOLS_COMPONENTS-$(CONFIG_EMBTK_HOST_HAVE_INTLTOOL) += intltool_host_install