diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-06-05 04:56:40 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-21 13:02:56 +0100 |
commit | 17d4fa09d8e58743c3fec5d31cdae82555a3a1a7 (patch) | |
tree | d593dc33cfcf95bbc4ea78b2813286af8b7b6325 /meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb | |
parent | fd259b8894880da2dd4c5bb68386e13b2323cc8e (diff) | |
download | poky-17d4fa09d8e58743c3fec5d31cdae82555a3a1a7.tar.gz |
pmutils: reorder file for correctness
(From OE-Core rev: 5d0a8f02dd560320fd36ca90d0ae020a033ba184)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb')
-rw-r--r-- | meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb b/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb index 92d65c1420..faa0e4e8b2 100644 --- a/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb +++ b/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb | |||
@@ -11,14 +11,17 @@ RDEPENDS_${PN} = "grep" | |||
11 | 11 | ||
12 | SRC_URI = "http://pm-utils.freedesktop.org/releases/pm-utils-${PV}.tar.gz" | 12 | SRC_URI = "http://pm-utils.freedesktop.org/releases/pm-utils-${PV}.tar.gz" |
13 | 13 | ||
14 | SRC_URI[md5sum] = "1742a556089c36c3a89eb1b957da5a60" | ||
15 | SRC_URI[sha256sum] = "8ed899032866d88b2933a1d34cc75e8ae42dcde20e1cc21836baaae3d4370c0b" | ||
16 | |||
14 | inherit pkgconfig autotools | 17 | inherit pkgconfig autotools |
15 | 18 | ||
16 | FILES_${PN}-dbg += "${libdir}/pm-utils/bin/.debug \ | 19 | RDEPENDS_${PN} = "grep" |
17 | ${datadir}/doc/pm-utils/README.debugging" | ||
18 | 20 | ||
19 | do_configure_prepend () { | 21 | do_configure_prepend () { |
20 | autoreconf -f -i -s | 22 | autoreconf -f -i -s |
21 | } | 23 | } |
22 | 24 | ||
23 | SRC_URI[md5sum] = "1742a556089c36c3a89eb1b957da5a60" | 25 | FILES_${PN} += "${libdir}/${BPN}/*" |
24 | SRC_URI[sha256sum] = "8ed899032866d88b2933a1d34cc75e8ae42dcde20e1cc21836baaae3d4370c0b" | 26 | FILES_${PN}-dbg += "${libdir}/${BPN}/bin/.debug \ |
27 | ${datadir}/doc/pm-utils/README.debugging" | ||