Commit d355281d authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

lsof: needs RPC support in toolchain

parent a7ebf231
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
+4 −0
Original line number Diff line number Diff line
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