From: Richard Purdie Date: Tue, 1 Jun 2010 14:14:26 +0000 (+0100) Subject: pm-utils: Upgrade to 1.3.0 and fix SRC_URI not to point at SCM generated tarballs X-Git-Tag: 2011-1~5954 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1f2646981f17e09342ed3dcff6436f60fb8a800e;p=openembedded-core.git pm-utils: Upgrade to 1.3.0 and fix SRC_URI not to point at SCM generated tarballs Signed-off-by: Richard Purdie --- 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"