From d10df0e5a363fe8b305ffac7e8ac231da8e07552 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 17 May 2011 08:43:56 -0700 Subject: gcc: remove unused patches and move patches in proper dir gcc: update upstream-status for patches python: update upstream-status for patches libtool: update upstream-status of patches m4: update upstream status for patches eglibc: remove unused patches eglibc: update upstream status of patches glibc: update upstream-status of patches & remove unused patches Signed-off-by: Nitin A Kamble --- .../recipes-devtools/python/python-native/04-default-is-optimized.patch | 2 ++ .../python/python-native/10-distutils-fix-swig-parameter.patch | 2 ++ .../python/python-native/11-distutils-never-modify-shebang-line.patch | 2 ++ .../python-native/12-distutils-prefix-is-inside-staging-area.patch | 2 ++ meta/recipes-devtools/python/python-native/debug.patch | 2 ++ meta/recipes-devtools/python/python-native/nohostlibs.patch | 2 ++ 6 files changed, 12 insertions(+) (limited to 'meta/recipes-devtools/python/python-native') diff --git a/meta/recipes-devtools/python/python-native/04-default-is-optimized.patch b/meta/recipes-devtools/python/python-native/04-default-is-optimized.patch index 5131e0ba6..8fe147e0e 100644 --- a/meta/recipes-devtools/python/python-native/04-default-is-optimized.patch +++ b/meta/recipes-devtools/python/python-native/04-default-is-optimized.patch @@ -1,3 +1,5 @@ +Upstream-Status: Inappropriate [embedded specific] + # When compiling for an embedded system, we need every bit of # performance we can get. default to optimized with the option # of opt-out. diff --git a/meta/recipes-devtools/python/python-native/10-distutils-fix-swig-parameter.patch b/meta/recipes-devtools/python/python-native/10-distutils-fix-swig-parameter.patch index f5e852a11..a39247ce7 100644 --- a/meta/recipes-devtools/python/python-native/10-distutils-fix-swig-parameter.patch +++ b/meta/recipes-devtools/python/python-native/10-distutils-fix-swig-parameter.patch @@ -1,3 +1,5 @@ +Upstream-Status: Pending + # Some versions of SWIG do not use the extension parameter. # Make it optional. # Signed-Off: Michael 'Mickey' Lauer diff --git a/meta/recipes-devtools/python/python-native/11-distutils-never-modify-shebang-line.patch b/meta/recipes-devtools/python/python-native/11-distutils-never-modify-shebang-line.patch index 8354e266f..c92469b9b 100644 --- a/meta/recipes-devtools/python/python-native/11-distutils-never-modify-shebang-line.patch +++ b/meta/recipes-devtools/python/python-native/11-distutils-never-modify-shebang-line.patch @@ -1,3 +1,5 @@ +Upstream-Status: Pending + # Don't modify the she-bang line for a cross-build. # Otherwise it points to our hostpython (which we do not want) # diff --git a/meta/recipes-devtools/python/python-native/12-distutils-prefix-is-inside-staging-area.patch b/meta/recipes-devtools/python/python-native/12-distutils-prefix-is-inside-staging-area.patch index bf4366f12..9532eb3ad 100644 --- a/meta/recipes-devtools/python/python-native/12-distutils-prefix-is-inside-staging-area.patch +++ b/meta/recipes-devtools/python/python-native/12-distutils-prefix-is-inside-staging-area.patch @@ -1,3 +1,5 @@ +Upstream-Status: Inappropriate [embedded specific] + # The proper prefix is inside our staging area. # Signed-Off: Michael 'Mickey' Lauer diff --git a/meta/recipes-devtools/python/python-native/debug.patch b/meta/recipes-devtools/python/python-native/debug.patch index beb3adc6d..5ec10d6b2 100644 --- a/meta/recipes-devtools/python/python-native/debug.patch +++ b/meta/recipes-devtools/python/python-native/debug.patch @@ -1,3 +1,5 @@ +Upstream-Status: Pending + Index: Python-2.6.1/Lib/distutils/unixccompiler.py =================================================================== --- Python-2.6.1.orig/Lib/distutils/unixccompiler.py 2009-11-13 16:04:54.000000000 +0000 diff --git a/meta/recipes-devtools/python/python-native/nohostlibs.patch b/meta/recipes-devtools/python/python-native/nohostlibs.patch index da2bd8f1d..aed45c991 100644 --- a/meta/recipes-devtools/python/python-native/nohostlibs.patch +++ b/meta/recipes-devtools/python/python-native/nohostlibs.patch @@ -1,3 +1,5 @@ +Upstream-Status: Inappropriate [embedded specific] + Index: Python-2.6.6/setup.py =================================================================== --- Python-2.6.6.orig/setup.py -- cgit v1.2.3