mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
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>
This commit is contained in:
16
meta/packages/pm-utils/pm-utils_1.3.0.bb
Normal file
16
meta/packages/pm-utils/pm-utils_1.3.0.bb
Normal file
@@ -0,0 +1,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
|
||||
}
|
||||
Reference in New Issue
Block a user