mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
fd259b8894
commit
17d4fa09d8
@@ -11,14 +11,17 @@ RDEPENDS_${PN} = "grep"
|
|||||||
|
|
||||||
SRC_URI = "http://pm-utils.freedesktop.org/releases/pm-utils-${PV}.tar.gz"
|
SRC_URI = "http://pm-utils.freedesktop.org/releases/pm-utils-${PV}.tar.gz"
|
||||||
|
|
||||||
|
SRC_URI[md5sum] = "1742a556089c36c3a89eb1b957da5a60"
|
||||||
|
SRC_URI[sha256sum] = "8ed899032866d88b2933a1d34cc75e8ae42dcde20e1cc21836baaae3d4370c0b"
|
||||||
|
|
||||||
inherit pkgconfig autotools
|
inherit pkgconfig autotools
|
||||||
|
|
||||||
FILES_${PN}-dbg += "${libdir}/pm-utils/bin/.debug \
|
RDEPENDS_${PN} = "grep"
|
||||||
${datadir}/doc/pm-utils/README.debugging"
|
|
||||||
|
|
||||||
do_configure_prepend () {
|
do_configure_prepend () {
|
||||||
autoreconf -f -i -s
|
autoreconf -f -i -s
|
||||||
}
|
}
|
||||||
|
|
||||||
SRC_URI[md5sum] = "1742a556089c36c3a89eb1b957da5a60"
|
FILES_${PN} += "${libdir}/${BPN}/*"
|
||||||
SRC_URI[sha256sum] = "8ed899032866d88b2933a1d34cc75e8ae42dcde20e1cc21836baaae3d4370c0b"
|
FILES_${PN}-dbg += "${libdir}/${BPN}/bin/.debug \
|
||||||
|
${datadir}/doc/pm-utils/README.debugging"
|
||||||
|
|||||||
Reference in New Issue
Block a user