summaryrefslogtreecommitdiff
path: root/mk
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 /mk
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 'mk')
-rw-r--r--mk/fakeroot.mk42
-rw-r--r--mk/packages.mk3
-rw-r--r--mk/rootfs/rootfs.mk2
3 files changed, 1 insertions, 46 deletions
diff --git a/mk/fakeroot.mk b/mk/fakeroot.mk
deleted file mode 100644
index c1c39a3..0000000
--- a/mk/fakeroot.mk
+++ /dev/null
@@ -1,42 +0,0 @@
-################################################################################
-# Embtoolkit
-# Copyright(C) 2009-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.mk
-# \brief fakeroot.mk of Embtoolkit. fakeroot helps building root
-# \brief filesystem, without the need to be root.
-# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
-# \date June 2009
-################################################################################
-
-FAKEROOT_NAME := fakeroot
-FAKEROOT_VERSION := $(call embtk_get_pkgversion,fakeroot)
-FAKEROOT_SITE := http://ftp.debian.org/debian/pool/main/f/fakeroot
-FAKEROOT_SITE_MIRROR3 := ftp://ftp.embtoolkit.org/embtoolkit.org/packages-mirror
-FAKEROOT_PACKAGE := fakeroot_$(FAKEROOT_VERSION).orig.tar.bz2
-FAKEROOT_SRC_DIR := $(embtk_toolsb)/fakeroot-$(FAKEROOT_VERSION)
-FAKEROOT_BUILD_DIR := $(embtk_toolsb)/fakeroot-build
-
-# fakeroot binaries and env
-FAKEROOT_BIN := $(embtk_htools)/usr/bin/fakeroot
-FAKEROOT_ENV_FILE := $(EMBTK_ROOT)/.fakeroot.001
-export FAKEROOT_BIN FAKEROOT_ENV_FILE
-
-define embtk_install_fakeroot
- $(call __embtk_install_hostpkg,fakeroot)
-endef
diff --git a/mk/packages.mk b/mk/packages.mk
index a59cb7d..22be323 100644
--- a/mk/packages.mk
+++ b/mk/packages.mk
@@ -29,9 +29,6 @@ HOSTTOOLS_COMPONENTS-y := mkimage_install pkgconf_install
# Common include for target and host
#
-# fakeroot
-include mk/fakeroot.mk
-
# gperf
include mk/gperf_host.mk
HOSTTOOLS_COMPONENTS-$(CONFIG_EMBTK_HOST_HAVE_GPERF) += gperf_host_install
diff --git a/mk/rootfs/rootfs.mk b/mk/rootfs/rootfs.mk
index d5b1c70..ed8f9b8 100644
--- a/mk/rootfs/rootfs.mk
+++ b/mk/rootfs/rootfs.mk
@@ -33,7 +33,7 @@ ROOTFS_TARBZ2 := rootfs-$(GNU_TARGET)-$(EMBTK_MCU_FLAG)-$(embtk_clib).tar.bz2
ROOTFS_SQUASHFS := $(embtk_generated)/rootfs-$(GNU_TARGET)-$(EMBTK_MCU_FLAG)-$(embtk_clib).squashfs
ROOTFS_INITRAMFS := $(embtk_generated)/rootfs-$(GNU_TARGET)-$(EMBTK_MCU_FLAG)-$(embtk_clib).initramfs
-HOSTTOOLS_COMPONENTS-y += makedevs_install fakeroot_install
+HOSTTOOLS_COMPONENTS-y += makedevs_install
HOSTTOOLS_COMPONENTS-$(CONFIG_EMBTK_ROOTFS_HAVE_JFFS2) += mtdutils_host_install
HOSTTOOLS_COMPONENTS-$(CONFIG_EMBTK_ROOTFS_HAVE_SQUASHFS) += squashfs_tools_install