summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-07-21 14:04:42 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-22 11:50:58 +0100
commit36d489862e507413278e0f230515ab0b356f27ef (patch)
tree6e524ff6f72a6e4254301fe12b77700f14b57e12 /meta/recipes-devtools/elfutils
parent43e7ec07065e58128819b0bb359358ce42628672 (diff)
downloadopenembedded-core-36d489862e507413278e0f230515ab0b356f27ef.tar.gz
fix Upstream-Status line for few patches
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-devtools/elfutils')
-rw-r--r--meta/recipes-devtools/elfutils/elfutils/fix_for_gcc-4.7.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils/fix_for_gcc-4.7.patch b/meta/recipes-devtools/elfutils/elfutils/fix_for_gcc-4.7.patch
index bd22eeff3f..bd634b4418 100644
--- a/meta/recipes-devtools/elfutils/elfutils/fix_for_gcc-4.7.patch
+++ b/meta/recipes-devtools/elfutils/elfutils/fix_for_gcc-4.7.patch
@@ -1,4 +1,4 @@
-UpstreamStatus: pending
+Upstream-Status: pending
gcc 4.7 does not like pointer conversion, so have a void * tmp var to work
around following compilation issue.