blob: fef87d3130ff4592bad369d1450f8393cab2b25c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
SECTION = "base"
SUMMARY = "Utilities and scripts for power management"
DESCRIPTION = "Simple shell command line toos to suspect and hibernate."
LICENSE="GPL"
PR = "r0"
SRC_URI = "http://pm-utils.freedesktop.org/releases/pm-utils-${PV}.tar.gz"
inherit pkgconfig autotools
FILES_${PN}-dbg += "${libdir}/pm-utils/bin/.debug \
${datadir}/doc/pm-utils/README.debugging"
do_configure_prepend () {
autoreconf -f -i -s
}
|