summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"