]> code.ossystems Code Review - openembedded-core.git/commitdiff
libaio: Extend to native
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Sat, 22 Dec 2018 22:13:21 +0000 (23:13 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Feb 2019 22:25:08 +0000 (22:25 +0000)
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@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-extended/libaio/libaio_0.3.111.bb

index 04b50b61ecde18761011cd339f9d466d7c463047..8e1cd349a0ef6f7f3e28092bc7de5fe9d17774e4 100644 (file)
@@ -20,4 +20,4 @@ do_install () {
     oe_runmake install DESTDIR=${D}
 }
 
-BBCLASSEXTEND = "nativesdk"
+BBCLASSEXTEND = "native nativesdk"