From 823c8cfcdf107a7cf6a7b2f39bc9c15fd81b9f78 Mon Sep 17 00:00:00 2001 From: Zumeng Chen Date: Thu, 19 May 2016 23:57:27 -0700 Subject: 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 Signed-off-by: Bruce Ashfield --- .../files/Omit-google-apputils-dependency.patch | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 recipes-containers/criu/files/Omit-google-apputils-dependency.patch (limited to 'recipes-containers/criu/files/Omit-google-apputils-dependency.patch') 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 @@ -From f8b7c90f6da90b67bdd7d5301894c5c28bd9d076 Mon Sep 17 00:00:00 2001 -From: Jianchuan Wang -Date: Mon, 10 Aug 2015 11:23:31 +0800 -Subject: [PATCH] Omit google-apputils dependency - -Signed-off-by: Jianchuan Wang ---- - python/setup.py | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/python/setup.py b/python/setup.py -index 2450a77..6f6bffb 100755 ---- a/python/setup.py -+++ b/python/setup.py -@@ -189,7 +189,6 @@ if __name__ == '__main__': - 'google.protobuf.text_format'], - cmdclass = { 'clean': clean, 'build_py': build_py }, - install_requires = ['setuptools'], -- setup_requires = ['google-apputils'], - ext_modules = ext_module_list, - url = 'https://developers.google.com/protocol-buffers/', - maintainer = maintainer_email, --- -1.9.1 - -- cgit v1.2.3-54-g00ecf