diff options
author | Ross Burton <ross.burton@intel.com> | 2017-07-20 13:36:40 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-24 09:12:25 +0100 |
commit | 76c824fa3b43fd8902fb89c575b2954e8b1a6ab8 (patch) | |
tree | e63f1c3ccdebcff4bdbd0ab0456f245762cb1083 | |
parent | 318e33a708378652edcf61ce7d9d7f3a07743000 (diff) | |
download | openembedded-core-76c824fa3b43fd8902fb89c575b2954e8b1a6ab8.tar.gz openembedded-core-76c824fa3b43fd8902fb89c575b2954e8b1a6ab8.tar.bz2 openembedded-core-76c824fa3b43fd8902fb89c575b2954e8b1a6ab8.zip |
glibc: fix upstream-status tag in a patch
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-core/glibc/glibc/0025-locale-fix-hard-coded-reference-to-gcc-E.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc/0025-locale-fix-hard-coded-reference-to-gcc-E.patch b/meta/recipes-core/glibc/glibc/0025-locale-fix-hard-coded-reference-to-gcc-E.patch index f653077405..09ad04a4d4 100644 --- a/meta/recipes-core/glibc/glibc/0025-locale-fix-hard-coded-reference-to-gcc-E.patch +++ b/meta/recipes-core/glibc/glibc/0025-locale-fix-hard-coded-reference-to-gcc-E.patch @@ -17,7 +17,7 @@ environment. This patch replaces the hard-coded reference to the gcc binary with the proper environment variable, thus allowing a user to override it. -Upstream-Status : Submitted [https://sourceware.org/ml/libc-alpha/2016-08/msg00746.html] +Upstream-Status: Submitted [https://sourceware.org/ml/libc-alpha/2016-08/msg00746.html] --- locale/gen-translit.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |