From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [pkg-luarocks 3/6] pkg-luarocks: regen packages with external dependencies
Date: Wed, 18 Sep 2019 09:35:01 +0200 [thread overview]
Message-ID: <20190918093501.5b91d097@windsurf> (raw)
In-Reply-To: <20190918061915.31250-3-francois.perrad@gadz.org>
On Wed, 18 Sep 2019 08:19:12 +0200
Francois Perrad <fperrad@gmail.com> wrote:
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> ---
> package/lsqlite3/lsqlite3.mk | 1 +
> package/lua-curl/lua-curl.mk | 1 +
> package/lua-flu/lua-flu.mk | 3 +++
> package/lua-iconv/lua-iconv.mk | 1 +
> package/luadbi-sqlite3/luadbi-sqlite3.mk | 1 +
> package/luaexpat/luaexpat.mk | 1 +
> package/luaossl/luaossl.mk | 3 +++
> package/luasec/luasec.mk | 1 +
> package/luasql-sqlite3/luasql-sqlite3.mk | 1 +
> package/wsapi-fcgi/wsapi-fcgi.mk | 1 +
> 10 files changed, 14 insertions(+)
>
> diff --git a/package/lsqlite3/lsqlite3.mk b/package/lsqlite3/lsqlite3.mk
> index bbf6a1db1..51f9516fd 100644
> --- a/package/lsqlite3/lsqlite3.mk
> +++ b/package/lsqlite3/lsqlite3.mk
> @@ -8,5 +8,6 @@ LSQLITE3_VERSION = 0.9.5-1
> LSQLITE3_SUBDIR = lsqlite3_fsl09y
> LSQLITE3_LICENSE = MIT
> LSQLITE3_DEPENDENCIES = sqlite
> +LSQLITE3_BUILD_OPTS = SQLITE_DIR="$(STAGING_DIR)/usr"
I'm not sure to understand this change. It seems a bit redundant for
all those packages to say "the native libraries you need are in
$(STAGING_DIR)/usr", since native libraries are always there. Why isn't
the common infrastructure taking care of this ?
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2019-09-18 7:35 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-18 6:19 [Buildroot] [pkg-luarocks 1/6] pkg-luarocks: remove LUAROCKS_RUN_ENV Francois Perrad
2019-09-18 6:19 ` [Buildroot] [pkg-luarocks 2/6] pkg-luarocks: refactor infra Francois Perrad
2019-09-18 6:19 ` [Buildroot] [pkg-luarocks 3/6] pkg-luarocks: regen packages with external dependencies Francois Perrad
2019-09-18 7:35 ` Thomas Petazzoni [this message]
2019-09-18 18:19 ` François Perrad
2019-09-18 19:16 ` Thomas Petazzoni
2019-09-19 16:38 ` François Perrad
2019-09-19 19:11 ` Thomas Petazzoni
2020-03-20 21:41 ` Thomas Petazzoni
2019-09-18 6:19 ` [Buildroot] [pkg-luarocks 4/6] pkg-luarocks: add support of host-luarocks-package Francois Perrad
2020-03-20 21:48 ` Thomas Petazzoni
2019-09-18 6:19 ` [Buildroot] [pkg-luarocks 5/6] package/lua: allows to load native modules from host-lua Francois Perrad
2019-09-18 6:19 ` [Buildroot] [pkg-luarocks 6/6] package/lua: allows host-lua to find installed modules Francois Perrad
2019-09-18 7:31 ` [Buildroot] [pkg-luarocks 1/6] pkg-luarocks: remove LUAROCKS_RUN_ENV Thomas Petazzoni
2019-09-18 18:18 ` François Perrad
2020-03-20 21:40 ` Thomas Petazzoni
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=20190918093501.5b91d097@windsurf \
--to=thomas.petazzoni@bootlin.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.