diff options
author | Zumeng Chen <zumeng.chen@windriver.com> | 2016-05-19 23:57:27 -0700 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-05-20 12:36:54 -0400 |
commit | 823c8cfcdf107a7cf6a7b2f39bc9c15fd81b9f78 (patch) | |
tree | a0a7cc22b4c61bc7b5d5f32bf582ebc821d19e37 /recipes-containers/criu/files/Omit-google-apputils-dependency.patch | |
parent | 3c3293e6b8a8c7a180a8eb0e450c0f0a99e055f4 (diff) | |
download | meta-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/Omit-google-apputils-dependency.patch')
-rw-r--r-- | recipes-containers/criu/files/Omit-google-apputils-dependency.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/recipes-containers/criu/files/Omit-google-apputils-dependency.patch b/recipes-containers/criu/files/Omit-google-apputils-dependency.patch deleted file mode 100644 index ef60fc01..00000000 --- a/recipes-containers/criu/files/Omit-google-apputils-dependency.patch +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | From f8b7c90f6da90b67bdd7d5301894c5c28bd9d076 Mon Sep 17 00:00:00 2001 | ||
2 | From: Jianchuan Wang <jianchuan.wang@windriver.com> | ||
3 | Date: Mon, 10 Aug 2015 11:23:31 +0800 | ||
4 | Subject: [PATCH] Omit google-apputils dependency | ||
5 | |||
6 | Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com> | ||
7 | --- | ||
8 | python/setup.py | 1 - | ||
9 | 1 file changed, 1 deletion(-) | ||
10 | |||
11 | diff --git a/python/setup.py b/python/setup.py | ||
12 | index 2450a77..6f6bffb 100755 | ||
13 | --- a/python/setup.py | ||
14 | +++ b/python/setup.py | ||
15 | @@ -189,7 +189,6 @@ if __name__ == '__main__': | ||
16 | 'google.protobuf.text_format'], | ||
17 | cmdclass = { 'clean': clean, 'build_py': build_py }, | ||
18 | install_requires = ['setuptools'], | ||
19 | - setup_requires = ['google-apputils'], | ||
20 | ext_modules = ext_module_list, | ||
21 | url = 'https://developers.google.com/protocol-buffers/', | ||
22 | maintainer = maintainer_email, | ||
23 | -- | ||
24 | 1.9.1 | ||
25 | |||