All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/simh: new package
Date: Thu, 18 Aug 2016 21:53:51 +0200	[thread overview]
Message-ID: <20160818195351.GD5930@free.fr> (raw)
In-Reply-To: <20160818212725.65c9b926@free-electrons.com>

Thomas, Lothar, All,

On 2016-08-18 21:27 +0200, Thomas Petazzoni spake thusly:
> On Tue, 16 Aug 2016 21:42:36 +0200, Yann E. MORIN wrote:
> 
> > > I don't think so. Not sure how our legal info infra handles binary document 
> > > formats.  
> > 
> > FOO_LICENSE_FILES are just copied; we don't do anything with them. So
> > it's fine to list a .doc in there.
> 
> Not quite true: we generate a big .txt file with the concatenation of
> the license text of all packages, see licenses.txt and
> host-licenses.txt.

Indeed, I had forgotten about that...

Then, it that case, I think it would be better not to list the doc file
in SIMH_LICENSE_FILES at all.

Still, we'd want it to be copied, so maybe that could be done with a
post legal-info hook, something like (untested):

    define SIMH_LEGAL_INFO_DOC_FILE
        $(INSTALL) -m 0644 -D $(@D)/path/to/license.doc \
            $(LICENSE_FILES_DIR_TARGET)/simh-$(SIMH_VERSION)/license.doc
    endef
    SIMH_POST_LEGAL_INFO_HOOKS += SIMH_LEGAL_INFO_DOC_FILE

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  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.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2016-08-18 19:53 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-15 21:42 [Buildroot] [PATCH 1/1] package/simh: new package Lothar Felten
2016-08-16  3:50 ` Baruch Siach
2016-08-16  8:31   ` Lothar Felten
2016-08-16 14:29     ` Baruch Siach
2016-08-16 19:42       ` Yann E. MORIN
2016-08-18 19:27         ` Thomas Petazzoni
2016-08-18 19:53           ` Yann E. MORIN [this message]
2016-08-16 10:52 ` 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=20160818195351.GD5930@free.fr \
    --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 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.