lsof: update to 4.77 (from OE) as 4.75 is not available upstream
authorMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 6 Apr 2007 11:19:13 +0000 (11:19 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 6 Apr 2007 11:19:13 +0000 (11:19 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1448 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/lsof/lsof_4.77.bb [moved from meta/packages/lsof/lsof_4.75.bb with 72% similarity]

similarity index 72%
rename from meta/packages/lsof/lsof_4.75.bb
rename to meta/packages/lsof/lsof_4.77.bb
index 0562a57..054875b 100644 (file)
@@ -1,10 +1,10 @@
-SECTION = "console/utils"
-DESCRIPTION = "Lsof is a Unix-specific diagnostic \
-tool. Its name stands for LiSt Open Files, and it \
-does just that."
+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/OLD/lsof_${PV}.tar.bz2"
+SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2"
 LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar"
 S = "${WORKDIR}/lsof_${PV}_src"
 
@@ -18,9 +18,10 @@ python do_unpack () {
 
 LSOF_OS = "${TARGET_OS}"
 LSOF_OS_linux-uclibc = "linux"
+LSOF_OS_linux-gnueabi = "linux"
 
 do_configure () {
-       ./Configure ${LSOF_OS}
+       yes | ./Configure ${LSOF_OS}
 }
 
 export I = "${STAGING_INCDIR}"