|
|
@ -8,17 +8,16 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
|
|
|
PKG_NAME:=util-linux
|
|
|
|
PKG_NAME:=util-linux
|
|
|
|
PKG_VERSION:=2.30.2
|
|
|
|
PKG_VERSION:=2.32
|
|
|
|
PKG_RELEASE:=2
|
|
|
|
PKG_RELEASE:=1
|
|
|
|
|
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
|
|
|
PKG_SOURCE_URL:=@KERNEL/linux/utils/$(PKG_NAME)/v2.30
|
|
|
|
PKG_SOURCE_URL:=@KERNEL/linux/utils/$(PKG_NAME)/v2.32
|
|
|
|
PKG_HASH:=7b5be5489e9b5b7177832836467aba1c87bf0e9bcbcb5a6f35d76cd4782589dc
|
|
|
|
PKG_HASH:=6c7397abc764e32e8159c2e96042874a190303e77adceb4ac5bd502a272a4734
|
|
|
|
PKG_CPE_ID:=cpe:/a:kernel:util-linux
|
|
|
|
PKG_CPE_ID:=cpe:/a:kernel:util-linux
|
|
|
|
|
|
|
|
|
|
|
|
PKG_LICENSE:=GPL-2.0
|
|
|
|
PKG_LICENSE:=GPL-2.0
|
|
|
|
PKG_LICENSE_FILES:= COPYING \
|
|
|
|
PKG_LICENSE_FILES:= COPYING \
|
|
|
|
getopt/COPYING \
|
|
|
|
|
|
|
|
libblkid/COPYING \
|
|
|
|
libblkid/COPYING \
|
|
|
|
libmount/COPYING \
|
|
|
|
libmount/COPYING \
|
|
|
|
Documentation/licenses/COPYING.GPLv2 \
|
|
|
|
Documentation/licenses/COPYING.GPLv2 \
|
|
|
@ -462,7 +461,7 @@ endef |
|
|
|
define Package/wipefs |
|
|
|
define Package/wipefs |
|
|
|
$(call Package/util-linux/Default) |
|
|
|
$(call Package/util-linux/Default) |
|
|
|
TITLE:=wipe a signature from a device
|
|
|
|
TITLE:=wipe a signature from a device
|
|
|
|
DEPENDS:= +libblkid
|
|
|
|
DEPENDS:= +libblkid +libsmartcols
|
|
|
|
SUBMENU:=Disc
|
|
|
|
SUBMENU:=Disc
|
|
|
|
endef |
|
|
|
endef |
|
|
|
|
|
|
|
|
|
|
@ -473,14 +472,15 @@ define Package/wipefs/description |
|
|
|
endef |
|
|
|
endef |
|
|
|
|
|
|
|
|
|
|
|
CONFIGURE_ARGS += \
|
|
|
|
CONFIGURE_ARGS += \
|
|
|
|
--disable-use-tty-group \
|
|
|
|
--disable-use-tty-group \
|
|
|
|
--disable-rpath \
|
|
|
|
--disable-rpath \
|
|
|
|
--disable-tls \
|
|
|
|
--disable-tls \
|
|
|
|
--disable-sulogin \
|
|
|
|
--disable-sulogin \
|
|
|
|
--without-python \
|
|
|
|
--disable-makeinstall-chown \
|
|
|
|
--without-udev \
|
|
|
|
--without-python \
|
|
|
|
--without-readline \
|
|
|
|
--without-udev \
|
|
|
|
--disable-more \
|
|
|
|
--without-readline \
|
|
|
|
|
|
|
|
--disable-more \
|
|
|
|
--with-ncursesw
|
|
|
|
--with-ncursesw
|
|
|
|
|
|
|
|
|
|
|
|
TARGET_CFLAGS += $(FPIC) -std=gnu99
|
|
|
|
TARGET_CFLAGS += $(FPIC) -std=gnu99
|
|
|
|