diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-05-17 08:43:56 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-18 14:32:47 +0100 |
commit | e080d8e18e62949c046023962ead58109dc7caef (patch) | |
tree | 03f226753c14ced2b89ab726ba11912111f6ba93 /meta/recipes-devtools/libtool | |
parent | 725acfad7c093708d3d7cd72f8e72fedce4335a4 (diff) | |
download | poky-e080d8e18e62949c046023962ead58109dc7caef.tar.gz |
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
(From OE-Core rev: d10df0e5a363fe8b305ffac7e8ac231da8e07552)
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/libtool')
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/libtool/libtool/fix-final-rpath.patch b/meta/recipes-devtools/libtool/libtool/fix-final-rpath.patch index f3fa55d88a..4c36e4ecb4 100644 --- a/meta/recipes-devtools/libtool/libtool/fix-final-rpath.patch +++ b/meta/recipes-devtools/libtool/libtool/fix-final-rpath.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | Status: Inappropriate [embedded specific] | 1 | Upstream-Status: Inappropriate [embedded specific] |
2 | 2 | ||
3 | Enalbing sysroot support exposed a bug where the final library | 3 | Enalbing sysroot support exposed a bug where the final library |
4 | had an RPATH encoded into it which still pointed to the sysroot. | 4 | had an RPATH encoded into it which still pointed to the sysroot. |
diff --git a/meta/recipes-devtools/libtool/libtool/prefix-manpage-fix.patch b/meta/recipes-devtools/libtool/libtool/prefix-manpage-fix.patch index a8a4dcd4f6..f9de383bc9 100644 --- a/meta/recipes-devtools/libtool/libtool/prefix-manpage-fix.patch +++ b/meta/recipes-devtools/libtool/libtool/prefix-manpage-fix.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | Status: Inappropriate [embedded specific] | 1 | Upstream-Status: Inappropriate [embedded specific] |
2 | 2 | ||
3 | For cross environment, it not possible to run the generated executable. | 3 | For cross environment, it not possible to run the generated executable. |
4 | nstead use the build version of libtool to generate the man pages. | 4 | nstead use the build version of libtool to generate the man pages. |
diff --git a/meta/recipes-devtools/libtool/libtool/prefix.patch b/meta/recipes-devtools/libtool/libtool/prefix.patch index 0c98f0ddf4..1b20324715 100644 --- a/meta/recipes-devtools/libtool/libtool/prefix.patch +++ b/meta/recipes-devtools/libtool/libtool/prefix.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | Status: Inappropriate [embedded specific] | 1 | Upstream-Status: Inappropriate [embedded specific] |
2 | 2 | ||
3 | Renames "libtool" -> "${TARGET_PREFIX}libtool" which makes sure | 3 | Renames "libtool" -> "${TARGET_PREFIX}libtool" which makes sure |
4 | it can't be confused with the host libtool. | 4 | it can't be confused with the host libtool. |