All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/3] lua-periphery: bump version to 1.0.5, remove dependency on c-periphery
Date: Wed, 8 Jul 2015 15:19:47 +0200	[thread overview]
Message-ID: <20150708151947.015af64d@free-electrons.com> (raw)
In-Reply-To: <1432769173-30319-1-git-send-email-vsergeev@gmail.com>

Dear Vanya Sergeev,

On Wed, 27 May 2015 16:26:11 -0700, Vanya Sergeev wrote:
> The new version of the lua-periphery LuaRocks package handles fetching the
> c-periphery dependency, so that it no longer needs to be cloned during the
> lua-periphery build process. Consequently, this removes the need for selecting
> c-periphery as a package dependency in buildroot and the need for the patches
> that modify lua-periphery to be built against an external c-periphery.
> 
> Signed-off-by: Vanya Sergeev <vsergeev@gmail.com>
> ---
>  ...01-Makefile-don-t-clone-build-c-periphery.patch | 32 --------
>  package/lua-periphery/0002-Fix-include-paths.patch | 89 ----------------------
>  package/lua-periphery/Config.in                    |  1 -
>  package/lua-periphery/lua-periphery.mk             |  4 +-
>  4 files changed, 2 insertions(+), 124 deletions(-)
>  delete mode 100644 package/lua-periphery/0001-Makefile-don-t-clone-build-c-periphery.patch
>  delete mode 100644 package/lua-periphery/0002-Fix-include-paths.patch

I've applied, after fixing the dependency as noticed by Baruch. I also
had to add a patch to make lua-periphery build properly with uClibc:
-std=c99 -D_DEFAULT_SOURCE doesn't work well with uClibc, since it
hides the struct timespec and nanosleep() definitions from <time.h>.
Replaced by -std=gnu99.

See
http://git.buildroot.net/buildroot/commit/?id=bdebcd39025bd6413d920b4993f7f70a94934387

Maybe you should look into this and merge a fix upstream?

Thanks a lot!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

      parent reply	other threads:[~2015-07-08 13:19 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-27 23:26 [Buildroot] [PATCH 1/3] lua-periphery: bump version to 1.0.5, remove dependency on c-periphery Vanya Sergeev
2015-05-27 23:26 ` [Buildroot] [PATCH 2/3] lua-periphery: add hash file Vanya Sergeev
2015-07-08 13:36   ` Thomas Petazzoni
2015-05-27 23:26 ` [Buildroot] [PATCH 3/3] c-periphery: bump version to 1.0.3 Vanya Sergeev
2015-07-08 13:40   ` Thomas Petazzoni
2015-05-28  3:41 ` [Buildroot] [PATCH 1/3] lua-periphery: bump version to 1.0.5, remove dependency on c-periphery Baruch Siach
2015-05-28  6:22   ` [Buildroot] [PATCH v2 1/1] " Vanya Sergeev
2015-07-08 13:19 ` Thomas Petazzoni [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=20150708151947.015af64d@free-electrons.com \
    --to=thomas.petazzoni@free-electrons.com \
    --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 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.