From 1c914a844b35ff57b1c528251a9eaa19cedbaa10 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 10 Sep 2015 19:59:47 +0100 Subject: meta: Fix Upstream-Status statements Fix a variety of problems such as typos, bad punctuations, or incorrect Upstream-Status values. (From OE-Core rev: bd220fe6ce8c3a0805f13a14706d3130ea872604) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/mklibs/files/fix_cross_compile.patch | 2 +- .../mklibs/files/show-GNU-unique-symbols-as-provided-symbols.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-devtools/mklibs') diff --git a/meta/recipes-devtools/mklibs/files/fix_cross_compile.patch b/meta/recipes-devtools/mklibs/files/fix_cross_compile.patch index 7eb86590cc..13e4606b80 100644 --- a/meta/recipes-devtools/mklibs/files/fix_cross_compile.patch +++ b/meta/recipes-devtools/mklibs/files/fix_cross_compile.patch @@ -1,6 +1,6 @@ Remove dependency on dpkg -Upstream-Status Submitted +Upstream-Status: Submitted Asking the host OS whether it supports multiarch is not useful in a cross-compilation environment, or if the user has specified diff --git a/meta/recipes-devtools/mklibs/files/show-GNU-unique-symbols-as-provided-symbols.patch b/meta/recipes-devtools/mklibs/files/show-GNU-unique-symbols-as-provided-symbols.patch index 3f14ca1e75..bc56593e6a 100644 --- a/meta/recipes-devtools/mklibs/files/show-GNU-unique-symbols-as-provided-symbols.patch +++ b/meta/recipes-devtools/mklibs/files/show-GNU-unique-symbols-as-provided-symbols.patch @@ -3,7 +3,7 @@ From: Yuanjie Huang Date: Wed, 15 Apr 2015 14:00:06 +0800 Subject: [PATCH] Show GNU unique symbols as provided symbols -Upstream-Status Submitted +Upstream-Status: Submitted GNU Unique symbol is a GNU extension employed by new version of GCC by default. Even Standard C++ library in GCC 4.9 provides some symbols, -- cgit 1.2.3-korg