From: Saul Wold <sgw@linux.intel.com>
To: yocto@yoctoproject.org
Subject: Re: Specifying license files
Date: Thu, 17 Feb 2011 01:14:23 -0800 [thread overview]
Message-ID: <4D5CE6EF.7040507@linux.intel.com> (raw)
In-Reply-To: <CD558AEE-7B62-4DF4-923A-CC2604260653@keylevel.com>
On 02/17/2011 12:57 AM, Chris Tapp wrote:
> I'm trying to create a recipe to build libSDL, but I can't get the
> licensing working. My .bb file contains:
>
> LICENSE = "LGPLv2.1"
> LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4"
>
This is correct if the md5sum of COPYING is matching.
> The source is downloaded in to tmp/ where I have a
> libsdl-1.2.14-r0/SDL-1.2.14 directory that contains the COPYING file.
>
Since the source is created in a subdirectory, you need to reset the $S as:
S = "${WORKDIR}/SDL-${PV}"
${PV} is derived from the version of the recipe, you do not need to set
it explicitly.
> How should I specify this in LIC_FILES_CHKSUM ?
>
By setting S as above this will give the file:// root to be under the
SDL-1.2.14 directory.
Sau!
> Chris Tapp
>
> opensource@keylevel.com
> www.keylevel.com
>
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
prev parent reply other threads:[~2011-02-17 9:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-17 8:57 Specifying license files Chris Tapp
2011-02-17 9:09 ` Kang Kai
2011-02-17 9:14 ` Saul Wold [this message]
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=4D5CE6EF.7040507@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=yocto@yoctoproject.org \
/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.