[oe-commits] [openembedded-core] 39/39: libaio: Extend to native

git at git.openembedded.org git at git.openembedded.org
Sun Nov 11 09:17:36 UTC 2018


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

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

commit 8c52566434b0d3b1822741dd3dd6a970ffb2e413
Author: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
AuthorDate: Fri Nov 9 22:08:17 2018 +0100

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

diff --git a/meta/recipes-extended/libaio/libaio_0.3.111.bb b/meta/recipes-extended/libaio/libaio_0.3.111.bb
index 04b50b6..8e1cd34 100644
--- a/meta/recipes-extended/libaio/libaio_0.3.111.bb
+++ b/meta/recipes-extended/libaio/libaio_0.3.111.bb
@@ -20,4 +20,4 @@ do_install () {
     oe_runmake install DESTDIR=${D}
 }
 
-BBCLASSEXTEND = "nativesdk"
+BBCLASSEXTEND = "native nativesdk"

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


More information about the Openembedded-commits mailing list