diff options
| author | Tudor Florea <tudor.florea@enea.com> | 2015-10-09 22:59:03 +0200 |
|---|---|---|
| committer | Tudor Florea <tudor.florea@enea.com> | 2015-10-09 22:59:03 +0200 |
| commit | 972dcfcdbfe75dcfeb777150c136576cf1a71e99 (patch) | |
| tree | 97a61cd7e293d7ae9d56ef7ed0f81253365bb026 /meta/recipes-devtools/python/python-pyrex | |
| download | poky-972dcfcdbfe75dcfeb777150c136576cf1a71e99.tar.gz | |
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta/recipes-devtools/python/python-pyrex')
| -rw-r--r-- | meta/recipes-devtools/python/python-pyrex/pyrex-fix-optimized-mode.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-pyrex/pyrex-fix-optimized-mode.patch b/meta/recipes-devtools/python/python-pyrex/pyrex-fix-optimized-mode.patch new file mode 100644 index 0000000000..c58c3280e2 --- /dev/null +++ b/meta/recipes-devtools/python/python-pyrex/pyrex-fix-optimized-mode.patch | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 3 | Index: Pyrex-0.9.8.4/Pyrex/Distutils/extension.py | ||
| 4 | =================================================================== | ||
| 5 | --- Pyrex-0.9.8.4.orig/Pyrex/Distutils/extension.py | ||
| 6 | +++ Pyrex-0.9.8.4/Pyrex/Distutils/extension.py | ||
| 7 | @@ -15,7 +15,7 @@ except ImportError: | ||
| 8 | warnings = None | ||
| 9 | |||
| 10 | class Extension(_Extension.Extension): | ||
| 11 | - _Extension.Extension.__doc__ + \ | ||
| 12 | + _Extension.Extension.__doc__ or "" + \ | ||
| 13 | """pyrex_include_dirs : [string] | ||
| 14 | list of directories to search for Pyrex header files (.pxd) (in | ||
| 15 | Unix form for portability) | ||
