mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
xfsprogs: needs e2fsprogs and (in turn) largefile support
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
4cc4e572e2
commit
08703917d7
2
CHANGES
2
CHANGES
@ -32,7 +32,7 @@
|
|||||||
shared-mime-info, sfdisk, spawn-fcgi, speech-tools, sqlite, squashfs,
|
shared-mime-info, sfdisk, spawn-fcgi, speech-tools, sqlite, squashfs,
|
||||||
synergy, syslinux, target-binutils, tcpdump, torsmo, u-boot, udpcast,
|
synergy, syslinux, target-binutils, tcpdump, torsmo, u-boot, udpcast,
|
||||||
util-linux, valgrind, vsftpd, wipe, wpa-supplicant, x11vnc,
|
util-linux, valgrind, vsftpd, wipe, wpa-supplicant, x11vnc,
|
||||||
xdata_xcursor-themes, xboard, xstroke, zlib
|
xdata_xcursor-themes, xboard, xfsprogs, xstroke, zlib
|
||||||
|
|
||||||
Removed package: mdnsresponder, mpatrol, gcc 3.4.6 + 4.0.4, vice
|
Removed package: mdnsresponder, mpatrol, gcc 3.4.6 + 4.0.4, vice
|
||||||
|
|
||||||
|
@ -4,8 +4,13 @@ comment "Note that xfsprogs needs a toolchain with UCLIBC_SV4_DEPRECATED enabled
|
|||||||
|
|
||||||
config BR2_PACKAGE_XFSPROGS
|
config BR2_PACKAGE_XFSPROGS
|
||||||
bool "xfsprogs"
|
bool "xfsprogs"
|
||||||
|
depends on BR2_LARGEFILE
|
||||||
|
select BR2_PACKAGE_E2FSPROGS
|
||||||
help
|
help
|
||||||
The XFS file system utilities and libraries
|
The XFS file system utilities and libraries
|
||||||
|
|
||||||
http://oss.sgi.com/projects/xfs/
|
http://oss.sgi.com/projects/xfs/
|
||||||
|
|
||||||
|
comment "xfssprogs requires a toolchain with LARGEFILE support"
|
||||||
|
depends on !BR2_LARGEFILE
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user