mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
package: update comments for reverse dependencies of util-linux
Commit 006a328ad6be ("util-linux: fix build with ncurses") removed dependency on BR2_USE_WCHAR, but failed to update the reverse dependencies of util-linux. This commit updates comments in Config.in for BR2_USE_WCHAR for reverse dependencies of util-linux which directly uses wchar now or when it is pulled from other dependencies. eudev doesn't use wchar directly, but needs C99 compiler. Autotools generate code with wchar_t for checking C99 compiler. Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
4427fe2821
commit
5c5077e117
@ -2,7 +2,7 @@ config BR2_PACKAGE_E2TOOLS
|
|||||||
bool "e2tools"
|
bool "e2tools"
|
||||||
select BR2_PACKAGE_E2FSPROGS
|
select BR2_PACKAGE_E2FSPROGS
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
depends on BR2_USE_WCHAR # e2fsprogs
|
depends on BR2_USE_WCHAR # uses wchar_t
|
||||||
depends on BR2_USE_MMU # e2fsprogs
|
depends on BR2_USE_MMU # e2fsprogs
|
||||||
help
|
help
|
||||||
E2tools is a simple set of GPL'ed utilities to read, write,
|
E2tools is a simple set of GPL'ed utilities to read, write,
|
||||||
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_EUDEV
|
|||||||
bool "eudev"
|
bool "eudev"
|
||||||
depends on BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV
|
depends on BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV
|
||||||
depends on BR2_USE_MMU # uses fork()
|
depends on BR2_USE_MMU # uses fork()
|
||||||
depends on BR2_USE_WCHAR # util-linux
|
depends on BR2_USE_WCHAR # needs C99 compiler
|
||||||
depends on !BR2_STATIC_LIBS # kmod
|
depends on !BR2_STATIC_LIBS # kmod
|
||||||
select BR2_PACKAGE_HAS_UDEV
|
select BR2_PACKAGE_HAS_UDEV
|
||||||
select BR2_PACKAGE_UTIL_LINUX
|
select BR2_PACKAGE_UTIL_LINUX
|
||||||
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_F2FS_TOOLS
|
|||||||
bool "f2fs-tools"
|
bool "f2fs-tools"
|
||||||
select BR2_PACKAGE_UTIL_LINUX
|
select BR2_PACKAGE_UTIL_LINUX
|
||||||
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
||||||
depends on BR2_USE_WCHAR # util-linux
|
depends on BR2_USE_WCHAR # uses wchar_t
|
||||||
help
|
help
|
||||||
Tools for Flash-Friendly File System (F2FS)
|
Tools for Flash-Friendly File System (F2FS)
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ config BR2_PACKAGE_FREESWITCH
|
|||||||
depends on !BR2_STATIC_LIBS # apr, included in freeswitch source
|
depends on !BR2_STATIC_LIBS # apr, included in freeswitch source
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
depends on BR2_USE_MMU # apr, included in freeswitch source
|
depends on BR2_USE_MMU # apr, included in freeswitch source
|
||||||
depends on BR2_USE_WCHAR # libuuid
|
depends on BR2_USE_WCHAR # uses wchar_t
|
||||||
select BR2_PACKAGE_FFMPEG_AVRESAMPLE if BR2_PACKAGE_FFMPEG
|
select BR2_PACKAGE_FFMPEG_AVRESAMPLE if BR2_PACKAGE_FFMPEG
|
||||||
select BR2_PACKAGE_FFMPEG_SWSCALE if BR2_PACKAGE_FFMPEG
|
select BR2_PACKAGE_FFMPEG_SWSCALE if BR2_PACKAGE_FFMPEG
|
||||||
select BR2_PACKAGE_LIBCURL
|
select BR2_PACKAGE_LIBCURL
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
config BR2_PACKAGE_GUPNP
|
config BR2_PACKAGE_GUPNP
|
||||||
bool "gupnp"
|
bool "gupnp"
|
||||||
depends on BR2_USE_WCHAR # glib2, gssdp, util-linux
|
depends on BR2_USE_WCHAR # glib2, gssdp
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2, gssdp
|
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2, gssdp
|
||||||
depends on BR2_USE_MMU # glib2, gssdp
|
depends on BR2_USE_MMU # glib2, gssdp
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
|
@ -4,7 +4,7 @@ config BR2_PACKAGE_LTTNG_BABELTRACE
|
|||||||
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
select BR2_PACKAGE_POPT
|
select BR2_PACKAGE_POPT
|
||||||
depends on BR2_USE_WCHAR # libglib2, util-linux
|
depends on BR2_USE_WCHAR # libglib2
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
||||||
depends on BR2_USE_MMU # libglib2
|
depends on BR2_USE_MMU # libglib2
|
||||||
help
|
help
|
||||||
|
@ -3,7 +3,7 @@ config BR2_PACKAGE_LTTNG_LIBUST
|
|||||||
select BR2_PACKAGE_LIBURCU
|
select BR2_PACKAGE_LIBURCU
|
||||||
select BR2_PACKAGE_UTIL_LINUX
|
select BR2_PACKAGE_UTIL_LINUX
|
||||||
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
||||||
depends on BR2_USE_WCHAR # util-linux
|
depends on BR2_USE_WCHAR # uses wchar_t
|
||||||
# liburcu only works on some architectures and requires threads support"
|
# liburcu only works on some architectures and requires threads support"
|
||||||
depends on BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS
|
depends on BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
@ -7,7 +7,7 @@ comment "samba4 needs a toolchain w/ RPC, wchar, dynamic library, threads"
|
|||||||
config BR2_PACKAGE_SAMBA4
|
config BR2_PACKAGE_SAMBA4
|
||||||
bool "samba4"
|
bool "samba4"
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
depends on BR2_USE_WCHAR # e2fsprogs
|
depends on BR2_USE_WCHAR # python
|
||||||
depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # python -> libffi
|
depends on BR2_TOOLCHAIN_HAS_THREADS # python -> libffi
|
||||||
depends on !BR2_STATIC_LIBS # python
|
depends on !BR2_STATIC_LIBS # python
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
config BR2_PACKAGE_TASKD
|
config BR2_PACKAGE_TASKD
|
||||||
bool "taskd"
|
bool "taskd"
|
||||||
depends on BR2_USE_WCHAR # gnutls, util-linux
|
depends on BR2_USE_WCHAR # gnutls
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
select BR2_PACKAGE_GNUTLS
|
select BR2_PACKAGE_GNUTLS
|
||||||
|
@ -22,7 +22,7 @@ config BR2_PACKAGE_XEN_TOOLS
|
|||||||
depends on !BR2_STATIC_LIBS # dtc (libfdt)
|
depends on !BR2_STATIC_LIBS # dtc (libfdt)
|
||||||
depends on BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS
|
depends on BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
||||||
depends on BR2_USE_WCHAR # libglib2, util-linux
|
depends on BR2_USE_WCHAR # libglib2
|
||||||
select BR2_PACKAGE_DTC
|
select BR2_PACKAGE_DTC
|
||||||
select BR2_PACKAGE_LIBAIO
|
select BR2_PACKAGE_LIBAIO
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
|
@ -158,7 +158,7 @@ config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV
|
|||||||
|
|
||||||
config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV
|
config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV
|
||||||
bool "Dynamic using devtmpfs + eudev"
|
bool "Dynamic using devtmpfs + eudev"
|
||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR # eudev
|
||||||
depends on !BR2_STATIC_LIBS
|
depends on !BR2_STATIC_LIBS
|
||||||
depends on BR2_USE_MMU # eudev
|
depends on BR2_USE_MMU # eudev
|
||||||
select BR2_PACKAGE_EUDEV
|
select BR2_PACKAGE_EUDEV
|
||||||
|
Loading…
x
Reference in New Issue
Block a user