util-linux: needs RPC support in toolchain
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
34bba153ac
commit
2bd02ce28c
2
CHANGES
2
CHANGES
@ -8,7 +8,7 @@
|
|||||||
libevent, libglib2, liblockfile, libmad, libupnp, libuuid, ltrace,
|
libevent, libglib2, liblockfile, libmad, libupnp, libuuid, ltrace,
|
||||||
lua, mdadm, ncftp, ncurses, netkittelnet, openssl, python,
|
lua, mdadm, ncftp, ncurses, netkittelnet, openssl, python,
|
||||||
quagga, radvd, samba, shared-mime-info, speech-tools,
|
quagga, radvd, samba, shared-mime-info, speech-tools,
|
||||||
squashfs, syslinux, u-boot, valgrind, vsftpd, wipe,
|
squashfs, syslinux, u-boot, util-linux, valgrind, vsftpd, wipe,
|
||||||
wpa-supplicant, xdata_xcursor-themes, zlib
|
wpa-supplicant, xdata_xcursor-themes, zlib
|
||||||
|
|
||||||
Removed package: mdnsresponder, mpatrol
|
Removed package: mdnsresponder, mpatrol
|
||||||
|
@ -2,9 +2,13 @@ config BR2_PACKAGE_UTIL-LINUX
|
|||||||
bool "util-linux"
|
bool "util-linux"
|
||||||
select BR2_PACKAGE_GETTEXT if BR2_ENABLE_LOCALE
|
select BR2_PACKAGE_GETTEXT if BR2_ENABLE_LOCALE
|
||||||
select BR2_PACKAGE_LIBINTL if BR2_ENABLE_LOCALE
|
select BR2_PACKAGE_LIBINTL if BR2_ENABLE_LOCALE
|
||||||
|
depends on BR2_INET_RPC
|
||||||
help
|
help
|
||||||
Various useful/essential Linux utilities.
|
Various useful/essential Linux utilities.
|
||||||
|
|
||||||
Things like mkfs, mkswap, swapon, fdisk, mount, dmesg, etc...
|
Things like mkfs, mkswap, swapon, fdisk, mount, dmesg, etc...
|
||||||
|
|
||||||
http://www.kernel.org/pub/linux/utils/util-linux/
|
http://www.kernel.org/pub/linux/utils/util-linux/
|
||||||
|
|
||||||
|
comment "netkitbase requires a toolchain with RPC support"
|
||||||
|
depends on !BR2_INET_RPC
|
||||||
|
Loading…
Reference in New Issue
Block a user