From: Drew Withers <[email protected]>

LIC_FILES_CHKSUM was invalid and producing a warning:

"WARNING: bitstream-extraction-git-r0 do_populate_lic:
${COREBASE}/LICENSE is not a valid license file, please use
'${COMMON_LICENSE_DIR}/MIT' for a MIT License file in LIC_FILES_CHKSUM.
This will become an error in the future"

Corrected the value for MIT license to remove the warning and prevent a
future error.

Signed-off-by: Drew Withers <[email protected]>
Signed-off-by: Manjukumar Matha <[email protected]>
---
 recipes-bsp/bitstream/bitstream-extraction_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/bitstream/bitstream-extraction_git.bb 
b/recipes-bsp/bitstream/bitstream-extraction_git.bb
index d68757b..04c26cd 100644
--- a/recipes-bsp/bitstream/bitstream-extraction_git.bb
+++ b/recipes-bsp/bitstream/bitstream-extraction_git.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Recipe to extract bitstream"
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = 
"file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
+LIC_FILES_CHKSUM = 
"file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
 
 DEPENDS += "virtual/hdf"
 
-- 
2.7.4

-- 
_______________________________________________
meta-xilinx mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-xilinx

Reply via email to