Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Baruch Siach <baruch@tkos.co.il>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] uclibc-ng: fix parallel build issue for arm/xtensa when LOCALE support is enabled
Date: Tue, 30 Jun 2015 06:43:36 +0300	[thread overview]
Message-ID: <20150630034336.GX3250@tarshish> (raw)
In-Reply-To: <20150630033918.GA7376@waldemar-brodkorb.de>

Hi Waldemar,

On Tue, Jun 30, 2015 at 05:39:18AM +0200, Waldemar Brodkorb wrote:
> This patch should fix any parallel build issues found
> by autobuilder lately, f.e.:
> http://autobuild.buildroot.net/results/43dd5c5da0d003b654fd252c989d49c2e5872827/
> http://autobuild.buildroot.net/results/cfb438f933ff7385d612d65798b0b8ed833a6476/
> and many more.
> Will be committed upstream, if autobuilders are working.
> 
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
> ---
> Locale/iconv support will be reworked in uClibc-ng 1.1.x.
> ---
>  package/uclibc/1.0.3/0002-fix-parallel-build.patch |   19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)
>  create mode 100644 package/uclibc/1.0.3/0002-fix-parallel-build.patch
> 
> diff --git a/package/uclibc/1.0.3/0002-fix-parallel-build.patch b/package/uclibc/1.0.3/0002-fix-parallel-build.patch
> new file mode 100644
> index 0000000..f99a1e4
> --- /dev/null
> +++ b/package/uclibc/1.0.3/0002-fix-parallel-build.patch
> @@ -0,0 +1,19 @@
> +fix parallel build if UCLIBC_HAS_LOCALE is enabled for arm/xtensa

Your sign off is missing here.

baruch

> + 
> +diff -Nur uClibc-ng-1.0.3.orig/Makefile.in uClibc-ng-1.0.3/Makefile.in
> +--- uClibc-ng-1.0.3.orig/Makefile.in	2015-06-13 20:26:56.000000000 +0200
> ++++ uClibc-ng-1.0.3/Makefile.in	2015-06-29 20:23:26.000000000 +0200
> +@@ -183,11 +183,12 @@
> + headers-y += $(target-headers-sysdep)
> + 
> + headers: $(top_builddir)include/bits/uClibc_config.h | subdirs
> ++	$(Q)$(if $(UCLIBC_HAS_LOCALE),$(MAKE) -C extra/locale locale_headers)
> ++
> + subdirs: $(addprefix $(top_builddir),$(subdirs))
> + 
> + $(pregen-headers-y): $(headers_dep)
> + pregen: headers $(pregen-headers-y) $(headers_dep)
> +-	$(Q)$(if $(UCLIBC_HAS_LOCALE),$(MAKE) -C extra/locale locale_headers)
> + 
> + $(top_builddir)include/bits/sysnum.h: $(top_srcdir)extra/scripts/gen_bits_syscall_h.sh | $(top_builddir)include/bits
> + 	@$(disp_gen)

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

      reply	other threads:[~2015-06-30  3:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-30  3:39 [Buildroot] [PATCH] uclibc-ng: fix parallel build issue for arm/xtensa when LOCALE support is enabled Waldemar Brodkorb
2015-06-30  3:43 ` Baruch Siach [this message]

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=20150630034336.GX3250@tarshish \
    --to=baruch@tkos.co.il \
    --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