mirror of
https://git.yoctoproject.org/poky
synced 2026-03-28 19:02:22 +01:00
Add Upstream-Status tag to patches for the following recipes: openssh dbus-glib expat opensp sgml-common at cpio (GPLv3 version) libpam icu (From OE-Core rev: 0702602332ad63c2cfaa207516497bb0b75bfdf3) Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 lines
578 B
Diff
20 lines
578 B
Diff
Fixes an error which prevents compilation
|
|
|
|
Upstream-Status: Pending
|
|
|
|
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
|
|
|
|
Index: source/layoutex/ParagraphLayout.cpp
|
|
===================================================================
|
|
--- source.orig/layoutex/ParagraphLayout.cpp 2009-06-30 11:48:47.000000000 +0100
|
|
+++ source/layoutex/ParagraphLayout.cpp 2009-06-30 11:49:06.000000000 +0100
|
|
@@ -798,7 +798,7 @@
|
|
|
|
return nullLanguageCode;
|
|
}
|
|
-#elif
|
|
+#else
|
|
|
|
// TODO - dummy implementation for right now...
|
|
le_int32 ParagraphLayout::getLanguageCode(const Locale *locale)
|