All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/4 v2] Do not select providers of virtual packages (branch yem/dont-select-providers)
@ 2015-12-17 22:40 Yann E. MORIN
  2015-12-17 22:40 ` [Buildroot] [PATCH 1/4 v2] package/dnsmasq: do not select Lua, depend on it Yann E. MORIN
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Yann E. MORIN @ 2015-12-17 22:40 UTC (permalink / raw)
  To: buildroot

Hello All!

This series fixes the selection of the Lua package, a sit is a provider
for the virtual package lua-interpreter.

As explained in the manual, it is not allowed to select the provider of
a virtual package. Quoting:

    If your package really requires a specific provider, then you?ll
    have to make your package depends on this provider; you can not
    select a provider.

Followed by an explanations on the reasons this should not be done:

    https://buildroot.org/downloads/manual/manual.html#_infrastructure_for_virtual_packages

This series just cleanups the situation with respect to the
lua-interpreter virtual package. It has not been checked if we
had other virtual packages for which providers were selected.
This can be done in a later series.


Changes v1 -> v2:
  - drop the comment about Lua beeing needed  (Thomas)


Regards,
Yann E. MORIN.


The following changes since commit 1edb4c51dee78d7d26700c037f29558e73d27ee0:

  Makefile: valgrind needs non-stripped dynamic linker library (2015-12-17 23:21:17 +0100)

are available in the git repository at:

  git://git.busybox.net/~ymorin/git/buildroot yem/dont-select-providers

for you to fetch changes up to 84fa969c68f847a8cbc781c28da5a5c2bc56dce8:

  package/libedje: do not select Lua, depend on it (2015-12-17 23:38:13 +0100)

----------------------------------------------------------------
Yann E. MORIN (4):
      package/dnsmasq: do not select Lua, depend on it
      package/haserl: do not select Lua, depend on it
      package/lighttpd: do not select Lua, depend on it
      package/libedje: do not select Lua, depend on it

 package/dnsmasq/Config.in           | 2 +-
 package/efl/libedje/Config.in       | 4 ++--
 package/efl/libelementary/Config.in | 4 +++-
 package/efl/libethumb/Config.in     | 3 ++-
 package/enlightenment/Config.in     | 6 ++++--
 package/haserl/Config.in            | 2 +-
 package/lighttpd/Config.in          | 2 +-
 7 files changed, 14 insertions(+), 9 deletions(-)

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

end of thread, other threads:[~2015-12-30 21:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-17 22:40 [Buildroot] [PATCH 0/4 v2] Do not select providers of virtual packages (branch yem/dont-select-providers) Yann E. MORIN
2015-12-17 22:40 ` [Buildroot] [PATCH 1/4 v2] package/dnsmasq: do not select Lua, depend on it Yann E. MORIN
2015-12-17 22:40 ` [Buildroot] [PATCH 2/4 v2] package/haserl: " Yann E. MORIN
2015-12-17 22:40 ` [Buildroot] [PATCH 3/4 v2] package/lighttpd: " Yann E. MORIN
2015-12-17 22:40 ` [Buildroot] [PATCH 4/4 v2] package/libedje: " Yann E. MORIN
2015-12-18 18:14   ` Yann E. MORIN
2015-12-18 21:05 ` [Buildroot] [PATCH 0/4 v2] Do not select providers of virtual packages (branch yem/dont-select-providers) Thomas Petazzoni
2015-12-30 20:48   ` Peter Korsgaard
2015-12-30 21:14     ` Thomas Petazzoni
2015-12-30 21:19       ` Peter Korsgaard
2015-12-30 21:37         ` 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.