Re: [yocto] Specifying license files

2011-02-17 Thread Saul Wold
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 matchi

Re: [yocto] Specifying license files

2011-02-17 Thread Kang Kai
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

[yocto] Specifying license files

2011-02-17 Thread Chris Tapp
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 t