diff options
author | Ross Burton <ross.burton@intel.com> | 2015-11-11 11:11:26 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-25 07:48:20 +0000 |
commit | 27debfb85c74ee7a4a13657e3aa4f3d1a326f776 (patch) | |
tree | 614cc49734b0cee21a9d224be9ad4f498db7c2fb | |
parent | 3d0f829740e67e9f1116ef0b8d8715c5c26d4fb7 (diff) | |
download | openembedded-core-27debfb85c74ee7a4a13657e3aa4f3d1a326f776.tar.gz openembedded-core-27debfb85c74ee7a4a13657e3aa4f3d1a326f776.tar.bz2 openembedded-core-27debfb85c74ee7a4a13657e3aa4f3d1a326f776.zip |
glibc: fix Upstream-Status tag
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-core/glibc/glibc/use_64bit_atomics.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc/use_64bit_atomics.patch b/meta/recipes-core/glibc/glibc/use_64bit_atomics.patch index eb7f2b29be..16d7698207 100644 --- a/meta/recipes-core/glibc/glibc/use_64bit_atomics.patch +++ b/meta/recipes-core/glibc/glibc/use_64bit_atomics.patch @@ -4,7 +4,7 @@ later (would not work on i386, i486). Using 64 bit atomic instructions bypasses code containing a bug as documented in https://bugzilla.yoctoproject.org/show_bug.cgi?id=8140 -Upstream-Status: TBD +Upstream-Status: Pending Signed-off-by: Juro Bystricky <juro.bystricky@intel.com> |