summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-devtools/python/python-gevent/libev-config-guess.patch
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-08-09 04:25:42 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-08-21 20:18:43 +0300
commitf7ea135d0342e3aaa1c5078c64597f8960f70696 (patch)
tree2431c75a0af4ac103751ef7404fde7919e1cdfc4 /meta-phosphor/common/recipes-devtools/python/python-gevent/libev-config-guess.patch
parentb220f9939d3a1696ca910d1149a7172d28692004 (diff)
downloadopenbmc-f7ea135d0342e3aaa1c5078c64597f8960f70696.tar.xz
remove use of meta-virtualization
Remove meta-virtualization from any bblayer.conf.samples. It was originally added for the python-pyyaml and python-gevent recipes but better maintained versions of these recipes are provided by meta-python. Before this can be done the python-gevent bbappend in the phosphor layer must be removed. The version scope was wildcarded to any version but the patches don't apply to python-gevent_1.2.2, which becomes the default from meta-python when meta-virt is removed. Drop the bbappend. Change-Id: I6658a163460e3c8e63dc7371ffff803a7b6915b5 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/common/recipes-devtools/python/python-gevent/libev-config-guess.patch')
-rw-r--r--meta-phosphor/common/recipes-devtools/python/python-gevent/libev-config-guess.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-phosphor/common/recipes-devtools/python/python-gevent/libev-config-guess.patch b/meta-phosphor/common/recipes-devtools/python/python-gevent/libev-config-guess.patch
deleted file mode 100644
index 238052882..000000000
--- a/meta-phosphor/common/recipes-devtools/python/python-gevent/libev-config-guess.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/libev/config.guess 2016-06-09 00:16:50.616787488 -0400
-+++ b/libev/config.guess 2016-06-09 00:18:30.441578080 -0400
-@@ -921,6 +921,9 @@ EOF
- ppc64:Linux:*:*)
- echo powerpc64-unknown-linux-gnu
- exit ;;
-+ ppc64le:Linux:*:*)
-+ echo powerpc64le-unknown-linux-gnu
-+ exit ;;
- alpha:Linux:*:*)
- case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
- EV5) UNAME_MACHINE=alphaev5 ;;