[oe-commits] [meta-openembedded] 02/05: lshw: BBCLASSEXTEND to native

git at git.openembedded.org git at git.openembedded.org
Sun Feb 3 18:48:36 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 64784f7568183482d1c62536317598afac53c4b1
Author: Ming Liu <liu.ming50 at gmail.com>
AuthorDate: Sun Feb 3 13:05:23 2019 +0100

    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 at gmail.com>
    Signed-off-by: Khem Raj <raj.khem 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list