Re: Specifying license files


Kai Kang
 

On 2011年02月17日 16:57, 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"

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.
find the file COPYING, and run md5sum COPYING, then you will get the md5 value, and substitute the value after "md5=".
I think it will be ok.




How should I specify this in LIC_FILES_CHKSUM ?

Chris Tapp

opensource@...
www.keylevel.com



_______________________________________________
yocto mailing list
yocto@...
https://lists.yoctoproject.org/listinfo/yocto

Join {yocto@lists.yoctoproject.org to automatically receive all group messages.