summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/mklibs/files
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/mklibs/files')
-rw-r--r--meta/recipes-devtools/mklibs/files/fix_cross_compile.patch2
-rw-r--r--meta/recipes-devtools/mklibs/files/show-GNU-unique-symbols-as-provided-symbols.patch2
2 files changed, 2 insertions, 2 deletions
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 <yuanjie.huang@windriver.com>
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,