93d982207b
[Bernd: - switched to actively maintained fork - package/Config.in: moved to "Hardware handling" (Peter) - added toolchain dependencies (Thomas) - added license hash - fixed build errors related to iconv and execinfo (Peter) - removed hook HDDTEMP_REMOVE_MAN (Thomas) - install hddtemp.db to target - added build/install _CMDS due to https://github.com/vitlav/hddtemp/issues/5] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> [yann.morin.1998@free.fr: - use GETTEXTIZE=YES, drop host-gettext from _DEPENDENCIES - drop custom build and install commands now that we gettextize - explicitly specify the DB path, introduce HDDTEMP_DB_PATH ] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
18 lines
555 B
Plaintext
18 lines
555 B
Plaintext
config BR2_PACKAGE_HDDTEMP
|
|
bool "hddtemp"
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on !BR2_STATIC_LIBS
|
|
select BR2_PACKAGE_LIBEXECINFO if !BR2_TOOLCHAIN_USES_GLIBC
|
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
|
help
|
|
hddtemp is a small utility that gives you the temperature of
|
|
your hard drive by reading S.M.A.R.T. informations, for drives
|
|
that support this feature.
|
|
|
|
https://github.com/vitlav/hddtemp
|
|
http://www.guzu.net/linux/hddtemp.php
|
|
|
|
comment "hddtemp needs dynamic library"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_STATIC_LIBS
|