Browse Source

lsof: bump to version 4.87

And install to /usr/bin/lsof rather than /bin/lsof otherwise we still
keep busybox lsof.

[Thomas: fix patch numbering, two patches had the 0001 sequence
number.]

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo Zacarias 11 years ago
parent
commit
b51d78c4d7

+ 0 - 0
package/lsof/lsof-4.85-makefile.patch → package/lsof/lsof-0001-makefile.patch


+ 0 - 0
package/lsof/lsof-4.85-noportmap.patch → package/lsof/lsof-0002-noportmap.patch


+ 0 - 0
package/lsof/lsof-4.85-override-cflags.patch → package/lsof/lsof-0003-override-cflags.patch


+ 0 - 0
package/lsof/lsof-4.85-remove-susvlegacy-funcs.patch → package/lsof/lsof-0004-remove-susvlegacy-funcs.patch


+ 2 - 2
package/lsof/lsof.mk

@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LSOF_VERSION = 4.85
+LSOF_VERSION = 4.87
 LSOF_SOURCE = lsof_$(LSOF_VERSION).tar.bz2
 LSOF_SITE = ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/
 LSOF_LICENSE = lsof license
@@ -58,7 +58,7 @@ define LSOF_BUILD_CMDS
 endef
 
 define LSOF_INSTALL_TARGET_CMDS
-	$(INSTALL) -D -m 755 $(@D)/lsof $(TARGET_DIR)/bin/lsof
+	$(INSTALL) -D -m 755 $(@D)/lsof $(TARGET_DIR)/usr/bin/lsof
 endef
 
 $(eval $(generic-package))