[yocto] Specifying license files

Kang Kai Kai.Kang at windriver.com
Thu Feb 17 01:09:28 PST 2011


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 at keylevel.com
> www.keylevel.com
>
>
>
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto




More information about the yocto mailing list