lsof: make it configure
authorMichael Lauer <mickey@vanille-media.de>
Mon, 15 Jan 2007 20:06:19 +0000 (20:06 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Mon, 15 Jan 2007 20:06:19 +0000 (20:06 +0000)
packages/lsof/lsof_4.77.bb

index ef82b61..054875b 100644 (file)
@@ -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}"