From 1f2646981f17e09342ed3dcff6436f60fb8a800e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 1 Jun 2010 15:14:26 +0100 Subject: [PATCH] pm-utils: Upgrade to 1.3.0 and fix SRC_URI not to point at SCM generated tarballs Signed-off-by: Richard Purdie --- meta/packages/pm-utils/{pm-utils_1.2.bb => pm-utils_1.3.0.bb} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename meta/packages/pm-utils/{pm-utils_1.2.bb => pm-utils_1.3.0.bb} (69%) diff --git a/meta/packages/pm-utils/pm-utils_1.2.bb b/meta/packages/pm-utils/pm-utils_1.3.0.bb similarity index 69% rename from meta/packages/pm-utils/pm-utils_1.2.bb rename to meta/packages/pm-utils/pm-utils_1.3.0.bb index 3159f8c27c..cb90f87acc 100644 --- a/meta/packages/pm-utils/pm-utils_1.2.bb +++ b/meta/packages/pm-utils/pm-utils_1.3.0.bb @@ -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"