summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/pm-utils/pm-utils_1.3.0.bb
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-11-18 20:01:34 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-11-22 10:25:33 +0000
commitd80c854c702be10c5f76e5647872bd8188506d22 (patch)
treea73715e61ba9ce4e45141e4c39e18e9396665a28 /meta/recipes-bsp/pm-utils/pm-utils_1.3.0.bb
parent4ad20191b681eb149144b0011db0f05c72fcc54e (diff)
downloadpoky-d80c854c702be10c5f76e5647872bd8188506d22.tar.gz
pm-utils: Upgrade to version 1.4.1
Fixed its metadata. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-bsp/pm-utils/pm-utils_1.3.0.bb')
-rw-r--r--meta/recipes-bsp/pm-utils/pm-utils_1.3.0.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/recipes-bsp/pm-utils/pm-utils_1.3.0.bb b/meta/recipes-bsp/pm-utils/pm-utils_1.3.0.bb
deleted file mode 100644
index fef87d3130..0000000000
--- a/meta/recipes-bsp/pm-utils/pm-utils_1.3.0.bb
+++ /dev/null
@@ -1,17 +0,0 @@
1SECTION = "base"
2SUMMARY = "Utilities and scripts for power management"
3DESCRIPTION = "Simple shell command line toos to suspect and hibernate."
4LICENSE="GPL"
5
6PR = "r0"
7
8SRC_URI = "http://pm-utils.freedesktop.org/releases/pm-utils-${PV}.tar.gz"
9
10inherit pkgconfig autotools
11
12FILES_${PN}-dbg += "${libdir}/pm-utils/bin/.debug \
13 ${datadir}/doc/pm-utils/README.debugging"
14
15do_configure_prepend () {
16 autoreconf -f -i -s
17}