From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 3/3] packages: make providers declare what they provide
Date: Thu, 15 May 2014 09:40:45 +0200 [thread overview]
Message-ID: <20140515094045.148d404e@free-electrons.com> (raw)
In-Reply-To: <40eb8c9da48a46856d0acb7576d35d621a9efc9c.1400101273.git.yann.morin.1998@free.fr>
Dear Yann E. MORIN,
On Wed, 14 May 2014 23:11:35 +0200, Yann E. MORIN wrote:
> # DirectFB is not supported (wrong version)
> ifeq ($(BR2_PACKAGE_XORG7),y)
> GPU_VIV_BIN_MX6Q_DEPENDENCIES = xlib_libXdamage xlib_libXext
> diff --git a/package/lua/lua.mk b/package/lua/lua.mk
> index bc8799a..4f940ab 100644
> --- a/package/lua/lua.mk
> +++ b/package/lua/lua.mk
> @@ -14,6 +14,8 @@ LUA_INSTALL_STAGING = YES
> LUA_LICENSE = MIT
> LUA_LICENSE_FILES = COPYRIGHT
>
> +LUA_PROVIDES = lua
This should be:
LUA_PROVIDES = luainterpreter
> +LUAJIT_PROVIDES = lua
Same here.
I was surprised by "LUA_PROVIDES = lua". How can a real package provide
itself as a provider for itself as a virtual package ? :-)
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2014-05-15 7:40 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-14 21:11 [Buildroot] [PATCH 0/3] Detect and prevent multiple providers (branch yem/fix-virt-pkg) Yann E. MORIN
2014-05-14 21:11 ` [Buildroot] [PATCH 1/3] infra/pkg-virtual: validate only one provider provides an implementation Yann E. MORIN
2014-05-14 21:11 ` [Buildroot] [PATCH 2/3] docs/manual: document the new FOO_PROVIDES variable Yann E. MORIN
2014-05-14 21:11 ` [Buildroot] [PATCH 3/3] packages: make providers declare what they provide Yann E. MORIN
2014-05-15 7:40 ` Thomas Petazzoni [this message]
2014-05-15 16:29 ` Yann E. MORIN
-- strict thread matches above, loose matches on Subject: below --
2014-05-15 17:37 [Buildroot] [PATCH 0/3 v2] Detect and prevent multiple providers (branch yem/fix-virt-pkg) Yann E. MORIN
2014-05-15 17:37 ` [Buildroot] [PATCH 3/3] packages: make providers declare what they provide Yann E. MORIN
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=20140515094045.148d404e@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox