summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorsakib.sajal@windriver.com <sakib.sajal@windriver.com>2022-03-16 11:20:20 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-03-22 15:59:52 -0400
commite7516708fe6fb60e52b24354fa5635689aa06d5d (patch)
treeb4bb6d0fd9a6cc4c5c4e63c72c37b16e7b3292ce /recipes-extended
parent8cba065209dd668afe939f878da340a017ecdd7d (diff)
downloadmeta-virtualization-e7516708fe6fb60e52b24354fa5635689aa06d5d.tar.gz
ceph: set CXXFLAGS and CFLAGS
commit a83623a54a375d3ae9198a135b94379881a2b7a5 was added to oe-core which removes CXXFLAGS and CFLAGS causing compilation for ceph to fail. Set CXXFLAGS and CFLAGS to resolve the issue. Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/ceph/ceph_15.2.15.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-extended/ceph/ceph_15.2.15.bb b/recipes-extended/ceph/ceph_15.2.15.bb
index c72953ae..17dbcf35 100644
--- a/recipes-extended/ceph/ceph_15.2.15.bb
+++ b/recipes-extended/ceph/ceph_15.2.15.bb
@@ -66,6 +66,9 @@ EXTRA_OECMAKE = "-DWITH_MANPAGE=OFF \
66 -DWITH_REENTRANT_STRSIGNAL=ON \ 66 -DWITH_REENTRANT_STRSIGNAL=ON \
67" 67"
68 68
69CXXFLAGS += "${HOST_CC_ARCH} ${TOOLCHAIN_OPTIONS}"
70CFLAGS += "${HOST_CC_ARCH} ${TOOLCHAIN_OPTIONS}"
71
69export STAGING_DIR_HOST 72export STAGING_DIR_HOST
70 73
71do_configure:prepend () { 74do_configure:prepend () {