[oe-commits] [openembedded-core] 08/44: cmake: fix Upstream-Status tag spelling

git at git.openembedded.org git at git.openembedded.org
Fri Jun 15 10:17:26 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit a734431a7ce36a679dff81822c2fba6f07a09e88
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Fri Jun 8 14:00:25 2018 +0100

    cmake: fix Upstream-Status tag spelling
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 .../0001-FindBoost-Fix-incorrect-alphabetisation-of-headers-l.patch     | 2 +-
 .../0002-FindBoost-Implement-Architecture-and-Address-Model-t.patch     | 2 +-
 .../0003-FindBoost-Search-for-upstream-packaged-libs-next-to-.patch     | 2 +-
 .../0004-FindBoost-Generate-imported-targets-for-future-Boost.patch     | 2 +-
 .../cmake/cmake/0005-FindBoost-support-OPTIONAL_COMPONENTS.patch        | 2 +-
 .../0006-FindBoost-Add-support-for-Boost-1.67-with-Python-ver.patch     | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/meta/recipes-devtools/cmake/cmake/0001-FindBoost-Fix-incorrect-alphabetisation-of-headers-l.patch b/meta/recipes-devtools/cmake/cmake/0001-FindBoost-Fix-incorrect-alphabetisation-of-headers-l.patch
index a45eda5..b3a7520 100644
--- a/meta/recipes-devtools/cmake/cmake/0001-FindBoost-Fix-incorrect-alphabetisation-of-headers-l.patch
+++ b/meta/recipes-devtools/cmake/cmake/0001-FindBoost-Fix-incorrect-alphabetisation-of-headers-l.patch
@@ -5,7 +5,7 @@ Subject: [PATCH 1/6] FindBoost: Fix incorrect alphabetisation of headers list
 
 Affects cmake < 3.11.0
 
-Upsteam-Status: Backport
+Upstream-Status: Backport
 [Yocto 12762]
 Signed-off-by: Armin Kuster <akuster808 at gmail.com>
 
diff --git a/meta/recipes-devtools/cmake/cmake/0002-FindBoost-Implement-Architecture-and-Address-Model-t.patch b/meta/recipes-devtools/cmake/cmake/0002-FindBoost-Implement-Architecture-and-Address-Model-t.patch
index 88301c6..d5d442a 100644
--- a/meta/recipes-devtools/cmake/cmake/0002-FindBoost-Implement-Architecture-and-Address-Model-t.patch
+++ b/meta/recipes-devtools/cmake/cmake/0002-FindBoost-Implement-Architecture-and-Address-Model-t.patch
@@ -8,7 +8,7 @@ library file name layout.
 
 Affects cmake < 3.11.0
 
-Upsteam-Status: Backport
+Upstream-Status: Backport
 [Yocto 12762]
 Signed-off-by: Armin Kuster <akuster808 at gmail.com>
 
diff --git a/meta/recipes-devtools/cmake/cmake/0003-FindBoost-Search-for-upstream-packaged-libs-next-to-.patch b/meta/recipes-devtools/cmake/cmake/0003-FindBoost-Search-for-upstream-packaged-libs-next-to-.patch
index 5178f5c..a44fa3e 100644
--- a/meta/recipes-devtools/cmake/cmake/0003-FindBoost-Search-for-upstream-packaged-libs-next-to-.patch
+++ b/meta/recipes-devtools/cmake/cmake/0003-FindBoost-Search-for-upstream-packaged-libs-next-to-.patch
@@ -9,7 +9,7 @@ Upstream packages Boost binaries for Windows with the 'boost' directory
 
 Affects cmake < 3.11.0
 
-Upsteam-Status: Backport
+Upstream-Status: Backport
 [Yocto 12762]
 Signed-off-by: Armin Kuster <akuster808 at gmail.com>
 
diff --git a/meta/recipes-devtools/cmake/cmake/0004-FindBoost-Generate-imported-targets-for-future-Boost.patch b/meta/recipes-devtools/cmake/cmake/0004-FindBoost-Generate-imported-targets-for-future-Boost.patch
index bec04c4..8101e8f 100644
--- a/meta/recipes-devtools/cmake/cmake/0004-FindBoost-Generate-imported-targets-for-future-Boost.patch
+++ b/meta/recipes-devtools/cmake/cmake/0004-FindBoost-Generate-imported-targets-for-future-Boost.patch
@@ -13,7 +13,7 @@ support newly-released Boost versions pending a new CMake release.
 
 Affects cmake < 3.11.0
 
-Upsteam-Status: Backport
+Upstream-Status: Backport
 [Yocto 12762]
 Signed-off-by: Armin Kuster <akuster808 at gmail.com>
 
diff --git a/meta/recipes-devtools/cmake/cmake/0005-FindBoost-support-OPTIONAL_COMPONENTS.patch b/meta/recipes-devtools/cmake/cmake/0005-FindBoost-support-OPTIONAL_COMPONENTS.patch
index 37d69ba..c0330fb 100644
--- a/meta/recipes-devtools/cmake/cmake/0005-FindBoost-support-OPTIONAL_COMPONENTS.patch
+++ b/meta/recipes-devtools/cmake/cmake/0005-FindBoost-support-OPTIONAL_COMPONENTS.patch
@@ -5,7 +5,7 @@ Subject: [PATCH 5/6] FindBoost: support OPTIONAL_COMPONENTS
 
 Affects cmake < 3.11.0
 
-Upsteam-Status: Backport
+Upstream-Status: Backport
 [Yocto 12762]
 Signed-off-by: Armin Kuster <akuster808 at gmail.com>
 
diff --git a/meta/recipes-devtools/cmake/cmake/0006-FindBoost-Add-support-for-Boost-1.67-with-Python-ver.patch b/meta/recipes-devtools/cmake/cmake/0006-FindBoost-Add-support-for-Boost-1.67-with-Python-ver.patch
index d25cd35..edcfdbe 100644
--- a/meta/recipes-devtools/cmake/cmake/0006-FindBoost-Add-support-for-Boost-1.67-with-Python-ver.patch
+++ b/meta/recipes-devtools/cmake/cmake/0006-FindBoost-Add-support-for-Boost-1.67-with-Python-ver.patch
@@ -8,7 +8,7 @@ Fixes: #16612, #16335, #16391, #12955
 
 Affects cmake < 3.11.0
 
-Upsteam-Status: Backport
+Upstream-Status: Backport
 [Yocto 12762]
 Signed-off-by: Armin Kuster <akuster808 at gmail.com>
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list