From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from moutng.kundenserver.de ([212.227.17.8]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1SHcfa-0001Zy-KG for ptxdist@pengutronix.de; Tue, 10 Apr 2012 17:07:56 +0200 From: Bernhard Walle Date: Tue, 10 Apr 2012 17:03:40 +0200 Message-Id: <1334070221-2565-1-git-send-email-bernhard@bwalle.de> In-Reply-To: <20120410125408.GB19975@regiomontanus.bwalle.de> References: <20120410125408.GB19975@regiomontanus.bwalle.de> Subject: [ptxdist] [PATCH v2 1/2] Add host-parted Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Cc: Bernhard Walle Signed-off-by: Bernhard Walle --- platforms/hosttools.in | 1 + rules/host-parted.in | 8 ++++++++ rules/host-parted.make | 38 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 47 insertions(+) create mode 100644 rules/host-parted.in create mode 100644 rules/host-parted.make diff --git a/platforms/hosttools.in b/platforms/hosttools.in index e9ce0fc..10d05e8 100644 --- a/platforms/hosttools.in +++ b/platforms/hosttools.in @@ -18,6 +18,7 @@ source "rules/host-mkelfImage.in" source "rules/host-mtd-utils.in" source "rules/host-mtools.in" source "rules/host-openssl.in" +source "rules/host-parted.in" source "rules/host-squashfs-tools.in" source "rules/host-u-boot-tools.in" source "rules/host-util-linux-ng.in" diff --git a/rules/host-parted.in b/rules/host-parted.in new file mode 100644 index 0000000..d150ffd --- /dev/null +++ b/rules/host-parted.in @@ -0,0 +1,8 @@ +## SECTION=hosttools_noprompt + +config HOST_PARTED + bool + default ALLYES + help + The well-known parted program + diff --git a/rules/host-parted.make b/rules/host-parted.make new file mode 100644 index 0000000..9655f5d --- /dev/null +++ b/rules/host-parted.make @@ -0,0 +1,38 @@ +# -*-makefile-*- +# +# Copyright (C) 2006 by Robert Schwebel +# 2009 by Marc Kleine-Budde +# +# See CREDITS for details about who has contributed to this project. +# +# For further information about the PTXdist project and license conditions +# see the README file. +# + +# +# We provide this package +# +HOST_PACKAGES-$(PTXCONF_HOST_PARTED) += host-parted + +# +# Paths and names +# +HOST_PARTED = $(PARTED) +HOST_PARTED_DIR = $(HOST_BUILDDIR)/$(HOST_PARTED) + +# ---------------------------------------------------------------------------- +# Prepare +# ---------------------------------------------------------------------------- + +HOST_PARTED_ENV := $(HOST_ENV) + +# +# autoconf +# +HOST_PARTED_AUTOCONF := $(HOST_AUTOCONF) \ + --disable-device-mapper \ + --disable-Werror + +HOST_PARTED_INSTALL_OPT := install + +# vim: syntax=make -- 1.7.10 -- ptxdist mailing list ptxdist@pengutronix.de