diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2019-05-05 13:43:13 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-05-06 15:47:02 -0400 |
commit | 2c6f451aa2b954c0cab2052d4f4635618050f648 (patch) | |
tree | dfd525d18ed3800c81ba5b286301274e0b9b15af | |
parent | 0fc82d3d0b8c718ac0bbfb72922cf8c72003c646 (diff) | |
download | meta-virtualization-2c6f451aa2b954c0cab2052d4f4635618050f648.tar.gz |
ceph: set CVE_PRODUCT
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-extended/ceph/ceph_14.1.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-extended/ceph/ceph_14.1.0.bb b/recipes-extended/ceph/ceph_14.1.0.bb index 0005d3b0..55a6d7d1 100644 --- a/recipes-extended/ceph/ceph_14.1.0.bb +++ b/recipes-extended/ceph/ceph_14.1.0.bb | |||
@@ -102,3 +102,5 @@ PACKAGES += " \ | |||
102 | INSANE_SKIP_${PN}-python += "ldflags" | 102 | INSANE_SKIP_${PN}-python += "ldflags" |
103 | INSANE_SKIP_${PN} += "dev-so" | 103 | INSANE_SKIP_${PN} += "dev-so" |
104 | CCACHE_DISABLE = "1" | 104 | CCACHE_DISABLE = "1" |
105 | |||
106 | CVE_PRODUCT = "ceph ceph_storage ceph_storage_mon ceph_storage_osd" | ||