aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMing Liu <liu.ming50@gmail.com>2019-02-03 13:05:23 +0100
committerKhem Raj <raj.khem@gmail.com>2019-02-03 10:46:42 -0800
commit64784f7568183482d1c62536317598afac53c4b1 (patch)
tree9044076693a06abbcc8429b78e70bde5abe589c7
parentace62392d15b0e500f9af1774ffcfc752d441a98 (diff)
downloadmeta-openembedded-contrib-64784f7568183482d1c62536317598afac53c4b1.tar.gz
lshw: BBCLASSEXTEND to native
In case some recipes might need it, for instance, the aktualizr-native of meta-updater. Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/lshw/lshw_02.18.bb2
1 files changed, 2 insertions, 0 deletions
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"