Specifying license files
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 that contains the COPYING file.
How should I specify this in LIC_FILES_CHKSUM ?
Chris Tapp
opensource@...
www.keylevel.com
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.
How should I specify this in LIC_FILES_CHKSUM ?
Chris Tapp
opensource@...
www.keylevel.com