All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] enlightment: xtensa workaround no longer required
@ 2015-06-26 18:41 Waldemar Brodkorb
  2015-06-28 12:26 ` Thomas Petazzoni
  2015-07-10 18:32 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Waldemar Brodkorb @ 2015-06-26 18:41 UTC (permalink / raw)
  To: buildroot

With the update to uClibc-ng 1.0.3, this is no longer needed,
as the problem is fixed upstream.

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
 package/enlightenment/enlightenment.mk |    5 -----
 1 file changed, 5 deletions(-)

diff --git a/package/enlightenment/enlightenment.mk b/package/enlightenment/enlightenment.mk
index ac15642..ddebe06 100644
--- a/package/enlightenment/enlightenment.mk
+++ b/package/enlightenment/enlightenment.mk
@@ -34,11 +34,6 @@ ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC)$(BR2_powerpc)$(BR2_sparc),yy)
 ENLIGHTENMENT_CONF_ENV += ac_cv_header_sys_ptrace_h=no
 endif
 
-# uClibc-ng has an old incomplete sys/ptrace.h for xtensa
-ifeq ($(BR2_UCLIBC_VERSION_NG)$(BR2_xtensa),yy)
-ENLIGHTENMENT_CONF_ENV += ac_cv_header_sys_ptrace_h=no
-endif
-
 # alsa backend needs mixer support
 ifeq ($(BR2_PACKAGE_ALSA_LIB)$(BR2_PACKAGE_ALSA_LIB_MIXER),yy)
 ENLIGHTENMENT_DEPENDENCIES += alsa-lib
-- 
1.7.10.4

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

* [Buildroot] [PATCH] enlightment: xtensa workaround no longer required
  2015-06-26 18:41 [Buildroot] [PATCH] enlightment: xtensa workaround no longer required Waldemar Brodkorb
@ 2015-06-28 12:26 ` Thomas Petazzoni
  2015-07-10 18:32 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2015-06-28 12:26 UTC (permalink / raw)
  To: buildroot

Dear Waldemar Brodkorb,

On Fri, 26 Jun 2015 20:41:50 +0200, Waldemar Brodkorb wrote:
> With the update to uClibc-ng 1.0.3, this is no longer needed,
> as the problem is fixed upstream.
> 
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>

We have an external Xtensa toolchain in the autobuilders, see
http://autobuild.buildroot.org/toolchains/configs/br-xtensa-full.config.
It has been built with Buildroot 2015.05, so I believe it was already
using uClibc-ng. Can you just confirm that this package builds fine
with this toolchain?

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] enlightment: xtensa workaround no longer required
  2015-06-26 18:41 [Buildroot] [PATCH] enlightment: xtensa workaround no longer required Waldemar Brodkorb
  2015-06-28 12:26 ` Thomas Petazzoni
@ 2015-07-10 18:32 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2015-07-10 18:32 UTC (permalink / raw)
  To: buildroot

Dear Waldemar Brodkorb,

On Fri, 26 Jun 2015 20:41:50 +0200, Waldemar Brodkorb wrote:
> With the update to uClibc-ng 1.0.3, this is no longer needed,
> as the problem is fixed upstream.
> 
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
> ---
>  package/enlightenment/enlightenment.mk |    5 -----
>  1 file changed, 5 deletions(-)

Since my comment, all Buildroot external toolchains have been rebuilt,
so: applied, 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:[~2015-07-10 18:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-26 18:41 [Buildroot] [PATCH] enlightment: xtensa workaround no longer required Waldemar Brodkorb
2015-06-28 12:26 ` Thomas Petazzoni
2015-07-10 18:32 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.