mirror of
https://github.com/Heleguo/lede.git
synced 2025-12-24 23:01:23 +00:00
util-linux: update to 2.38 (#9402)
* util-linux: add lsns lsns lists system namespaces Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com> * util-linux: update to 2.38 Various fixes. Signed-off-by: Rosen Penev <rosenp@gmail.com> Co-authored-by: Oskari Rauta <oskari.rauta@gmail.com> Co-authored-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
c4b3927bdc
commit
39b67eaf58
@ -8,12 +8,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=util-linux
|
||||
PKG_VERSION:=2.37.3
|
||||
PKG_VERSION:=2.38
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=@KERNEL/linux/utils/$(PKG_NAME)/v2.37
|
||||
PKG_HASH:=590c592e58cd6bf38519cb467af05ce6a1ab18040e3e3418f24bcfb2f55f9776
|
||||
PKG_SOURCE_URL:=@KERNEL/linux/utils/$(PKG_NAME)/v2.38
|
||||
PKG_HASH:=6d111cbe4d55b336db2f1fbeffbc65b89908704c01136371d32aa9bec373eb64
|
||||
PKG_CPE_ID:=cpe:/a:kernel:util-linux
|
||||
|
||||
PKG_LICENSE:=GPL-2.0-only
|
||||
@ -339,6 +339,16 @@ define Package/lslocks/description
|
||||
lslocks lists information about all the currently held file locks in a Linux system
|
||||
endef
|
||||
|
||||
define Package/lsns
|
||||
$(call Package/util-linux/Default)
|
||||
TITLE:=list system namespaces
|
||||
DEPENDS:= +libblkid +libmount +libsmartcols
|
||||
endef
|
||||
|
||||
define Package/lsns/description
|
||||
lsns lists information about all namespaces and their processes
|
||||
endef
|
||||
|
||||
define Package/more
|
||||
$(call Package/util-linux/Default)
|
||||
TITLE:=filter for paging through text one screenful at a time
|
||||
@ -737,6 +747,11 @@ define Package/lslocks/install
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/lslocks $(1)/usr/bin/
|
||||
endef
|
||||
|
||||
define Package/lsns/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/lsns $(1)/usr/bin/
|
||||
endef
|
||||
|
||||
define Package/more/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/more $(1)/usr/bin/
|
||||
@ -866,6 +881,7 @@ $(eval $(call BuildPackage,losetup))
|
||||
$(eval $(call BuildPackage,lsblk))
|
||||
$(eval $(call BuildPackage,lscpu))
|
||||
$(eval $(call BuildPackage,lslocks))
|
||||
$(eval $(call BuildPackage,lsns))
|
||||
$(eval $(call BuildPackage,more))
|
||||
$(eval $(call BuildPackage,mcookie))
|
||||
$(eval $(call BuildPackage,mount-utils))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user