summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Draszik <git@andred.net>2020-02-04 11:14:26 +0000
committerKhem Raj <raj.khem@gmail.com>2020-02-04 18:45:47 -0800
commit23d43514cfb652cd1662f04028e40ca447c58d76 (patch)
treeaa8ed6e5146ec0134ef1648d5c686e53238b8259
parent392484ae210034ca2e567c027bc670a49032aaaf (diff)
downloadmeta-openembedded-23d43514cfb652cd1662f04028e40ca447c58d76.tar.gz
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@andred.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/smem/smem_1.4.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/smem/smem_1.4.bb b/meta-oe/recipes-support/smem/smem_1.4.bb
index 702217a33d..947c47b0f6 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
29PACKAGES =+ "smemcap" 29PACKAGES =+ "smemcap"
30 30
31FILES_smemcap = "${bindir}/smemcap" 31FILES_smemcap = "${bindir}/smemcap"
32
33BBCLASSEXTEND = "native"