summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-08 23:35:18 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-08 23:36:12 +0100
commit728c6c43deff8a3259a1e0f3aef799bec9983090 (patch)
tree5842aa376b6b2c0785ea68ef8d26782944df8ab7
parent9de9daa3dcbe271b3684f9a6eea1554f377e35fa (diff)
downloadopenembedded-core-contrib-728c6c43deff8a3259a1e0f3aef799bec9983090.tar.gz
coreutils: Fix patch upstream status field
Should be Backport, not Backported Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/coreutils/coreutils/strtod_fix_clash_with_strtold.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/coreutils/coreutils/strtod_fix_clash_with_strtold.patch b/meta/recipes-core/coreutils/coreutils/strtod_fix_clash_with_strtold.patch
index 19410715f5..77770093cd 100644
--- a/meta/recipes-core/coreutils/coreutils/strtod_fix_clash_with_strtold.patch
+++ b/meta/recipes-core/coreutils/coreutils/strtod_fix_clash_with_strtold.patch
@@ -9,7 +9,7 @@ Simplify by remving the macro / external variable,
and having just a function. User changed. This avoids
the need for an external variable that might clash.
-Upstream-Status: Backported [rhel5]
+Upstream-Status: Backport [rhel5]
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>