Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0 of 9] Python depends on/select cleanup
@ 2014-02-02 12:11 Thomas De Schampheleire
  2014-02-02 12:11 ` [Buildroot] [PATCH 1 of 9] manual: split information about Config.in dependencies to a separate file Thomas De Schampheleire
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Thomas De Schampheleire @ 2014-02-02 12:11 UTC (permalink / raw)
  To: buildroot

Hi,

This patch series cleans up the packages depending on Python with the
strategy discussed earlier on the mailing list. The new strategy is
clarified in the manual.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

---
 docs/manual/adding-packages-dependencies.txt |  281 +++++++++++++++++++++++
 docs/manual/adding-packages-directory.txt    |  236 +-------------------
 package/alsa-lib/Config.in                   |    9 -
 package/alsa-lib/alsa-lib.mk                 |    2 +-
 package/libdnet/Config.in                    |   13 -
 package/libdnet/libdnet.mk                   |    2 +-
 package/ola/Config.in                        |   15 +-
 package/ola/ola.mk                           |    2 +-
 package/python-posix-ipc/Config.in           |    1 +
 package/python-pyasn/Config.in               |    1 +
 package/python-pysnmp-apps/Config.in         |    1 +
 package/python-pysnmp-mibs/Config.in         |    1 +
 package/python-pysnmp/Config.in              |    1 +
 package/spice/Config.in                      |   11 +-
 package/supervisor/Config.in                 |    9 +-
 15 files changed, 307 insertions(+), 278 deletions(-)

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

end of thread, other threads:[~2014-02-02 12:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-02 12:11 [Buildroot] [PATCH 0 of 9] Python depends on/select cleanup Thomas De Schampheleire
2014-02-02 12:11 ` [Buildroot] [PATCH 1 of 9] manual: split information about Config.in dependencies to a separate file Thomas De Schampheleire
2014-02-02 12:11 ` [Buildroot] [PATCH 2 of 9] manual: split information about Config.in dependencies to a separate section Thomas De Schampheleire
2014-02-02 12:11 ` [Buildroot] [PATCH 3 of 9] manual: explain how to express Python dependencies Thomas De Schampheleire
2014-02-02 12:11 ` [Buildroot] [PATCH 4 of 9] python modules: add missing depends on Config.in comments Thomas De Schampheleire
2014-02-02 12:11 ` [Buildroot] [PATCH 5 of 9] alsa-lib: automatically enable python bindings if python is enabled Thomas De Schampheleire
2014-02-02 12:11 ` [Buildroot] [PATCH 6 of 9] libdnet: " Thomas De Schampheleire
2014-02-02 12:11 ` [Buildroot] [PATCH 7 of 9] ola: " Thomas De Schampheleire
2014-02-02 12:11 ` [Buildroot] [PATCH 8 of 9] spice: automatically select python Thomas De Schampheleire
2014-02-02 12:11 ` [Buildroot] [PATCH 9 of 9] supervisor: " Thomas De Schampheleire

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox