Re: Specifying license files
Saul Wold <sgw@...>
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 theThis is correct if the md5sum of COPYING is matching. The source is downloaded in to tmp/ where I have aSince 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 |
|