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:
Maciej Pijanowski
2019-10-04 17:38:02 +02:00
committed by Khem Raj
parent 6e31ebb24a
commit 01d539b324
+4
View File
@@ -25,3 +25,7 @@ do_install() {
install -m 0644 ${S}/smem.8 ${D}/${mandir}/man8/
}
RDEPENDS_${PN} += "python-textutils python-compression python-shell python-codecs"
PACKAGES =+ "smemcap"
FILES_smemcap = "${bindir}/smemcap"