From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] util-linux: do not disable non existing directories
Date: Mon, 20 Oct 2014 23:19:42 +0200 [thread overview]
Message-ID: <20141020231942.58fbd056@free-electrons.com> (raw)
In-Reply-To: <1413834757-7996-1-git-send-email-ps.report@gmx.net>
Dear Peter Seiderer,
On Mon, 20 Oct 2014 21:52:37 +0200, Peter Seiderer wrote:
> Legacy disabled sub directories mount-deprecated and fdisks do not
> longer exist in util-linux-2.25.1 source package.
>
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
> package/util-linux/util-linux.mk | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/package/util-linux/util-linux.mk b/package/util-linux/util-linux.mk
> index ebbab61..7586ab3 100644
> --- a/package/util-linux/util-linux.mk
> +++ b/package/util-linux/util-linux.mk
> @@ -102,9 +102,8 @@ HOST_UTIL_LINUX_CONF_OPTS += \
> ifeq ($(BR2_PACKAGE_UTIL_LINUX_BINARIES),)
> define UTIL_LINUX_DISABLE_TOOLS
> $(SED) '/schedutils/d' -e '/text-utils/d' -e '/term-utils/d' \
> - -e '/login-utils/d' -e '/mount-deprecated/d' \
> - -e '/sys-utils/d' -e '/misc-utils/d' -e '/disk-utils/d' \
> - -e '/fdisks/d' $(@D)/Makefile.am
> + -e '/login-utils/d' -e '/sys-utils/d' -e '/misc-utils/d' \
> + -e '/disk-utils/d' $(@D)/Makefile.am
> endef
> UTIL_LINUX_PRE_PATCH_HOOKS += UTIL_LINUX_DISABLE_TOOLS
> endif
I haven't looked at the details, but can't we use
--disable-all-programs, like we do for the host variant of util-linux ?
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2014-10-20 21:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-20 19:52 [Buildroot] [PATCH] util-linux: do not disable non existing directories Peter Seiderer
2014-10-20 21:19 ` Thomas Petazzoni [this message]
2014-10-20 21:30 ` Peter Seiderer
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=20141020231942.58fbd056@free-electrons.com \
--to=thomas.petazzoni@free-electrons.com \
--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