[oe] [meta-oe] [PATCH] lshw: BBCLASSEXTEND to native

liu.ming50 at gmail.com liu.ming50 at gmail.com
Sun Feb 3 12:05:23 UTC 2019


From: Ming Liu <liu.ming50 at gmail.com>

In case some recipes might need it, for instance, the aktualizr-native
of meta-updater.

Signed-off-by: Ming Liu <liu.ming50 at gmail.com>
---
 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 b344fbf..d1a7334 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"
-- 
2.7.4



More information about the Openembedded-devel mailing list