Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] efivar: fix comment after uClibc compatibility patch
@ 2016-12-05 23:07 Erico Nunes
  2016-12-05 23:07 ` [Buildroot] [PATCH 1/1] gcc: fix powerpc64le arch config name Erico Nunes
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Erico Nunes @ 2016-12-05 23:07 UTC (permalink / raw)
  To: buildroot

uClibc support was recently added to efivar through a small
compatibility patch.
This commit updates a comment in the efivar recipe to reflect this, as
we no longer have glibc as the only supported C library.

Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/efivar/efivar.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/efivar/efivar.mk b/package/efivar/efivar.mk
index 913322e..84735b8 100644
--- a/package/efivar/efivar.mk
+++ b/package/efivar/efivar.mk
@@ -12,8 +12,8 @@ EFIVAR_DEPENDENCIES = popt
 EFIVAR_INSTALL_STAGING = YES
 
 # BINTARGETS is set to skip efivar-static which requires static popt,
-# and since we depend on glibc, we will never be built in a
-# static-only environment.
+# and since we depend on dynamic libraries, efivar will never be built
+# in a static-only environment.
 # -fPIC is needed at least on MIPS, otherwise fails to build shared
 # -library.
 EFIVAR_MAKE_OPTS = \
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-12-07 22:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-05 23:07 [Buildroot] [PATCH 1/3] efivar: fix comment after uClibc compatibility patch Erico Nunes
2016-12-05 23:07 ` [Buildroot] [PATCH 1/1] gcc: fix powerpc64le arch config name Erico Nunes
2016-12-06 21:58   ` Peter Korsgaard
2016-12-05 23:07 ` [Buildroot] [PATCH 2/3] efivar: introduce BR2_PACKAGE_EFIVAR_ARCH_SUPPORTS Erico Nunes
2016-12-05 23:07 ` [Buildroot] [PATCH 3/3] efibootmgr: depends on wchar Erico Nunes
2016-12-07 22:48   ` Thomas Petazzoni
2016-12-07 22:47 ` [Buildroot] [PATCH 1/3] efivar: fix comment after uClibc compatibility patch Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox