]> code.ossystems Code Review - openembedded-core.git/commit
libevent: fix the multilib header conflict
authorZhixiong Chi <zhixiong.chi@windriver.com>
Mon, 13 Aug 2018 07:04:23 +0000 (00:04 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 14 Aug 2018 10:36:22 +0000 (11:36 +0100)
commit49f979b13f1bc6ece0f343d41421aba43f8d9e21
tree25c90e786ba015b423c96b2a9f1cd54505164e7e
parent41688279cba3a5afc4fdc65fd245b9bb6ada695e
libevent: fix the multilib header conflict

Error: Transaction check error:
  file /usr/include/event2/event-config.h conflicts between attempted installs of libevent-dev-2.1.8-r0.skylake_64 and lib32-libevent-dev-2.1.8-r0.x86

The conflict is the size macro definition between 32bit and 64bit
such as:
< #define EVENT__SIZEOF_LONG 8
> #define EVENT__SIZEOF_LONG 4
< #define EVENT__SIZEOF_PTHREAD_T 8
> #define EVENT__SIZEOF_PTHREAD_T 4

Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libevent/libevent_2.1.8.bb