diff options
author | Ross Burton <ross.burton@intel.com> | 2015-09-10 19:59:47 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-12 22:59:01 +0100 |
commit | bd220fe6ce8c3a0805f13a14706d3130ea872604 (patch) | |
tree | b044b28a2bab552037266a736fe430380e7aabcb /meta/recipes-support/lzop | |
parent | cf03765705c6cd26c1a904b62b9aca8f914f44aa (diff) | |
download | openembedded-core-bd220fe6ce8c3a0805f13a14706d3130ea872604.tar.gz openembedded-core-bd220fe6ce8c3a0805f13a14706d3130ea872604.tar.bz2 openembedded-core-bd220fe6ce8c3a0805f13a14706d3130ea872604.zip |
meta: Fix Upstream-Status statements
Fix a variety of problems such as typos, bad punctuations, or incorrect
Upstream-Status values.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/lzop')
-rw-r--r-- | meta/recipes-support/lzop/lzop/x32_abi_miniacc_h.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/lzop/lzop/x32_abi_miniacc_h.patch b/meta/recipes-support/lzop/lzop/x32_abi_miniacc_h.patch index 527589f71c..739be82311 100644 --- a/meta/recipes-support/lzop/lzop/x32_abi_miniacc_h.patch +++ b/meta/recipes-support/lzop/lzop/x32_abi_miniacc_h.patch @@ -4,7 +4,7 @@ x32 ABI requires to have 64-bit variable to store FLAGS register instead of size_t that is 32-bit variable, this fix operand type mismatch when try to pop previous pushf value. -Upstream-status: Submitted +Upstream-Status: Submitted Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> |