lsof: needs RPC support in toolchain

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2010-05-26 13:33:06 +02:00
parent a7ebf231b4
commit d355281d15
2 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,7 @@
cdrkit, dbus-glib, dbus-python, docker, enchant, fltk, gamin,
gettext, gmpc, gob2, grep, gstreamer, gvfs, hal, iconv, icu,
libcgicc, libglade, libglib2, libgtk2, libidn, libmms, libmpd,
libpcap, libsoup, lmbench, ltrace, lvm2, make,
libpcap, libsoup, lmbench, lsof, ltrace, lvm2, make,
metacity, mtd-utils, mutt, nbd, netsnmp, ntp, pango, pciutils,
pcmanfm, php, pkg-config, psmisc, qt, samba, shared-mime-info,
sshfs, startup-notification, swfdec, sylpheed, uemacs,

View File

@ -1,8 +1,12 @@
config BR2_PACKAGE_LSOF
bool "lsof"
depends on BR2_INET_RPC
help
lsof (LiSt Open Files)
The lsof tool lists information about files opened by
processes.
ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/
comment "lsof requires a toolchain with RPC support"
depends on !BR2_INET_RPC