generic-poky/meta/packages/pm-utils/pm-utils_1.3.0.bb
Richard Purdie 1f2646981f pm-utils: Upgrade to 1.3.0 and fix SRC_URI not to point at SCM generated tarballs
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-01 15:14:26 +01:00

17 lines
323 B
BlitzBasic

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
}