* [meta-oe][PATCH] ttf-inconsolata: fix license name
@ 2013-04-23 8:55 Paul Barker
2013-04-23 9:00 ` Paul Barker
0 siblings, 1 reply; 3+ messages in thread
From: Paul Barker @ 2013-04-23 8:55 UTC (permalink / raw)
To: openembedded-devel
We have "SIL Open Font License" 1.1 in common-licenses as OFL-1.1.
Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
---
meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb
index 129e137..5e86180 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb
@@ -2,7 +2,7 @@ require ttf.inc
DESCRIPTION = "Inconsolata font - TTF Version"
HOMEPAGE = "http://www.levien.com/type/myfonts/inconsolata.html"
-LICENSE = "SIL Open Font License"
+LICENSE = "OFL-1.1"
LIC_FILES_CHKSUM = "file://../OFL.txt;md5=969851e3a70122069a4d9ee61dd5a2ed"
PR = "r0"
--
1.7.10.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [meta-oe][PATCH] ttf-inconsolata: fix license name
2013-04-23 8:55 [meta-oe][PATCH] ttf-inconsolata: fix license name Paul Barker
@ 2013-04-23 9:00 ` Paul Barker
2013-04-23 10:09 ` Martin Jansa
0 siblings, 1 reply; 3+ messages in thread
From: Paul Barker @ 2013-04-23 9:00 UTC (permalink / raw)
To: openembedded-devel
On 23 April 2013 09:55, Paul Barker <paul@paulbarker.me.uk> wrote:
> We have "SIL Open Font License" 1.1 in common-licenses as OFL-1.1.
>
There's also a copy of the OFL 1.1 in
meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata/OFL.txt as the
bitbake recipe just downloads a single font file. I don't know how to
do this as it goes across layers (not sure if relative paths would
work) but would it be better to replace this with reference to the
file in common-licenses? I realise this is there to satisfy having
something in LIC_FILES_CHKSUM but it isn't doing the intended job as
upstream could update the license and it wouldn't break this checksum.
--
Paul Barker
Email: paul@paulbarker.me.uk
http://www.paulbarker.me.uk
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [meta-oe][PATCH] ttf-inconsolata: fix license name
2013-04-23 9:00 ` Paul Barker
@ 2013-04-23 10:09 ` Martin Jansa
0 siblings, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2013-04-23 10:09 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1125 bytes --]
On Tue, Apr 23, 2013 at 10:00:55AM +0100, Paul Barker wrote:
> On 23 April 2013 09:55, Paul Barker <paul@paulbarker.me.uk> wrote:
> > We have "SIL Open Font License" 1.1 in common-licenses as OFL-1.1.
> >
>
> There's also a copy of the OFL 1.1 in
> meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata/OFL.txt as the
> bitbake recipe just downloads a single font file. I don't know how to
> do this as it goes across layers (not sure if relative paths would
> work) but would it be better to replace this with reference to the
> file in common-licenses? I realise this is there to satisfy having
> something in LIC_FILES_CHKSUM but it isn't doing the intended job as
> upstream could update the license and it wouldn't break this checksum.
You can use
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/OFL-1.1;md5=hash"
it's true, that this does not catch license change in upstream source,
but if there isn't any information about license in SRC_URI, then having
OFL.txt is as bad as ${COMMON_LICENSE_DIR}/OFL-1.1 reference imho.
Cheers,
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-04-23 10:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-23 8:55 [meta-oe][PATCH] ttf-inconsolata: fix license name Paul Barker
2013-04-23 9:00 ` Paul Barker
2013-04-23 10:09 ` Martin Jansa
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.