diff options
author | Zhixiong Chi <zhixiong.chi@windriver.com> | 2018-04-19 03:18:15 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-04 09:54:58 +0100 |
commit | 362787f252285658c86566db81758d4a3f55e67e (patch) | |
tree | 30d2e10f541f350430791357b54613216f3c1c5d | |
parent | 445644efd08f76762ec980999e9a6e91e4e88598 (diff) | |
download | openembedded-core-362787f252285658c86566db81758d4a3f55e67e.tar.gz openembedded-core-362787f252285658c86566db81758d4a3f55e67e.tar.bz2 openembedded-core-362787f252285658c86566db81758d4a3f55e67e.zip |
liburcu: fix multilib header conflict-urcu/config.h
Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-support/liburcu/liburcu_0.10.1.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-support/liburcu/liburcu_0.10.1.bb b/meta/recipes-support/liburcu/liburcu_0.10.1.bb index 459c04a7a1..9d5b28b33d 100644 --- a/meta/recipes-support/liburcu/liburcu_0.10.1.bb +++ b/meta/recipes-support/liburcu/liburcu_0.10.1.bb @@ -14,6 +14,10 @@ SRC_URI[md5sum] = "281a2f92fdc39c40ad6b76f6631fdbd7" SRC_URI[sha256sum] = "9c09220be4435dc27fcd22d291707b94b97f159e0c442fbcd60c168f8f79eb06" S = "${WORKDIR}/userspace-rcu-${PV}" -inherit autotools +inherit autotools multilib_header CPPFLAGS_append_riscv64 = " -pthread -D_REENTRANT" + +do_install_append() { + oe_multilib_header urcu/config.h +} |