util-linux: disable udev support, add missing dependencies
SVN-Revision: 32183
This commit is contained in:
parent
a546d41fc0
commit
11c8f45612
1 changed files with 5 additions and 2 deletions
|
@ -34,7 +34,8 @@ CONFIGURE_ARGS += \
|
|||
--enable-new-mount \
|
||||
--with-ncurses \
|
||||
--disable-nls \
|
||||
--disable-tls
|
||||
--disable-tls \
|
||||
--without-udev
|
||||
|
||||
TARGET_CFLAGS += $(FPIC)
|
||||
|
||||
|
@ -79,6 +80,7 @@ endef
|
|||
|
||||
define Package/libmount
|
||||
$(call Package/util-linux/Default)
|
||||
DEPENDS:=+libblkid
|
||||
TITLE:=mount library
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
|
@ -260,7 +262,7 @@ endef
|
|||
define Package/mount-utils
|
||||
$(call Package/util-linux/Default)
|
||||
TITLE:=related (u)mount utilities
|
||||
DEPENDS+= +libblkid +libmount
|
||||
DEPENDS+= +libmount
|
||||
endef
|
||||
|
||||
define Package/mount-utils/description
|
||||
|
@ -311,6 +313,7 @@ endef
|
|||
define Package/setterm
|
||||
$(call Package/util-linux/Default)
|
||||
TITLE:=set terminal attributes
|
||||
DEPENDS:= +libncurses
|
||||
SUBMENU:=Terminal
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue