X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=meta-openvuplus%2Frecipes-devtools%2Fpython%2Fpython%2Fno-ldconfig.patch;h=69a8ff2dc1f263cd0dba92594b47a533e041cd1c;hb=e52ebbabe5b2549891fdaf46a8f0dc3db6cf8bf1;hp=fff1ccd3bd0b306e89832895ab6edf0561f6f627;hpb=0e6c5d97c12ae5eb100dc835a2ec6df30c9ebb95;p=vuplus_openvuplus_3.0 diff --git a/meta-openvuplus/recipes-devtools/python/python/no-ldconfig.patch b/meta-openvuplus/recipes-devtools/python/python/no-ldconfig.patch index fff1ccd..69a8ff2 100644 --- a/meta-openvuplus/recipes-devtools/python/python/no-ldconfig.patch +++ b/meta-openvuplus/recipes-devtools/python/python/no-ldconfig.patch @@ -1,9 +1,10 @@ Fixes exception on 'import uuid' if ldconfig is unavailable. -diff -Naur Python-2.6.7.orig/Lib/ctypes/util.py Python-2.6.7/Lib/ctypes/util.py ---- Python-2.6.7.orig/Lib/ctypes/util.py 2010-03-20 03:11:16.000000000 +0100 -+++ Python-2.6.7/Lib/ctypes/util.py 2012-01-12 15:26:37.562726637 +0100 -@@ -204,7 +204,16 @@ +diff --git a/Lib/ctypes/util.py b/Lib/ctypes/util.py +index 7aee0ef..e03bb13 100644 +--- a/Lib/ctypes/util.py ++++ b/Lib/ctypes/util.py +@@ -210,7 +210,16 @@ elif os.name == "posix": return res.group(1) def find_library(name):