Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 5/7] util-linux: add host variant for host-lttng-babeltrace
Date: Thu, 12 Jan 2012 23:12:13 +0100	[thread overview]
Message-ID: <201201122312.13965.arnout@mind.be> (raw)
In-Reply-To: <11bbfa19e9391b673b8ce8d76156a8b8871eb970.1324547779.git.thomas.petazzoni@free-electrons.com>

On Thursday 22 December 2011 10:57:21 Thomas Petazzoni wrote:
> lttng-babeltrace needs libuuid, which is provided by util-linux, and
> since we want to build lttng-babeltrace for the host, we need to build
> libuuid for the host. It's a shame that libuuid is part of such a big
> package as util-linux.
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> ---
>  package/util-linux/util-linux.mk |    9 +++++++++
>  1 files changed, 9 insertions(+), 0 deletions(-)
> 
> diff --git a/package/util-linux/util-linux.mk b/package/util-linux/util-linux.mk
> index a3d6e13..6bffc2c 100644
> --- a/package/util-linux/util-linux.mk
> +++ b/package/util-linux/util-linux.mk
> @@ -67,7 +67,16 @@ UTIL_LINUX_CONF_OPT += \
>  	$(if $(BR2_PACKAGE_UTIL_LINUX_LOGIN_UTILS),--enable-login-utils) \
>  	$(if $(BR2_PACKAGE_UTIL_LINUX_WRITE),--enable-write)
>  
> +HOST_UTIL_LINUX_CONF_OPT += \
> +	--enable-libuuid \
> +	--disable-mount --disable-fsck --disable-libmount \
> +	--disable-uuidd --disable-libblkid --disable-agetty \
> +	--disable-cramfs --disable-switch_root --disable-pivot_root \
> +	--disable-fallocate --disable-unshare --disable-rename \
> +	--disable-schedutils --disable-wall --disable-partx
> +

 I would put (part of) the comment of the commit message right here in the
mk file.  Else, two years down the road someone will look at this and wonder
what the hell is going on...

 Regards,
 Arnout


>  $(eval $(call AUTOTARGETS))
> +$(eval $(call AUTOTARGETS,host))
>  
>  # MKINSTALLDIRS comes from tweaked m4/nls.m4, but autoreconf uses staging
>  # one, so it disappears
> 

-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

  reply	other threads:[~2012-01-12 22:12 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-22  9:57 [Buildroot] [pull request v2] Pull request for branch for-2012.02/lttng Thomas Petazzoni
2011-12-22  9:57 ` [Buildroot] [PATCH 1/7] liburcu: new package Thomas Petazzoni
2011-12-22  9:57 ` [Buildroot] [PATCH 2/7] lttng-modules: " Thomas Petazzoni
2011-12-22 13:03   ` Thomas De Schampheleire
2011-12-22 13:16     ` Thomas Petazzoni
2012-01-12 22:05       ` Arnout Vandecappelle
2011-12-22  9:57 ` [Buildroot] [PATCH 3/7] lttng-tools: " Thomas Petazzoni
2011-12-22  9:57 ` [Buildroot] [PATCH 4/7] popt: add host variant for host-lttng-babeltrace Thomas Petazzoni
2011-12-22  9:57 ` [Buildroot] [PATCH 5/7] util-linux: " Thomas Petazzoni
2012-01-12 22:12   ` Arnout Vandecappelle [this message]
2012-01-13  8:23     ` Thomas Petazzoni
2011-12-22  9:57 ` [Buildroot] [PATCH 6/7] lttng-babeltrace: new package Thomas Petazzoni
2011-12-22  9:57 ` [Buildroot] [PATCH 7/7] lttng-libust: " Thomas Petazzoni
  -- strict thread matches above, loose matches on Subject: below --
2011-12-21 22:30 [Buildroot] [pull request] Pull request for branch for-2012.02/lttng Thomas Petazzoni
2011-12-21 22:30 ` [Buildroot] [PATCH 5/7] util-linux: add host variant for host-lttng-babeltrace Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201201122312.13965.arnout@mind.be \
    --to=arnout@mind.be \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox