From 01d539b324a867a01b271946321f2bfd031c2e67 Mon Sep 17 00:00:00 2001 From: Maciej Pijanowski Date: Fri, 4 Oct 2019 17:38:02 +0200 Subject: smem: package smemcap separately Signed-off-by: Maciej Pijanowski 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 --- meta-oe/recipes-support/smem/smem_1.4.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-oe/recipes-support/smem/smem_1.4.bb b/meta-oe/recipes-support/smem/smem_1.4.bb index 519020f3b0..702217a33d 100644 --- a/meta-oe/recipes-support/smem/smem_1.4.bb +++ b/meta-oe/recipes-support/smem/smem_1.4.bb @@ -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" -- cgit 1.2.3-korg