aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gmp/gmp/gmp_bugfix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/gmp/gmp/gmp_bugfix.patch')
-rw-r--r--meta/recipes-support/gmp/gmp/gmp_bugfix.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/gmp/gmp/gmp_bugfix.patch b/meta/recipes-support/gmp/gmp/gmp_bugfix.patch
index a96136fcc3..329c8804a6 100644
--- a/meta/recipes-support/gmp/gmp/gmp_bugfix.patch
+++ b/meta/recipes-support/gmp/gmp/gmp_bugfix.patch
@@ -1,4 +1,4 @@
-UpstreamStatus: Pending
+Upstream-Status: Pending
When LONG_MIN is passed to val, -val is undefined. This patch fixes
it. See for details: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50066