summaryrefslogtreecommitdiffstats
path: root/recipes-extended/ceph/ceph/0001-ceph-disable-pybind.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/ceph/ceph/0001-ceph-disable-pybind.patch')
-rw-r--r--recipes-extended/ceph/ceph/0001-ceph-disable-pybind.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/recipes-extended/ceph/ceph/0001-ceph-disable-pybind.patch b/recipes-extended/ceph/ceph/0001-ceph-disable-pybind.patch
deleted file mode 100644
index bfba5b07..00000000
--- a/recipes-extended/ceph/ceph/0001-ceph-disable-pybind.patch
+++ /dev/null
@@ -1,28 +0,0 @@
1From 05bdb2bb6026c3a2e536c7143b39a763ffc1225f Mon Sep 17 00:00:00 2001
2From: Dengke Du <dengke.du@windriver.com>
3Date: Thu, 27 Sep 2018 09:09:40 +0800
4Subject: [PATCH] ceph: disable pybind
5
6New ceph version have bad support for corss compile,
7so disable pybind temporarily.
8
9Signed-off-by: Dengke Du <dengke.du@windriver.com>
10---
11 src/CMakeLists.txt | 1 -
12 1 file changed, 1 deletion(-)
13
14diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
15index 374cbc7..44845f8 100644
16--- a/src/CMakeLists.txt
17+++ b/src/CMakeLists.txt
18@@ -777,7 +777,6 @@ if(NOT CEPH_BUILD_VIRTUALENV)
19 set(CEPH_BUILD_VIRTUALENV /tmp)
20 endif()
21
22-add_subdirectory(pybind)
23 add_subdirectory(ceph-disk)
24 add_subdirectory(ceph-volume)
25 add_subdirectory(ceph-detect-init)
26--
272.7.4
28