diff options
| author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-11-18 20:01:34 +0800 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-22 10:25:33 +0000 |
| commit | d80c854c702be10c5f76e5647872bd8188506d22 (patch) | |
| tree | a73715e61ba9ce4e45141e4c39e18e9396665a28 /meta/recipes-bsp/pm-utils/pm-utils_1.3.0.bb | |
| parent | 4ad20191b681eb149144b0011db0f05c72fcc54e (diff) | |
| download | poky-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.bb | 17 |
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 @@ | |||
| 1 | SECTION = "base" | ||
| 2 | SUMMARY = "Utilities and scripts for power management" | ||
| 3 | DESCRIPTION = "Simple shell command line toos to suspect and hibernate." | ||
| 4 | LICENSE="GPL" | ||
| 5 | |||
| 6 | PR = "r0" | ||
| 7 | |||
| 8 | SRC_URI = "http://pm-utils.freedesktop.org/releases/pm-utils-${PV}.tar.gz" | ||
| 9 | |||
| 10 | inherit pkgconfig autotools | ||
| 11 | |||
| 12 | FILES_${PN}-dbg += "${libdir}/pm-utils/bin/.debug \ | ||
| 13 | ${datadir}/doc/pm-utils/README.debugging" | ||
| 14 | |||
| 15 | do_configure_prepend () { | ||
| 16 | autoreconf -f -i -s | ||
| 17 | } | ||
