From: Nitin A Kamble Date: Thu, 19 May 2011 22:45:12 +0000 (-0700) Subject: gplv2 recipes update upstream status of patches X-Git-Tag: yocto-4.0~41027 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fbc0fdbbb759b37d97de6f28daf04055531fbe0b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gplv2 recipes update upstream status of patches grep-2.5.1a: update upstream status of patches tar-1.17: update upstream-status of patches at-3.1.12: update upstream-status for patches cpio-2.8: update upstream-status for patches Signed-off-by: Nitin A Kamble --- diff --git a/meta/recipes-extended/at/at-3.1.12/configure.patch b/meta/recipes-extended/at/at-3.1.12/configure.patch index 079a6b4497d..99b40774d6b 100644 --- a/meta/recipes-extended/at/at-3.1.12/configure.patch +++ b/meta/recipes-extended/at/at-3.1.12/configure.patch @@ -1,3 +1,5 @@ +Upstream-Status: Inappropriate [licensing] + Fix cross-compilation issues in configure.ac Derived from an OE patch for at-3.1.8 diff --git a/meta/recipes-extended/cpio/cpio-2.8/m4extensions.patch b/meta/recipes-extended/cpio/cpio-2.8/m4extensions.patch index 648c725bba9..e16585dd3fc 100644 --- a/meta/recipes-extended/cpio/cpio-2.8/m4extensions.patch +++ b/meta/recipes-extended/cpio/cpio-2.8/m4extensions.patch @@ -1,3 +1,5 @@ +Upstream-Status: Inappropriate [licensing] + # Define AC_USE_SYSTEM_EXTENSIONS only if it was previously undefined. # This is needed to configure correctly with newer versions of autoconf. diff --git a/meta/recipes-extended/cpio/cpio-2.8/statdef.patch b/meta/recipes-extended/cpio/cpio-2.8/statdef.patch index dfa0d9150aa..a00799fea9c 100644 --- a/meta/recipes-extended/cpio/cpio-2.8/statdef.patch +++ b/meta/recipes-extended/cpio/cpio-2.8/statdef.patch @@ -1,3 +1,5 @@ +Upstream-Status: Inappropriate [licensing] + # Avoid multiple stat definitions # Patch taken from cpio mailing list posting 2010-03-19 diff --git a/meta/recipes-extended/grep/grep-2.5.1a/uclibc-fix.patch b/meta/recipes-extended/grep/grep-2.5.1a/uclibc-fix.patch index 8fc7c4852fc..de054fc7558 100644 --- a/meta/recipes-extended/grep/grep-2.5.1a/uclibc-fix.patch +++ b/meta/recipes-extended/grep/grep-2.5.1a/uclibc-fix.patch @@ -1,3 +1,5 @@ +Upstream-Status: Inappropriate [licensing] + # Fix to use mempcpy instead of __mempcpy. This is needed for uclibc which # doesn't define __mempcpy, only mempcpy. Since both uclibc and glibc have # mempcpy, we'll just use that instead. diff --git a/meta/recipes-extended/tar/tar-1.17/gcc43build.patch b/meta/recipes-extended/tar/tar-1.17/gcc43build.patch index cc5f0e13d0b..f8059a0a89e 100644 --- a/meta/recipes-extended/tar/tar-1.17/gcc43build.patch +++ b/meta/recipes-extended/tar/tar-1.17/gcc43build.patch @@ -1,3 +1,5 @@ +Upstream-Status: Inappropriate [licensing] + # Fix errors when built with gcc 4.3 # Patch taken from Debian bug #452096 diff --git a/meta/recipes-extended/tar/tar-1.17/m4extensions.patch b/meta/recipes-extended/tar/tar-1.17/m4extensions.patch index 11b981aa92a..30534c29ce4 100644 --- a/meta/recipes-extended/tar/tar-1.17/m4extensions.patch +++ b/meta/recipes-extended/tar/tar-1.17/m4extensions.patch @@ -1,3 +1,5 @@ +Upstream-Status: Inappropriate [licensing] + # Define AC_USE_SYSTEM_EXTENSIONS only if it was previously undefined. # This is needed to configure correctly with newer versions of autoconf.