diff options
Diffstat (limited to 'meta/recipes-bsp/pm-utils')
| -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" | ||
