sispmctl: new package
authorPhil Eichinger <phil.eichinger@gmail.com>
Thu, 29 May 2014 15:05:33 +0000 (17:05 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 9 Jun 2014 12:38:38 +0000 (14:38 +0200)
commit9b0a4a0a99d40a968960af9350923946eb69f696
tree5b482bd3246aad748e642ee78ce8048b4469c9ce
parent9e7efa662e7d2c23c138353b2f1594e6c7b87b87
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>
package/Config.in
package/sispmctl/Config.in [new file with mode: 0644]
package/sispmctl/sispmctl.mk [new file with mode: 0644]