]> code.ossystems Code Review - meta-freescale.git/commit
fsl-eula-unpack: fix deploying EULA
authorStefan Christ <s.christ@phytec.de>
Wed, 3 Jun 2015 09:18:11 +0000 (11:18 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 9 Jun 2015 18:46:17 +0000 (15:46 -0300)
commit30f444d697892a347296523c122362524275e9f4
tree8006f97c7ca64e5d62fd2f1ba0ffb91653f742cf
parent976cdcc58ca8bbbd2d51a382ac9ea9cddb6be432
fsl-eula-unpack: fix deploying EULA

If a recipe, which uses the fsl-eula-unpack bbclass, defines the
variable LIC_FILES_CHKSUM like

    LIC_FILES_CHKSUM = "[...]"

(not using "+=") the content of ${FSL_EULA_FILE}, which is added in
fsl-eula-unpack, is overwritten. So the EULA isn't deployed to the
${LICENSE_DIRECTORY}.

Using 'LIC_FILES_CHKSUM_append' should work in any cases.

Signed-off-by: Stefan Christ <s.christ@phytec.de>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/classes/fsl-eula-unpack.bbclass