diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python/python-2.7.3-remove-bsdb-rpath.patch | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/meta/recipes-devtools/python/python/python-2.7.3-remove-bsdb-rpath.patch b/meta/recipes-devtools/python/python/python-2.7.3-remove-bsdb-rpath.patch index 4b8953a137..dfd346f86e 100644 --- a/meta/recipes-devtools/python/python/python-2.7.3-remove-bsdb-rpath.patch +++ b/meta/recipes-devtools/python/python/python-2.7.3-remove-bsdb-rpath.patch | |||
@@ -1,15 +1,14 @@ | |||
1 | Remove the RPTH to avoid QA issue warning. | 1 | Remove the RPATH to avoid QA issue warning. |
2 | 2 | ||
3 | RP: Added secondary unnecessary rpath to the list 2012/8/7 | ||
3 | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> | 4 | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> |
4 | --- | ||
5 | setup.py | 1 - | ||
6 | 1 files changed, 0 insertions(+), 1 deletions(-) | ||
7 | 5 | ||
8 | diff --git a/setup.py b/setup.py | 6 | |
9 | index 83b5e56..1fd5487 100644 | 7 | Index: Python-2.7.3/setup.py |
10 | --- a/setup.py | 8 | =================================================================== |
11 | +++ b/setup.py | 9 | --- Python-2.7.3.orig/setup.py 2012-08-07 10:41:58.560132529 +0000 |
12 | @@ -1025,7 +1025,6 @@ class PyBuildExt(build_ext): | 10 | +++ Python-2.7.3/setup.py 2012-08-07 11:09:47.852094515 +0000 |
11 | @@ -1042,7 +1042,6 @@ | ||
13 | exts.append(Extension('_bsddb', ['_bsddb.c'], | 12 | exts.append(Extension('_bsddb', ['_bsddb.c'], |
14 | depends = ['bsddb.h'], | 13 | depends = ['bsddb.h'], |
15 | library_dirs=dblib_dir, | 14 | library_dirs=dblib_dir, |
@@ -17,6 +16,11 @@ index 83b5e56..1fd5487 100644 | |||
17 | include_dirs=db_incs, | 16 | include_dirs=db_incs, |
18 | libraries=dblibs)) | 17 | libraries=dblibs)) |
19 | else: | 18 | else: |
20 | -- | 19 | @@ -1252,7 +1251,6 @@ |
21 | 1.7.4 | 20 | print "building dbm using bdb" |
22 | 21 | dbmext = Extension('dbm', ['dbmmodule.c'], | |
22 | library_dirs=dblib_dir, | ||
23 | - runtime_library_dirs=dblib_dir, | ||
24 | include_dirs=db_incs, | ||
25 | define_macros=[ | ||
26 | ('HAVE_BERKDB_H', None), | ||