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: 6c9b23b77e62ed382d44f94849c13c1f831e64a7)

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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Peter Kjellerstedt
2018-12-22 23:13:21 +01:00
committed by Richard Purdie
parent 80adac85bc
commit 75c837e274

View File

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