* [Buildroot] [PATCH] util-linux: do not disable non existing directories @ 2014-10-20 19:52 Peter Seiderer 2014-10-20 21:19 ` Thomas Petazzoni 0 siblings, 1 reply; 3+ messages in thread From: Peter Seiderer @ 2014-10-20 19:52 UTC (permalink / raw) To: buildroot 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 -- 1.8.1.4 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] util-linux: do not disable non existing directories 2014-10-20 19:52 [Buildroot] [PATCH] util-linux: do not disable non existing directories Peter Seiderer @ 2014-10-20 21:19 ` Thomas Petazzoni 2014-10-20 21:30 ` Peter Seiderer 0 siblings, 1 reply; 3+ messages in thread From: Thomas Petazzoni @ 2014-10-20 21:19 UTC (permalink / raw) To: buildroot 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 ^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] util-linux: do not disable non existing directories 2014-10-20 21:19 ` Thomas Petazzoni @ 2014-10-20 21:30 ` Peter Seiderer 0 siblings, 0 replies; 3+ messages in thread From: Peter Seiderer @ 2014-10-20 21:30 UTC (permalink / raw) To: buildroot Hello Thomas, > Gesendet: Montag, 20. Oktober 2014 um 23:19 Uhr > Von: "Thomas Petazzoni" <thomas.petazzoni@free-electrons.com> > An: "Peter Seiderer" <ps.report@gmx.net> > Cc: buildroot at busybox.net > Betreff: Re: [Buildroot] [PATCH] util-linux: do not disable non existing directories > > 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 ? Will take a look at it...., but needs some time... Regards, Peter > > Thanks, > > Thomas > -- > Thomas Petazzoni, CTO, Free Electrons > Embedded Linux, Kernel and Android engineering > http://free-electrons.com > ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-10-20 21:30 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-10-20 19:52 [Buildroot] [PATCH] util-linux: do not disable non existing directories Peter Seiderer 2014-10-20 21:19 ` Thomas Petazzoni 2014-10-20 21:30 ` Peter Seiderer
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox