summaryrefslogtreecommitdiffstats
path: root/recipes-containers/criu/files/disable_tests.patch
diff options
context:
space:
mode:
authorZumeng Chen <zumeng.chen@windriver.com>2016-05-19 23:57:27 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-05-20 12:36:54 -0400
commit823c8cfcdf107a7cf6a7b2f39bc9c15fd81b9f78 (patch)
treea0a7cc22b4c61bc7b5d5f32bf582ebc821d19e37 /recipes-containers/criu/files/disable_tests.patch
parent3c3293e6b8a8c7a180a8eb0e450c0f0a99e055f4 (diff)
downloadmeta-virtualization-823c8cfcdf107a7cf6a7b2f39bc9c15fd81b9f78.tar.gz
criu: remove protobuf-2.6.1 and the related
Since CRIU does not explicitly nominate the version of protobuf as 2.6.1, which should not be included just here. And it seems protobuf-2.5.0 is doable or this CRIU version based on a basic testing according to criu.org/Simple_loop as well, so remove it from criu. Signed-off-by: Zumeng Chen <zumeng.chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-containers/criu/files/disable_tests.patch')
-rw-r--r--recipes-containers/criu/files/disable_tests.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/recipes-containers/criu/files/disable_tests.patch b/recipes-containers/criu/files/disable_tests.patch
deleted file mode 100644
index dac89421..00000000
--- a/recipes-containers/criu/files/disable_tests.patch
+++ /dev/null
@@ -1,19 +0,0 @@
1diff -Naur protobuf-c-0.15.old/src/Makefile.am protobuf-c-0.15/src/Makefile.am
2--- protobuf-c-0.15.old/src/Makefile.am 2012-11-28 14:59:57.845251943 +0100
3+++ protobuf-c-0.15/src/Makefile.am 2012-11-28 15:00:23.549252632 +0100
4@@ -1,5 +1,5 @@
5 if BUILD_PROTOC_C
6-SUBDIRS = . test
7+
8 bin_PROGRAMS = protoc-c
9 protoc_c_SOURCES = \
10 google/protobuf/compiler/c/c_service.cc \
11@@ -23,7 +23,7 @@
12 lib_LTLIBRARIES = libprotobuf-c.la
13 protobufcincludedir = $(includedir)/google/protobuf-c
14
15-EXTRA_DIST = CMakeLists.txt test/CMakeLists.txt
16+EXTRA_DIST = CMakeLists.txt
17
18 libprotobuf_c_la_SOURCES = \
19 google/protobuf-c/protobuf-c-dispatch.c \