powertop: new package
authorSteven Noonan <steven@uplinklabs.net>
Thu, 19 Mar 2015 05:40:21 +0000 (22:40 -0700)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 20 Mar 2015 15:28:27 +0000 (16:28 +0100)
commit0adc0e24eed72efca0097c7567319f07b8af6d94
tree6be60335228f0cd9231c6a5f1c60fce201a9d7af
parent4c6bc6f2cdce3eaf51d6529dd7b493857b4b20e0
powertop: new package

[Thomas:
  - fix commit title
  - powertop wants libintl unconditionally, so make sure
    BR2_PACKAGE_GETTEXT is selected when BR2_NEEDS_GETTEXT is set, and
    add gettext to the dependencies.
  - add missing comment about thread dependency.
  - add missing dependency on host-pkgconf, without which powertop
    cannot find libnl.
  - patch src/Makefile.am to not pass -fstack-protector, which fails
    to build if the toolchain does not have SSP support.
  - rename patch powertop-autotune.patch to confirm to the patch
    naming convention.]

Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/powertop/0001-autotune-fix-use-after-close.patch [new file with mode: 0644]
package/powertop/0002-dont-force-stack-smashing-protection.patch [new file with mode: 0644]
package/powertop/Config.in [new file with mode: 0644]
package/powertop/powertop.hash [new file with mode: 0644]
package/powertop/powertop.mk [new file with mode: 0644]