Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] nodm: uClibc wordexp support is enabled by default
@ 2017-06-27 19:07 Waldemar Brodkorb
  2017-07-01  8:04 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Waldemar Brodkorb @ 2017-06-27 19:07 UTC (permalink / raw)
  To: buildroot

Build tested with Qemu X86 sample.

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
 package/nodm/Config.in | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/package/nodm/Config.in b/package/nodm/Config.in
index 97ce8c3..38171e8 100644
--- a/package/nodm/Config.in
+++ b/package/nodm/Config.in
@@ -4,7 +4,6 @@ config BR2_PACKAGE_NODM
 	depends on (BR2_ENABLE_LOCALE && BR2_USE_WCHAR) # linux-pam
 	depends on !BR2_STATIC_LIBS # linux-pam
 	depends on !BR2_TOOLCHAIN_USES_MUSL # linux-pam
-	depends on !BR2_TOOLCHAIN_USES_UCLIBC # needs wordexp.h
 	depends on BR2_USE_MMU # linux-pam
 	select BR2_PACKAGE_XLIB_LIBX11
 	select BR2_PACKAGE_LINUX_PAM
@@ -19,8 +18,7 @@ config BR2_PACKAGE_NODM
 
 	  https://github.com/spanezz/nodm/
 
-comment "nodm needs a glibc toolchain w/ wchar, locale, dynamic library"
+comment "nodm needs a glibc or uClibc toolchain w/ wchar, locale, dynamic library"
 	depends on BR2_PACKAGE_XORG7
 	depends on !(BR2_ENABLE_LOCALE && BR2_USE_WCHAR) \
-		|| BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL \
-		|| BR2_TOOLCHAIN_USES_UCLIBC
+		|| BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL
-- 
2.1.4

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

* [Buildroot] [PATCH] nodm: uClibc wordexp support is enabled by default
  2017-06-27 19:07 [Buildroot] [PATCH] nodm: uClibc wordexp support is enabled by default Waldemar Brodkorb
@ 2017-07-01  8:04 ` Thomas Petazzoni
  2017-07-02  1:13   ` Ezequiel Garcia
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2017-07-01  8:04 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue, 27 Jun 2017 21:07:43 +0200, Waldemar Brodkorb wrote:
> Build tested with Qemu X86 sample.
> 
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
> ---
>  package/nodm/Config.in | 6 ++----
>  1 file changed, 2 insertions(+), 4 deletions(-)

Applied to master, thanks. The minnowboard_max-graphical_defconfig was
using glibc until now, I guess mainly because of the nodm package not
being available with uClibc. Now that nodm is available with uClibc,
perhaps the minnowboard_max-graphical_defconfig can be changed to use
uClibc ?

Ezequiel ?

Best regards,

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] nodm: uClibc wordexp support is enabled by default
  2017-07-01  8:04 ` Thomas Petazzoni
@ 2017-07-02  1:13   ` Ezequiel Garcia
  0 siblings, 0 replies; 3+ messages in thread
From: Ezequiel Garcia @ 2017-07-02  1:13 UTC (permalink / raw)
  To: buildroot

On 1 July 2017 at 05:04, Thomas Petazzoni
<thomas.petazzoni@free-electrons.com> wrote:
> Hello,
>
> On Tue, 27 Jun 2017 21:07:43 +0200, Waldemar Brodkorb wrote:
>> Build tested with Qemu X86 sample.
>>
>> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
>> ---
>>  package/nodm/Config.in | 6 ++----
>>  1 file changed, 2 insertions(+), 4 deletions(-)
>
> Applied to master, thanks. The minnowboard_max-graphical_defconfig was
> using glibc until now, I guess mainly because of the nodm package not
> being available with uClibc. Now that nodm is available with uClibc,
> perhaps the minnowboard_max-graphical_defconfig can be changed to use
> uClibc ?
>
> Ezequiel ?
>

It's been a while. To be honest, I don't remember the reasons for glibc.
It could be more than just because of nodm, methinks.

Will test and send a patch if we get lucky.
-- 
Ezequiel Garc?a, VanguardiaSur
www.vanguardiasur.com.ar

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

end of thread, other threads:[~2017-07-02  1:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-27 19:07 [Buildroot] [PATCH] nodm: uClibc wordexp support is enabled by default Waldemar Brodkorb
2017-07-01  8:04 ` Thomas Petazzoni
2017-07-02  1:13   ` Ezequiel Garcia

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