summaryrefslogtreecommitdiffstats
path: root/meta/packages/lsof
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-04-06 11:19:13 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-04-06 11:19:13 +0000
commit03b90cc5baa384b66d13436743f92e7162603af9 (patch)
treecf0dc1212349ad88e5abca3f2a96cd90f0c183d0 /meta/packages/lsof
parent62e66ef22dbba6d08ac8e35cc2eeeb7463020658 (diff)
downloadpoky-03b90cc5baa384b66d13436743f92e7162603af9.tar.gz
lsof: update to 4.77 (from OE) as 4.75 is not available upstream
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1448 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/lsof')
-rw-r--r--meta/packages/lsof/lsof_4.77.bb (renamed from meta/packages/lsof/lsof_4.75.bb)13
1 files changed, 7 insertions, 6 deletions
diff --git a/meta/packages/lsof/lsof_4.75.bb b/meta/packages/lsof/lsof_4.77.bb
index 0562a57fb1..054875b861 100644
--- a/meta/packages/lsof/lsof_4.75.bb
+++ b/meta/packages/lsof/lsof_4.77.bb
@@ -1,10 +1,10 @@
1SECTION = "console/utils" 1DESCRIPTION = "Lsof is a Unix-specific diagnostic tool. \
2DESCRIPTION = "Lsof is a Unix-specific diagnostic \ 2Its name stands for LiSt Open Files, and it does just that."
3tool. Its name stands for LiSt Open Files, and it \ 3SECTION = "devel"
4does just that."
5LICENSE = "BSD" 4LICENSE = "BSD"
5PR = "r1"
6 6
7SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/OLD/lsof_${PV}.tar.bz2" 7SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2"
8LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar" 8LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar"
9S = "${WORKDIR}/lsof_${PV}_src" 9S = "${WORKDIR}/lsof_${PV}_src"
10 10
@@ -18,9 +18,10 @@ python do_unpack () {
18 18
19LSOF_OS = "${TARGET_OS}" 19LSOF_OS = "${TARGET_OS}"
20LSOF_OS_linux-uclibc = "linux" 20LSOF_OS_linux-uclibc = "linux"
21LSOF_OS_linux-gnueabi = "linux"
21 22
22do_configure () { 23do_configure () {
23 ./Configure ${LSOF_OS} 24 yes | ./Configure ${LSOF_OS}
24} 25}
25 26
26export I = "${STAGING_INCDIR}" 27export I = "${STAGING_INCDIR}"