summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/grep
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-05-19 15:45:12 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-23 15:36:33 +0100
commitbd47ca475344a78e601c9de41b9f829b30e09d01 (patch)
tree6b5d98fea4e7a02a2356526eb59c41db8ef214fe /meta/recipes-extended/grep
parent77726801f68d459ecc4d678d79fa80e0a8d8b762 (diff)
downloadpoky-bd47ca475344a78e601c9de41b9f829b30e09d01.tar.gz
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 (From OE-Core rev: fbc0fdbbb759b37d97de6f28daf04055531fbe0b) 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-extended/grep')
-rw-r--r--meta/recipes-extended/grep/grep-2.5.1a/uclibc-fix.patch2
1 files changed, 2 insertions, 0 deletions
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 8fc7c4852f..de054fc755 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 @@
1Upstream-Status: Inappropriate [licensing]
2
1# Fix to use mempcpy instead of __mempcpy. This is needed for uclibc which 3# Fix to use mempcpy instead of __mempcpy. This is needed for uclibc which
2# doesn't define __mempcpy, only mempcpy. Since both uclibc and glibc have 4# doesn't define __mempcpy, only mempcpy. Since both uclibc and glibc have
3# mempcpy, we'll just use that instead. 5# mempcpy, we'll just use that instead.