[oe-commits] [meta-openembedded] 12/12: smem: package smemcap separately

git at git.openembedded.org git at git.openembedded.org
Sat Oct 5 02:12:31 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 01d539b324a867a01b271946321f2bfd031c2e67
Author: Maciej Pijanowski <maciej.pijanowski at 3mdeb.com>
AuthorDate: Fri Oct 4 17:38:02 2019 +0200

    smem: package smemcap separately
    
    Signed-off-by: Maciej Pijanowski <maciej.pijanowski at 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 at gmail.com>
---
 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 519020f..702217a 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list