From 23d43514cfb652cd1662f04028e40ca447c58d76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Draszik?= Date: Tue, 4 Feb 2020 11:14:26 +0000 Subject: [PATCH] smem: add a native variant MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The native variant is useful to e.g. examine captures of a running target on the host system. Signed-off-by: André Draszik Signed-off-by: Khem Raj --- 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 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 PACKAGES =+ "smemcap" FILES_smemcap = "${bindir}/smemcap" + +BBCLASSEXTEND = "native"