summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsakib.sajal@windriver.com <sakib.sajal@windriver.com>2020-08-14 11:45:28 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-08-16 21:20:12 -0400
commit83a75c64106a2bba8eeb206afb58bec710ee2a08 (patch)
tree86886ce8b7a49e24f4dadc279f5ed03fc1064cbd
parentf34ada4e1aa49bd7f338f3add7d0ef977ec8ae85 (diff)
downloadmeta-virtualization-83a75c64106a2bba8eeb206afb58bec710ee2a08.tar.gz
ceph: fix do_compile error: 'sys_siglist' was not declared
glibc 2.32 has deprecated sys_siglist, oe-core commit 7c19f30849e9a73a7497d8e6c4719a2e57017086, causing ceph build to fail with error: ceph-15.2.0/src/global/signal_handler.h:24:26: error: 'sys_siglist' was not declared ceph has support for using reentrant strsignal, hence use it. See commit 82c40b67f5843162a93ebb2c1a006572d8f256a5 in upstream ceph. Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-extended/ceph/ceph_15.2.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-extended/ceph/ceph_15.2.0.bb b/recipes-extended/ceph/ceph_15.2.0.bb
index 9423faa4..223a74e1 100644
--- a/recipes-extended/ceph/ceph_15.2.0.bb
+++ b/recipes-extended/ceph/ceph_15.2.0.bb
@@ -73,6 +73,7 @@ EXTRA_OECMAKE = "-DWITH_MANPAGE=OFF \
73 -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3 \ 73 -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3 \
74 -DPython3_EXECUTABLE=${PYTHON} \ 74 -DPython3_EXECUTABLE=${PYTHON} \
75 -DWITH_RADOSGW_KAFKA_ENDPOINT=OFF \ 75 -DWITH_RADOSGW_KAFKA_ENDPOINT=OFF \
76 -DWITH_REENTRANT_STRSIGNAL=ON \
76" 77"
77 78
78export STAGING_DIR_HOST 79export STAGING_DIR_HOST