From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtprelay03.ispgateway.de ([80.67.31.26]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1SN32m-0004eL-DW for ptxdist@pengutronix.de; Wed, 25 Apr 2012 16:18:09 +0200 From: Bernhard Walle Date: Wed, 25 Apr 2012 16:18:01 +0200 Message-Id: <1335363483-19730-1-git-send-email-bernhard@bwalle.de> Subject: [ptxdist] [PATCH 1/3] 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 | 6 ++++++ rules/host-parted.make | 25 +++++++++++++++++++++++++ 3 files changed, 32 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..8f8f038 --- /dev/null +++ b/rules/host-parted.in @@ -0,0 +1,6 @@ +## SECTION=hosttools_noprompt + +config HOST_PARTED + bool + default ALLYES + select HOST_LIBUUID diff --git a/rules/host-parted.make b/rules/host-parted.make new file mode 100644 index 0000000..0a10a4e --- /dev/null +++ b/rules/host-parted.make @@ -0,0 +1,25 @@ +# -*-makefile-*- +# +# Copyright (C) 2012 by Bernhard Walle +# +# 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 + +# +# autoconf +# +HOST_PARTED_CONF_TOOL := autoconf +HOST_PARTED_CONF_OPT := $(HOST_AUTOCONF) \ + --disable-device-mapper \ + --without-readline \ + --disable-Werror + +# vim: syntax=make -- 1.7.10 -- ptxdist mailing list ptxdist@pengutronix.de