* [PATCH 0/1] libaio: extend to nativesdk
@ 2018-10-23 4:58 Chen Qi
2018-10-23 4:58 ` [PATCH 1/1] " Chen Qi
0 siblings, 1 reply; 2+ messages in thread
From: Chen Qi @ 2018-10-23 4:58 UTC (permalink / raw)
To: openembedded-core
*** BLURB HERE ***
The following changes since commit 8e4c03744cfa8cc559682ebf7074643216dd2b9d:
oe-selftest: devtool: Support meta being a symbolic link (2018-10-21 21:30:35 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib ChenQi/libaio-nativesdk
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/libaio-nativesdk
Chen Qi (1):
libaio: extend to nativesdk
meta/recipes-extended/libaio/libaio_0.3.111.bb | 2 ++
1 file changed, 2 insertions(+)
--
1.9.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] libaio: extend to nativesdk
2018-10-23 4:58 [PATCH 0/1] libaio: extend to nativesdk Chen Qi
@ 2018-10-23 4:58 ` Chen Qi
0 siblings, 0 replies; 2+ messages in thread
From: Chen Qi @ 2018-10-23 4:58 UTC (permalink / raw)
To: openembedded-core
lvm2 currently requires libaio. So building nativesdk-lvm2 will
result in the following error.
ERROR: Required build target 'nativesdk-lvm2' has no buildable providers.
Missing or unbuildable dependency chain was: ['nativesdk-lvm2', 'nativesdk-libaio']
Extend libaio to nativesdk to fix this issue.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
meta/recipes-extended/libaio/libaio_0.3.111.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-extended/libaio/libaio_0.3.111.bb b/meta/recipes-extended/libaio/libaio_0.3.111.bb
index 5bd8307..04b50b6 100644
--- a/meta/recipes-extended/libaio/libaio_0.3.111.bb
+++ b/meta/recipes-extended/libaio/libaio_0.3.111.bb
@@ -19,3 +19,5 @@ EXTRA_OEMAKE =+ "prefix=${prefix} includedir=${includedir} libdir=${libdir}"
do_install () {
oe_runmake install DESTDIR=${D}
}
+
+BBCLASSEXTEND = "nativesdk"
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-10-23 4:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-23 4:58 [PATCH 0/1] libaio: extend to nativesdk Chen Qi
2018-10-23 4:58 ` [PATCH 1/1] " Chen Qi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox