[Buildroot] [PATCH 1/1] sispmctl: new package

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Jun 9 12:42:05 UTC 2014


Dear Phil Eichinger,

On Thu, 29 May 2014 17:05:33 +0200, Phil Eichinger wrote:
> 
> Signed-off-by: Phil Eichinger <phil at zankapfel.net>
> ---
>  package/Config.in            |    1 +
>  package/sispmctl/Config.in   |   11 +++++++++++
>  package/sispmctl/sispmctl.mk |   17 +++++++++++++++++
>  3 files changed, 29 insertions(+)
>  create mode 100644 package/sispmctl/Config.in
>  create mode 100644 package/sispmctl/sispmctl.mk

Thanks, I've applied your patch, after making a small number of
changes. Here is the list of changes I made:

    [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.]

Thanks a lot for your contribution!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com


More information about the buildroot mailing list