summaryrefslogtreecommitdiffstats
path: root/package/sispmctl/Config.in
diff options
context:
space:
mode:
authorPhil Eichinger <phil.eichinger@gmail.com>2014-05-29 17:05:33 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-06-09 14:38:38 +0200
commit9b0a4a0a99d40a968960af9350923946eb69f696 (patch)
tree5b482bd3246aad748e642ee78ce8048b4469c9ce /package/sispmctl/Config.in
parent9e7efa662e7d2c23c138353b2f1594e6c7b87b87 (diff)
downloadbuildroot-9b0a4a0a99d40a968960af9350923946eb69f696.tar.gz
buildroot-9b0a4a0a99d40a968960af9350923946eb69f696.zip
sispmctl: new package
[Thomas: - Add missing select of BR2_PACKAGE_LIBUSB, since BR2_PACKAGE_LIBUSB_COMPAT depends on it - Add missing thread dependency, since libusb requires threads. - Add missing wide-char dependency. Without wide char support, sispmctl doesn't build. - Rewrap the Config.in help text, and remove trailing whitespaces. - License is GPLv2+, not GPLv2. - Remove --disable-dependency-tracking from <pkg>_CONF_OPT. That's a global, standard, autoconf option, and there's no reason to pass it at the per-package level.] Signed-off-by: Phil Eichinger <phil@zankapfel.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/sispmctl/Config.in')
-rw-r--r--package/sispmctl/Config.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/package/sispmctl/Config.in b/package/sispmctl/Config.in
new file mode 100644
index 0000000000..8070802c1e
--- /dev/null
+++ b/package/sispmctl/Config.in
@@ -0,0 +1,17 @@
+config BR2_PACKAGE_SISPMCTL
+ bool "sispmctl"
+ select BR2_PACKAGE_LIBUSB
+ select BR2_PACKAGE_LIBUSB_COMPAT
+ depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
+ depends on BR2_USE_WCHAR
+ depends on BR2_USE_MMU # fork()
+ help
+ sispmctl is an application enabling the use of the GEMBIRD
+ SiS-PM and mSiS(sispm) USB-controlled power-outlet device
+ under Linux. Note that the device is also sold under
+ different Names, i.e. as "IntelliPlug" in Germany.
+
+ http://sispmctl.sourceforge.net/
+
+comment "sispmctl needs a toolchain w/ threads, wchar"
+ depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
OpenPOWER on IntegriCloud