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.

(From OE-Core rev: fe871d23c2714e66a1f5e2428a16e742ca40fc62)

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Peter Kjellerstedt
2018-11-09 22:08:17 +01:00
committed by Richard Purdie
parent e4263671a3
commit 6b7227b68a

View File

@@ -20,4 +20,4 @@ do_install () {
oe_runmake install DESTDIR=${D}
}
BBCLASSEXTEND = "nativesdk"
BBCLASSEXTEND = "native nativesdk"