summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-06-05 04:56:40 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-21 13:02:56 +0100
commit17d4fa09d8e58743c3fec5d31cdae82555a3a1a7 (patch)
treed593dc33cfcf95bbc4ea78b2813286af8b7b6325 /meta/recipes-bsp
parentfd259b8894880da2dd4c5bb68386e13b2323cc8e (diff)
downloadpoky-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')
-rw-r--r--meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb11
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
12SRC_URI = "http://pm-utils.freedesktop.org/releases/pm-utils-${PV}.tar.gz" 12SRC_URI = "http://pm-utils.freedesktop.org/releases/pm-utils-${PV}.tar.gz"
13 13
14SRC_URI[md5sum] = "1742a556089c36c3a89eb1b957da5a60"
15SRC_URI[sha256sum] = "8ed899032866d88b2933a1d34cc75e8ae42dcde20e1cc21836baaae3d4370c0b"
16
14inherit pkgconfig autotools 17inherit pkgconfig autotools
15 18
16FILES_${PN}-dbg += "${libdir}/pm-utils/bin/.debug \ 19RDEPENDS_${PN} = "grep"
17 ${datadir}/doc/pm-utils/README.debugging"
18 20
19do_configure_prepend () { 21do_configure_prepend () {
20 autoreconf -f -i -s 22 autoreconf -f -i -s
21} 23}
22 24
23SRC_URI[md5sum] = "1742a556089c36c3a89eb1b957da5a60" 25FILES_${PN} += "${libdir}/${BPN}/*"
24SRC_URI[sha256sum] = "8ed899032866d88b2933a1d34cc75e8ae42dcde20e1cc21836baaae3d4370c0b" 26FILES_${PN}-dbg += "${libdir}/${BPN}/bin/.debug \
27 ${datadir}/doc/pm-utils/README.debugging"