From: Ming Liu <[email protected]> In case some recipes might need it, for instance, the aktualizr-native of meta-updater.
Signed-off-by: Ming Liu <[email protected]> --- 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 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
