diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/lsof/lsof_4.83.bb (renamed from meta/packages/lsof/lsof_4.78.bb) | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/meta/packages/lsof/lsof_4.78.bb b/meta/packages/lsof/lsof_4.83.bb index 51f0b8b2c4..078da64305 100644 --- a/meta/packages/lsof/lsof_4.78.bb +++ b/meta/packages/lsof/lsof_4.83.bb | |||
@@ -3,16 +3,18 @@ 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 | 5 | ||
6 | PR = "r0" | ||
7 | |||
6 | SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2" | 8 | SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2" |
7 | LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar" | 9 | LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar" |
8 | S = "${WORKDIR}/lsof_${PV}_src" | 10 | S = "${WORKDIR}/lsof_${PV}_src" |
9 | 11 | ||
10 | python do_unpack () { | 12 | python do_unpack () { |
11 | bb.build.exec_func('base_do_unpack', d) | 13 | bb.build.exec_func('base_do_unpack', d) |
12 | src_uri = bb.data.getVar('SRC_URI', d) | 14 | src_uri = bb.data.getVar('SRC_URI', d) |
13 | bb.data.setVar('SRC_URI', '${LOCALSRC}', d) | 15 | bb.data.setVar('SRC_URI', '${LOCALSRC}', d) |
14 | bb.build.exec_func('base_do_unpack', d) | 16 | bb.build.exec_func('base_do_unpack', d) |
15 | bb.data.setVar('SRC_URI', src_uri, d) | 17 | bb.data.setVar('SRC_URI', src_uri, d) |
16 | } | 18 | } |
17 | 19 | ||
18 | export LSOF_OS = "${TARGET_OS}" | 20 | export LSOF_OS = "${TARGET_OS}" |