diff options
author | Ross Burton <ross.burton@intel.com> | 2017-06-23 16:44:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-27 10:38:43 +0100 |
commit | 81f9abc256272e0c9b0f993f7a57e2175c692684 (patch) | |
tree | 97f10ed71f9791a2dbd44ec086896e7de5e111a3 /meta/recipes-support/boost | |
parent | b8358bc61435ec996ecd6931fb6d6d41bb4f710b (diff) | |
download | poky-81f9abc256272e0c9b0f993f7a57e2175c692684.tar.gz |
meta: Fix malformed Upstream-Status tags
Fix a variety of spelling and format mistakes to improve the ease of reading the
tags programatically.
(From OE-Core rev: 6e1aaf80b0d951b48cd25cb7161ec19448295094)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/boost')
-rw-r--r-- | meta/recipes-support/boost/boost/0001-correct-error-which-appeared-when-compiling-non-c-co.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/boost/boost/0001-correct-error-which-appeared-when-compiling-non-c-co.patch b/meta/recipes-support/boost/boost/0001-correct-error-which-appeared-when-compiling-non-c-co.patch index 2598d2b175..f96005ebc7 100644 --- a/meta/recipes-support/boost/boost/0001-correct-error-which-appeared-when-compiling-non-c-co.patch +++ b/meta/recipes-support/boost/boost/0001-correct-error-which-appeared-when-compiling-non-c-co.patch | |||
@@ -4,7 +4,7 @@ Date: Wed, 1 Feb 2017 16:43:59 -0800 | |||
4 | Subject: [PATCH] correct error which appeared when compiling non c++ compliant | 4 | Subject: [PATCH] correct error which appeared when compiling non c++ compliant |
5 | code for arrays | 5 | code for arrays |
6 | 6 | ||
7 | Upstream-Status: Backported [expected to be released in v1.65] | 7 | Upstream-Status: Backport [expected to be released in v1.65] |
8 | 8 | ||
9 | --- | 9 | --- |
10 | boost/serialization/array.hpp | 2 ++ | 10 | boost/serialization/array.hpp | 2 ++ |