[oe-commits] [openembedded-core] 08/10: libaio: extend to nativesdk

git at git.openembedded.org git at git.openembedded.org
Thu Oct 25 13:54:31 UTC 2018


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

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 5f56ce58360320d7ef9526b3bdcc7e26a647b6de
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Tue Oct 23 12:58:22 2018 +0800

    libaio: extend to nativesdk
    
    lvm2 currently requires libaio. So building nativesdk-lvm2 will
    result in the following error.
    
      ERROR: Required build target 'nativesdk-lvm2' has no buildable providers.
      Missing or unbuildable dependency chain was: ['nativesdk-lvm2', 'nativesdk-libaio']
    
    Extend libaio to nativesdk to fix this issue.
    
    Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/libaio/libaio_0.3.111.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-extended/libaio/libaio_0.3.111.bb b/meta/recipes-extended/libaio/libaio_0.3.111.bb
index 5bd8307..04b50b6 100644
--- a/meta/recipes-extended/libaio/libaio_0.3.111.bb
+++ b/meta/recipes-extended/libaio/libaio_0.3.111.bb
@@ -19,3 +19,5 @@ EXTRA_OEMAKE =+ "prefix=${prefix} includedir=${includedir} libdir=${libdir}"
 do_install () {
     oe_runmake install DESTDIR=${D}
 }
+
+BBCLASSEXTEND = "nativesdk"

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


More information about the Openembedded-commits mailing list