diff options
| author | sakib.sajal@windriver.com <sakib.sajal@windriver.com> | 2022-03-16 11:20:20 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-03-22 15:59:52 -0400 |
| commit | e7516708fe6fb60e52b24354fa5635689aa06d5d (patch) | |
| tree | b4bb6d0fd9a6cc4c5c4e63c72c37b16e7b3292ce | |
| parent | 8cba065209dd668afe939f878da340a017ecdd7d (diff) | |
| download | meta-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>
| -rw-r--r-- | recipes-extended/ceph/ceph_15.2.15.bb | 3 |
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 | ||
| 69 | CXXFLAGS += "${HOST_CC_ARCH} ${TOOLCHAIN_OPTIONS}" | ||
| 70 | CFLAGS += "${HOST_CC_ARCH} ${TOOLCHAIN_OPTIONS}" | ||
| 71 | |||
| 69 | export STAGING_DIR_HOST | 72 | export STAGING_DIR_HOST |
| 70 | 73 | ||
| 71 | do_configure:prepend () { | 74 | do_configure:prepend () { |
