lsof:Add license checksum to bb file

Add 00README file checksum to bb file

Signed-off-by: Mei Lei <lei.mei@intel.com>
This commit is contained in:
Mei Lei 2010-11-26 09:28:34 +08:00 committed by Richard Purdie
parent 85266fa8de
commit c373cfca74
1 changed files with 2 additions and 1 deletions

View File

@ -2,13 +2,14 @@ DESCRIPTION = "Lsof is a Unix-specific diagnostic tool. \
Its name stands for LiSt Open Files, and it does just that."
SECTION = "devel"
LICENSE = "BSD"
PR = "r0"
SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2"
LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar"
S = "${WORKDIR}/lsof_${PV}_src"
LIC_FILES_CHKSUM = "file://${S}/00README;beginline=645;endline=679;md5=e0108f7811919035515a97f872eb8ee2"
python do_unpack () {
bb.build.exec_func('base_do_unpack', d)
src_uri = bb.data.getVar('SRC_URI', d)