Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 00/32] add a huge bunch of license file hashes
Date: Mon, 3 Feb 2020 14:54:07 +0100	[thread overview]
Message-ID: <20200203135407.GC3299@scaer> (raw)
In-Reply-To: <20200202194321.16321-1-heiko.thiery@gmail.com>

Heiko, All,

On 2020-02-02 20:42 +0100, Heiko Thiery spake thusly:
> This series add missing entries in the hash files for the license files.
> The entries are generated semi-automatically and manually recheck.

Thank you very much for this! :-)

I've now applied the whole series, and it dd pass muster, except for
those few exceptions:

  - dropped because of conflicts:
    - kodi-audioencoder-vorbis
    - kodi-screensaver-matrixtrails
    - kodi-screensaver-biogenesis
    - kodi-screensaver-pyro
    - mii-diag

  - dropped because already handled:
    - rt-test

  - fixed:
    - libplist
    - weston

  - new not covered:
    - weston-imx

Can you have a look at those, please?

Thanks again! :-)

Regards,
Yann E. MORIN.

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

  parent reply	other threads:[~2020-02-03 13:54 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-02 19:42 [Buildroot] [PATCH 00/32] add a huge bunch of license file hashes Heiko Thiery
2020-02-02 19:42 ` [Buildroot] [PATCH 01/32] package/a*: add " Heiko Thiery
2020-02-02 19:42 ` [Buildroot] [PATCH 02/32] package/b*: " Heiko Thiery
2020-02-02 19:42 ` [Buildroot] [PATCH 03/32] package/c*: " Heiko Thiery
2020-02-02 19:42 ` [Buildroot] [PATCH 04/32] package/d*: " Heiko Thiery
2020-02-02 19:42 ` [Buildroot] [PATCH 05/32] package/e*: " Heiko Thiery
2020-02-02 19:42 ` [Buildroot] [PATCH 06/32] package/f*: " Heiko Thiery
2020-02-02 19:42 ` [Buildroot] [PATCH 07/32] package/g*: " Heiko Thiery
2020-02-02 19:42 ` [Buildroot] [PATCH 08/32] package/h*: " Heiko Thiery
2020-02-02 19:42 ` [Buildroot] [PATCH 09/32] package/i*: " Heiko Thiery
2020-02-02 19:43 ` [Buildroot] [PATCH 10/32] package/j*: " Heiko Thiery
2020-02-02 19:43 ` [Buildroot] [PATCH 11/32] package/kodi*: " Heiko Thiery
2020-02-02 19:43 ` [Buildroot] [PATCH 12/32] package/k*: " Heiko Thiery
2020-02-02 19:43 ` [Buildroot] [PATCH 13/32] package/lib*: " Heiko Thiery
2020-02-02 19:43 ` [Buildroot] [PATCH 14/32] package/l*: " Heiko Thiery
2020-02-02 19:43 ` [Buildroot] [PATCH 15/32] package/m*: " Heiko Thiery
2020-02-02 19:43 ` [Buildroot] [PATCH 16/32] package/n*: " Heiko Thiery
2020-02-02 19:43 ` [Buildroot] [PATCH 17/32] package/o*: " Heiko Thiery
2020-02-02 19:43 ` [Buildroot] [PATCH 18/32] package/python*: " Heiko Thiery
2020-02-02 19:43 ` [Buildroot] [PATCH 19/32] package/p*: " Heiko Thiery
2020-02-02 19:43 ` [Buildroot] [PATCH 20/32] package/q*: " Heiko Thiery
2020-02-02 22:22   ` Luca Ceresoli
2020-02-02 19:43 ` [Buildroot] [PATCH 21/32] package/r*: " Heiko Thiery
2020-02-02 22:21   ` Luca Ceresoli
2020-02-02 19:43 ` [Buildroot] [PATCH 22/32] package/s*: " Heiko Thiery
2020-02-02 19:43 ` [Buildroot] [PATCH 23/32] package/t*: " Heiko Thiery
2020-02-02 19:43 ` [Buildroot] [PATCH 24/32] package/u*: " Heiko Thiery
2020-02-02 22:24   ` Luca Ceresoli
2020-02-02 19:43 ` [Buildroot] [PATCH 25/32] package/v*: " Heiko Thiery
2020-02-02 19:43 ` [Buildroot] [PATCH 26/32] package/w*: " Heiko Thiery
2020-02-02 19:43 ` [Buildroot] [PATCH 27/32] package/xapp*: " Heiko Thiery
2020-02-02 19:43 ` [Buildroot] [PATCH 28/32] package/xdriver*: " Heiko Thiery
2020-02-02 19:43 ` [Buildroot] [PATCH 29/32] package/xfont*: " Heiko Thiery
2020-02-02 19:43 ` [Buildroot] [PATCH 30/32] package/x*: " Heiko Thiery
2020-02-02 19:43 ` [Buildroot] [PATCH 31/32] package/y*: " Heiko Thiery
2020-02-02 19:43 ` [Buildroot] [PATCH 32/32] package/z*: " Heiko Thiery
2020-02-02 20:10 ` [Buildroot] [PATCH 00/32] add a huge bunch of " Heiko Thiery
2020-02-03 13:54 ` Yann E. MORIN [this message]
2020-02-03 14:27   ` Heiko Thiery
2020-02-03 15:06     ` 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=20200203135407.GC3299@scaer \
    --to=yann.morin.1998@free.fr \
    --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