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:
Richard Purdie 2010-06-01 15:14:26 +01:00
parent 3cbbd0b002
commit 1f2646981f
1 changed files with 1 additions and 3 deletions

View File

@ -4,7 +4,7 @@ LICENSE="GPL"
PR = "r0"
SRC_URI = "http://git.fnordovax.org/pm-utils/snapshot/pm-utils-pm-utils-1.2.tar.gz"
SRC_URI = "http://pm-utils.freedesktop.org/releases/pm-utils-${PV}.tar.gz"
inherit pkgconfig autotools
@ -14,5 +14,3 @@ FILES_${PN}-dbg += "${libdir}/pm-utils/bin/.debug \
do_configure_prepend () {
autoreconf -f -i -s
}
S = "${WORKDIR}/pm-utils"