mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
These patches were authored by Koen Kooi in oe-classic commits: 443f6022df06d9f9dc221011c1744274deff2c2c 19a4b765a694c070bc50477026cda03143af34df As the patches haven't changed since, add his SOB. (From OE-Core rev: 355674b2033143eb992a9f775a848ed22831e383) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 lines
798 B
Diff
20 lines
798 B
Diff
Upstream-Status: Inappropriate
|
|
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
|
|
|
--- /tmp/system_info.py 2008-08-22 00:38:16.000000000 +0200
|
|
+++ numpy-1.1.1/numpy/distutils/system_info.py 2008-08-22 00:40:33.013198000 +0200
|
|
@@ -137,11 +137,8 @@
|
|
default_x11_lib_dirs = []
|
|
default_x11_include_dirs = []
|
|
else:
|
|
- default_lib_dirs = ['/usr/local/lib', '/opt/lib', '/usr/lib',
|
|
- '/opt/local/lib', '/sw/lib']
|
|
- default_include_dirs = ['/usr/local/include',
|
|
- '/opt/include', '/usr/include',
|
|
- '/opt/local/include', '/sw/include']
|
|
+ default_lib_dirs = ['/non-existant-dir']
|
|
+ default_include_dirs = ['non-existant-dir']
|
|
default_src_dirs = ['.','/usr/local/src', '/opt/src','/sw/src']
|
|
|
|
try:
|