summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python/avoid_warning_for_sunos_specific_module.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python/avoid_warning_for_sunos_specific_module.patch')
-rw-r--r--meta/recipes-devtools/python/python/avoid_warning_for_sunos_specific_module.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-devtools/python/python/avoid_warning_for_sunos_specific_module.patch b/meta/recipes-devtools/python/python/avoid_warning_for_sunos_specific_module.patch
index 337e0e3e29..8ba5823014 100644
--- a/meta/recipes-devtools/python/python/avoid_warning_for_sunos_specific_module.patch
+++ b/meta/recipes-devtools/python/python/avoid_warning_for_sunos_specific_module.patch
@@ -5,12 +5,12 @@ Upstream-Status: Inappropriate [distribution]
5 5
6Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> 6Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
7 7
8Index: Python-2.7.2/setup.py 8Index: Python-2.7.13/setup.py
9=================================================================== 9===================================================================
10--- Python-2.7.2.orig/setup.py 2012-04-05 22:29:18.049196608 +0300 10--- Python-2.7.13.orig/setup.py
11+++ Python-2.7.2/setup.py 2012-04-05 22:29:57.505195453 +0300 11+++ Python-2.7.13/setup.py
12@@ -1522,8 +1522,9 @@ 12@@ -1671,8 +1671,9 @@ class PyBuildExt(build_ext):
13 if platform == 'sunos5': 13 if host_platform == 'sunos5':
14 # SunOS specific modules 14 # SunOS specific modules
15 exts.append( Extension('sunaudiodev', ['sunaudiodev.c']) ) 15 exts.append( Extension('sunaudiodev', ['sunaudiodev.c']) )
16- else: 16- else:
@@ -19,5 +19,5 @@ Index: Python-2.7.2/setup.py
19+ #else: 19+ #else:
20+ # missing.append('sunaudiodev') 20+ # missing.append('sunaudiodev')
21 21
22 if platform == 'darwin': 22 if host_platform == 'darwin':
23 # _scproxy 23 # _scproxy