mbox

[pull,request,v4] Pull request for branch for-master/doc

Message ID cover.1363063387.git.s.martin49@gmail.com
State Not Applicable
Headers show

Pull-request

git://github.com/tSed/buildroot.git for-master/doc

Message

Samuel Martin March 12, 2013, 4:47 a.m. UTC
Hello All!


No big changes in this 4th revision of the series.

Changes v3 -> v4:
  - Do not embed Kconfiglib python module (because of licensing incertainty,
  the whole discussion is available online on github);
  - Usual list updates.


The following changes since commit 1ca9e06f1c9a5ef12feb63711a48379c0eae7e42:

  package/tzdata: new package (2013-03-10 23:37:04 +0100)

are available in the git repository at:

  git://github.com/tSed/buildroot.git for-master/doc

for you to fetch changes up to 942902bac4f98be7c13942d93f1a1ba46fc171d7:

  manual: update generated lists (2013-03-12 05:42:27 +0100)

----------------------------------------------------------------
Samuel Martin (5):
      support/scripts: add gen-manual-lists.py
      manual: add a make target 'manual-update-lists'
      manual: cleanup appendix.txt
      Makefile: add to the release target a warning about the manual updates.
      manual: update generated lists

 Makefile                            |   2 +
 docs/manual/appendix.txt            |  29 +-
 docs/manual/deprecated-list.txt     |  79 ++-
 docs/manual/host-package-list.txt   |  19 +
 docs/manual/manual.mk               |   8 +-
 docs/manual/package-list.txt        | 941 ++++++++++++++++++++++++++++++++++++
 docs/manual/pkg-list.txt            | 870 ---------------------------------
 support/scripts/gen-manual-lists.py | 354 ++++++++++++++
 8 files changed, 1379 insertions(+), 923 deletions(-)
 create mode 100644 docs/manual/host-package-list.txt
 create mode 100644 docs/manual/package-list.txt
 delete mode 100644 docs/manual/pkg-list.txt
 create mode 100755 support/scripts/gen-manual-lists.py

Yours,
Samuel

--

Comments

Arnout Vandecappelle March 13, 2013, 7:48 p.m. UTC | #1
On 03/12/13 05:47, Samuel Martin wrote:
>    - Do not embed Kconfiglib python module (because of licensing incertainty,
>    the whole discussion is available online on github);

  With "the whole discussion" I guess you mean issue #6? There, Ulfalizer 
actually says "Do what you want with it except claim that you wrote it". 
So it is safe to include it.

  I've added a comment asking to put this expressly in the source code. 
But with the "do what you want" license, we're allowed to add it 
ourselves :-)

  Regards,
  Arnout