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:28:09 +0100 |
commit | d10df0e5a363fe8b305ffac7e8ac231da8e07552 (patch) | |
tree | 85c9811237ba60162187fe8d9670d90f169f88e1 /meta/recipes-core/glibc/glibc-2.10.1/arm-check-pf.patch | |
parent | b5cfa911ed80a7e57ae1025b9e365f4678acf491 (diff) | |
download | openembedded-core-d10df0e5a363fe8b305ffac7e8ac231da8e07552.tar.gz openembedded-core-d10df0e5a363fe8b305ffac7e8ac231da8e07552.tar.bz2 openembedded-core-d10df0e5a363fe8b305ffac7e8ac231da8e07552.zip |
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 <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-core/glibc/glibc-2.10.1/arm-check-pf.patch')
-rw-r--r-- | meta/recipes-core/glibc/glibc-2.10.1/arm-check-pf.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/recipes-core/glibc/glibc-2.10.1/arm-check-pf.patch b/meta/recipes-core/glibc/glibc-2.10.1/arm-check-pf.patch deleted file mode 100644 index b045405a37..0000000000 --- a/meta/recipes-core/glibc/glibc-2.10.1/arm-check-pf.patch +++ /dev/null @@ -1,16 +0,0 @@ -Upstream-Status: Inappropriate [not used] - -Index: glibc-2.9/ports/sysdeps/unix/sysv/linux/arm/check_pf.c -=================================================================== ---- glibc-2.9.orig/ports/sysdeps/unix/sysv/linux/arm/check_pf.c 2009-06-19 20:45:32.451372131 +0400 -+++ glibc-2.9/ports/sysdeps/unix/sysv/linux/arm/check_pf.c 2009-06-19 20:45:51.351313426 +0400 -@@ -207,9 +207,6 @@ - newp->info.flags = (((ifam->ifa_flags & IFA_F_DEPRECATED) - ? in6ai_deprecated : 0) - | ((ifam->ifa_flags -- & IFA_F_TEMPORARY) -- ? in6ai_temporary : 0) -- | ((ifam->ifa_flags - & IFA_F_HOMEADDRESS) - ? in6ai_homeaddress : 0)); - memcpy (newp->info.addr, address ?: local, |