diff options
| author | Mei Lei <lei.mei@intel.com> | 2010-11-26 09:28:34 +0800 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:49 -0800 |
| commit | c373cfca74c0461c73bddd7f9d68e28a40ce59c1 (patch) | |
| tree | 441bfcf5e3a40af4f1f420affbf2651b035bdc3d /meta/recipes-extended/lsof | |
| parent | 85266fa8de01aa9c53bea991dc3d4ec99f634c94 (diff) | |
| download | poky-c373cfca74c0461c73bddd7f9d68e28a40ce59c1.tar.gz | |
lsof:Add license checksum to bb file
Add 00README file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta/recipes-extended/lsof')
| -rw-r--r-- | meta/recipes-extended/lsof/lsof_4.84.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/lsof/lsof_4.84.bb b/meta/recipes-extended/lsof/lsof_4.84.bb index 078da64305..2748135ad6 100644 --- a/meta/recipes-extended/lsof/lsof_4.84.bb +++ b/meta/recipes-extended/lsof/lsof_4.84.bb | |||
| @@ -2,13 +2,14 @@ DESCRIPTION = "Lsof is a Unix-specific diagnostic tool. \ | |||
| 2 | Its name stands for LiSt Open Files, and it does just that." | 2 | Its name stands for LiSt Open Files, and it does just that." |
| 3 | SECTION = "devel" | 3 | SECTION = "devel" |
| 4 | LICENSE = "BSD" | 4 | LICENSE = "BSD" |
| 5 | |||
| 6 | PR = "r0" | 5 | PR = "r0" |
| 7 | 6 | ||
| 8 | SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2" | 7 | SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2" |
| 9 | LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar" | 8 | LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar" |
| 10 | S = "${WORKDIR}/lsof_${PV}_src" | 9 | S = "${WORKDIR}/lsof_${PV}_src" |
| 11 | 10 | ||
| 11 | LIC_FILES_CHKSUM = "file://${S}/00README;beginline=645;endline=679;md5=e0108f7811919035515a97f872eb8ee2" | ||
| 12 | |||
| 12 | python do_unpack () { | 13 | python do_unpack () { |
| 13 | bb.build.exec_func('base_do_unpack', d) | 14 | bb.build.exec_func('base_do_unpack', d) |
| 14 | src_uri = bb.data.getVar('SRC_URI', d) | 15 | src_uri = bb.data.getVar('SRC_URI', d) |
