summaryrefslogtreecommitdiff
path: root/packages/lsof
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-01-22 09:37:39 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-01-22 09:37:39 +0000
commitce8e801d9b95f70dbffff6e8d7de4df67478ff29 (patch)
treea39d344e60a677e208e37d27660077aad538a656 /packages/lsof
parent2b5598807571ca28c8c81a415ea14748fff94fc2 (diff)
parent0e17043b9f0c264dc77531c3c635c4e2e3d6a819 (diff)
merge of '81bbe6194f50dea1d1a9838b702680d8b353e689'
and '86d064241f76c59a2663d25f57ee15ef950bee4b'
Diffstat (limited to 'packages/lsof')
-rw-r--r--packages/lsof/lsof_4.77.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/lsof/lsof_4.77.bb b/packages/lsof/lsof_4.77.bb
index ef82b6179f..054875b861 100644
--- a/packages/lsof/lsof_4.77.bb
+++ b/packages/lsof/lsof_4.77.bb
@@ -2,6 +2,7 @@ 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 = "r1"
SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2"
LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar"
@@ -20,7 +21,7 @@ LSOF_OS_linux-uclibc = "linux"
LSOF_OS_linux-gnueabi = "linux"
do_configure () {
- ./Configure ${LSOF_OS}
+ yes | ./Configure ${LSOF_OS}
}
export I = "${STAGING_INCDIR}"