diff options
| author | Stefan Schmidt <stefan@datenfreihafen.org> | 2008-10-21 12:03:09 +0200 |
|---|---|---|
| committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2008-10-21 12:03:09 +0200 |
| commit | d05dca7b0d286e1df13824b99cd5f262ade439e2 (patch) | |
| tree | 7c7f247f1a88c405063d1d7108db11d181c3dbb1 /packages/python/python-2.5.2/05-install.patch | |
| parent | 313753ac3e740c8ff54f0b0ddb2acb659033fe85 (diff) | |
| parent | 96198fd96bd2ddddab9708f3c6c3f527253130d8 (diff) | |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'packages/python/python-2.5.2/05-install.patch')
| -rw-r--r-- | packages/python/python-2.5.2/05-install.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/python/python-2.5.2/05-install.patch b/packages/python/python-2.5.2/05-install.patch new file mode 100644 index 0000000000..c3e249db1c --- /dev/null +++ b/packages/python/python-2.5.2/05-install.patch @@ -0,0 +1,13 @@ +Index: python/Lib/distutils/command/install.py +=================================================================== +--- python.orig/Lib/distutils/command/install.py 2007-03-06 17:15:43.000000000 -0300 ++++ python/Lib/distutils/command/install.py 2007-03-06 17:16:04.000000000 -0300 +@@ -601,7 +601,7 @@ + ('install_headers', has_headers), + ('install_scripts', has_scripts), + ('install_data', has_data), +- ('install_egg_info', lambda self:True), ++ ('install_egg_info', lambda self:False), + ] + + # class install |
