From 1f2646981f17e09342ed3dcff6436f60fb8a800e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 1 Jun 2010 15:14:26 +0100 Subject: 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 | 18 ------------------ meta/packages/pm-utils/pm-utils_1.3.0.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 18 deletions(-) delete mode 100644 meta/packages/pm-utils/pm-utils_1.2.bb create mode 100644 meta/packages/pm-utils/pm-utils_1.3.0.bb diff --git a/meta/packages/pm-utils/pm-utils_1.2.bb b/meta/packages/pm-utils/pm-utils_1.2.bb deleted file mode 100644 index 3159f8c27c..0000000000 --- a/meta/packages/pm-utils/pm-utils_1.2.bb +++ /dev/null @@ -1,18 +0,0 @@ -SECTION = "base" -DESCRIPTION = "PM hooks" -LICENSE="GPL" - -PR = "r0" - -SRC_URI = "http://git.fnordovax.org/pm-utils/snapshot/pm-utils-pm-utils-1.2.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 -} - -S = "${WORKDIR}/pm-utils" diff --git a/meta/packages/pm-utils/pm-utils_1.3.0.bb b/meta/packages/pm-utils/pm-utils_1.3.0.bb new file mode 100644 index 0000000000..cb90f87acc --- /dev/null +++ b/meta/packages/pm-utils/pm-utils_1.3.0.bb @@ -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 +} -- cgit v1.2.3-54-g00ecf