mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-10 16:40:03 +00:00
smem: package smemcap separately
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com> smemcap is a tiny binary which allows capturing current state of the /proc for further offline analysis. Package it seperately so there is no need to install python runtime dependencies on the embedded system when not required. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
6e31ebb24a
commit
01d539b324
@@ -25,3 +25,7 @@ do_install() {
|
|||||||
install -m 0644 ${S}/smem.8 ${D}/${mandir}/man8/
|
install -m 0644 ${S}/smem.8 ${D}/${mandir}/man8/
|
||||||
}
|
}
|
||||||
RDEPENDS_${PN} += "python-textutils python-compression python-shell python-codecs"
|
RDEPENDS_${PN} += "python-textutils python-compression python-shell python-codecs"
|
||||||
|
|
||||||
|
PACKAGES =+ "smemcap"
|
||||||
|
|
||||||
|
FILES_smemcap = "${bindir}/smemcap"
|
||||||
|
|||||||
Reference in New Issue
Block a user