diff options
author | Kai Kang <kai.kang@windriver.com> | 2017-03-24 17:18:57 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-26 13:17:04 +0100 |
commit | b2a785f19fe25d244179b8672c846925da6d455a (patch) | |
tree | fbd0d47bb4f00d1782c6b417263506ec8bed887c /meta/classes/autotools.bbclass | |
parent | 131629ca6238ea0596f5dd11d659ce2ca63067a4 (diff) | |
download | openembedded-core-b2a785f19fe25d244179b8672c846925da6d455a.tar.gz openembedded-core-b2a785f19fe25d244179b8672c846925da6d455a.tar.bz2 openembedded-core-b2a785f19fe25d244179b8672c846925da6d455a.zip |
mdadm: update criteria to build with corosync
mdadm only works with corosync 2.x which provides header file corosync/cmap.h.
If build mdadm with corosync 1.x, it fails with:
| member.c:12:27: fatal error: corosync/cmap.h: No such file or directory
| #include <corosync/cmap.h>
| ^
Build with corosync only header file corosync/cmap.h exists.
Ref:
https://github.com/neilbrown/mdadm/blob/master/mdadm.h#L63
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/autotools.bbclass')
0 files changed, 0 insertions, 0 deletions