summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/coreutils
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:21 +0100
commitc0dc72bad92e2e4dc0aedb48b969709f821baf73 (patch)
treef58d96a02f647549f473af82766e6c22b9e680f8 /meta/recipes-core/coreutils
parent254ab4a7645b40e73dadc8ef6d2a61b37e6ba16d (diff)
downloadopenembedded-core-contrib-c0dc72bad92e2e4dc0aedb48b969709f821baf73.tar.gz
coreutils: Fix patch upstream status field
Should be Backport, not Backported (From OE-Core rev: 728c6c43deff8a3259a1e0f3aef799bec9983090) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/coreutils')
-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>