From 64784f7568183482d1c62536317598afac53c4b1 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Sun, 3 Feb 2019 13:05:23 +0100 Subject: [PATCH] lshw: BBCLASSEXTEND to native In case some recipes might need it, for instance, the aktualizr-native of meta-updater. Signed-off-by: Ming Liu Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/lshw/lshw_02.18.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-devtools/lshw/lshw_02.18.bb b/meta-oe/recipes-devtools/lshw/lshw_02.18.bb index b344fbf326..d1a7334248 100644 --- a/meta-oe/recipes-devtools/lshw/lshw_02.18.bb +++ b/meta-oe/recipes-devtools/lshw/lshw_02.18.bb @@ -30,3 +30,5 @@ do_compile() { do_install() { oe_runmake install DESTDIR=${D} } + +BBCLASSEXTEND = "native"