blob: cb90f87accd6c4acbaa10cabd732730a9948c3a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
SECTION = "base"
DESCRIPTION = "PM hooks"
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
}
|