From: Richard Purdie Date: Wed, 8 May 2019 22:35:18 +0000 (+0100) Subject: coreutils: Fix patch upstream status field X-Git-Tag: uninative-2.5~205 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=728c6c43deff8a3259a1e0f3aef799bec9983090;p=openembedded-core.git coreutils: Fix patch upstream status field Should be Backport, not Backported Signed-off-by: Richard Purdie --- 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