[oe-commits] [meta-openembedded] 02/04: smem: add a native variant

git at git.openembedded.org git at git.openembedded.org
Wed Feb 5 02:45:54 UTC 2020


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 23d43514cfb652cd1662f04028e40ca447c58d76
Author: André Draszik <git at andred.net>
AuthorDate: Tue Feb 4 11:14:26 2020 +0000

    smem: add a native variant
    
    The native variant is useful to e.g. examine captures of a
    running target on the host system.
    
    Signed-off-by: André Draszik <git at andred.net>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/smem/smem_1.4.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/smem/smem_1.4.bb b/meta-oe/recipes-support/smem/smem_1.4.bb
index 702217a..947c47b 100644
--- a/meta-oe/recipes-support/smem/smem_1.4.bb
+++ b/meta-oe/recipes-support/smem/smem_1.4.bb
@@ -29,3 +29,5 @@ RDEPENDS_${PN} += "python-textutils python-compression python-shell python-codec
 PACKAGES =+ "smemcap"
 
 FILES_smemcap = "${bindir}/smemcap"
+
+BBCLASSEXTEND = "native"

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


More information about the Openembedded-commits mailing list