summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2018-12-22 23:13:21 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-25 22:27:40 +0000
commit75c837e2740ddc2dc380178f1afe5f0c882f696b (patch)
tree45738349789b6c742c876330f9b00e8a326b80f5 /meta
parent80adac85bcc97f059da6cdcdc217e86a9a06f110 (diff)
downloadpoky-75c837e2740ddc2dc380178f1afe5f0c882f696b.tar.gz
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>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/libaio/libaio_0.3.111.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/libaio/libaio_0.3.111.bb b/meta/recipes-extended/libaio/libaio_0.3.111.bb
index 04b50b61ec..8e1cd349a0 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 () {
20 oe_runmake install DESTDIR=${D} 20 oe_runmake install DESTDIR=${D}
21} 21}
22 22
23BBCLASSEXTEND = "nativesdk" 23BBCLASSEXTEND = "native nativesdk"