packages/util/util-linux: Update to 2.32
- Update to upstream 2.32 - License file 'getopt/COPYING' not present (any more) - Disable 'chown root:root'-commands during 'make install' - Add new dependency to wipefs - Refresh patch 003 Signed-off-by: Paul Wassi <p.wassi@gmx.at>
This commit is contained in:
parent
af35ce1065
commit
960b90f435
2 changed files with 16 additions and 16 deletions
|
@ -8,17 +8,16 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=util-linux
|
||||
PKG_VERSION:=2.30.2
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=2.32
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=@KERNEL/linux/utils/$(PKG_NAME)/v2.30
|
||||
PKG_HASH:=7b5be5489e9b5b7177832836467aba1c87bf0e9bcbcb5a6f35d76cd4782589dc
|
||||
PKG_SOURCE_URL:=@KERNEL/linux/utils/$(PKG_NAME)/v2.32
|
||||
PKG_HASH:=6c7397abc764e32e8159c2e96042874a190303e77adceb4ac5bd502a272a4734
|
||||
PKG_CPE_ID:=cpe:/a:kernel:util-linux
|
||||
|
||||
PKG_LICENSE:=GPL-2.0
|
||||
PKG_LICENSE_FILES:= COPYING \
|
||||
getopt/COPYING \
|
||||
libblkid/COPYING \
|
||||
libmount/COPYING \
|
||||
Documentation/licenses/COPYING.GPLv2 \
|
||||
|
@ -462,7 +461,7 @@ endef
|
|||
define Package/wipefs
|
||||
$(call Package/util-linux/Default)
|
||||
TITLE:=wipe a signature from a device
|
||||
DEPENDS:= +libblkid
|
||||
DEPENDS:= +libblkid +libsmartcols
|
||||
SUBMENU:=Disc
|
||||
endef
|
||||
|
||||
|
@ -473,14 +472,15 @@ define Package/wipefs/description
|
|||
endef
|
||||
|
||||
CONFIGURE_ARGS += \
|
||||
--disable-use-tty-group \
|
||||
--disable-rpath \
|
||||
--disable-tls \
|
||||
--disable-sulogin \
|
||||
--without-python \
|
||||
--without-udev \
|
||||
--without-readline \
|
||||
--disable-more \
|
||||
--disable-use-tty-group \
|
||||
--disable-rpath \
|
||||
--disable-tls \
|
||||
--disable-sulogin \
|
||||
--disable-makeinstall-chown \
|
||||
--without-python \
|
||||
--without-udev \
|
||||
--without-readline \
|
||||
--disable-more \
|
||||
--with-ncursesw
|
||||
|
||||
TARGET_CFLAGS += $(FPIC) -std=gnu99
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
endif # BUILD_LIBUUID
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -2255,18 +2255,23 @@ AC_CONFIG_HEADERS([config.h])
|
||||
@@ -2351,18 +2351,23 @@ AC_CONFIG_HEADERS([config.h])
|
||||
#
|
||||
AC_CONFIG_FILES([
|
||||
Makefile
|
||||
|
@ -42,7 +42,7 @@
|
|||
pkgconfig_DATA += libblkid/blkid.pc
|
||||
-PATHFILES += libblkid/blkid.pc
|
||||
dist_man_MANS += libblkid/libblkid.3
|
||||
EXTRA_DIST += libblkid/libblkid.3 libblkid/COPYING
|
||||
EXTRA_DIST += libblkid/COPYING
|
||||
|
||||
--- a/libmount/Makemodule.am
|
||||
+++ b/libmount/Makemodule.am
|
||||
|
|
Loading…
Reference in a new issue