Upstream-Status: Correct capitalization

(From OE-Core rev: 2d5c457bf888771891e9c29e82ec5a5cecace528)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Saul Wold 2013-07-15 16:44:42 -07:00 committed by Richard Purdie
parent 77742dd0c9
commit 8f91b1cfc4
11 changed files with 11 additions and 11 deletions

View File

@ -2,7 +2,7 @@ Add 'install-ptest' rule.
Print a standard result line for each test. Print a standard result line for each test.
Signed-off-by: Mihaela Sendrea <mihaela.sendrea@enea.com> Signed-off-by: Mihaela Sendrea <mihaela.sendrea@enea.com>
Upstream-status: Pending Upstream-Status: Pending
diff -uNr a/Makefile.am b/Makefile.am diff -uNr a/Makefile.am b/Makefile.am
--- a/Makefile.am 2013-04-17 14:51:42.633386477 +0200 --- a/Makefile.am 2013-04-17 14:51:42.633386477 +0200

View File

@ -11,7 +11,7 @@ this is not defined on older hosts. Revert:
commit c69bbca9c1f6645097bd20fe3a21f5a99a2a0698 commit c69bbca9c1f6645097bd20fe3a21f5a99a2a0698
fdisk: (sun): use ask API, remove global variable fdisk: (sun): use ask API, remove global variable
Upstream-status: Inappropriate [other] Upstream-Status: Inappropriate [other]
Patches revert upstream changes in order to support older Patches revert upstream changes in order to support older
machines. machines.

View File

@ -3,7 +3,7 @@ Date: Mon, 13 May 2013 22:50:00 +0000 (+0000)
Subject: gas/ Subject: gas/
X-Git-Url: http://sourceware.org/git/?p=binutils.git;a=commitdiff_plain;h=1796bf893c4729d5c523502318d72cae78495d6c X-Git-Url: http://sourceware.org/git/?p=binutils.git;a=commitdiff_plain;h=1796bf893c4729d5c523502318d72cae78495d6c
Upstream-status: backport Upstream-Status: backport
gas/ gas/

View File

@ -3,7 +3,7 @@ Date: Mon, 13 May 2013 23:09:51 +0000 (+0000)
Subject: gas/testsuite/ Subject: gas/testsuite/
X-Git-Url: http://sourceware.org/git/?p=binutils.git;a=commitdiff_plain;h=f426901e1be0f58fe4e9386cada50ca57d0a4f36 X-Git-Url: http://sourceware.org/git/?p=binutils.git;a=commitdiff_plain;h=f426901e1be0f58fe4e9386cada50ca57d0a4f36
Upstream-status: backport Upstream-Status: backport
gas/testsuite/ gas/testsuite/

View File

@ -9,7 +9,7 @@ is being ran in, not the source directory. So we fix this by adding
$(srcdir)/*.h to the list of header files to install. $(srcdir)/*.h to the list of header files to install.
Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Upstream-status: Submitted Upstream-Status: Submitted
--- ---
libopkg/Makefile.am | 2 +- libopkg/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-) 1 file changed, 1 insertion(+), 1 deletion(-)

View File

@ -7,7 +7,7 @@ involving a long input line that triggers a heap-based buffer overflow.
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-5667 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-5667
Upstream-status: Inappropriate [other] Upstream-Status: Inappropriate [other]
This version of GNU Grep has been abandoned upstream and they are no longer This version of GNU Grep has been abandoned upstream and they are no longer
accepting patches. This is not a backport. accepting patches. This is not a backport.

View File

@ -9,7 +9,7 @@ pull in the GL type definitions through its public headers; specifically
compilation will fail due to undefined GL_TEXTURE_2D. So include the headers compilation will fail due to undefined GL_TEXTURE_2D. So include the headers
the hard way. the hard way.
Upstream-status: Submitted @ https://bugzilla.gnome.org/show_bug.cgi?id=700509 Upstream-Status: Submitted @ https://bugzilla.gnome.org/show_bug.cgi?id=700509
Signed-off-by: Tomas Frydrych <tomas@sleepfive.com> Signed-off-by: Tomas Frydrych <tomas@sleepfive.com>
--- ---
clutter-gst/clutter-gst-video-sink.c | 17 +++++++++++++++++ clutter-gst/clutter-gst-video-sink.c | 17 +++++++++++++++++

View File

@ -1,7 +1,7 @@
Fix build for S != B Fix build for S != B
This patch is specific to version 1.4.x This patch is specific to version 1.4.x
Upstream-status: Submitted @ https://github.com/clutter-project/mx/issues/81 Upstream-Status: Submitted @ https://github.com/clutter-project/mx/issues/81
Signed-off-by: Tomas Frydrych <tomas@sleepfive.com> Signed-off-by: Tomas Frydrych <tomas@sleepfive.com>
-- --
Index: git/docs/reference/libmx-gtk/Makefile.am Index: git/docs/reference/libmx-gtk/Makefile.am

View File

@ -1,7 +1,7 @@
Fix missing include directory when building tests Fix missing include directory when building tests
This patch is currently required for all versions of mx This patch is currently required for all versions of mx
Upstream-status: Submitted @ https://github.com/clutter-project/mx/issues/82 Upstream-Status: Submitted @ https://github.com/clutter-project/mx/issues/82
Signed-off-by: Tomas Frydrych <tomas@sleepfive.com> Signed-off-by: Tomas Frydrych <tomas@sleepfive.com>
-- --
Index: git/tests/Makefile.am Index: git/tests/Makefile.am

View File

@ -5,7 +5,7 @@ tracing_enabled use in the kernel is being deprecated as per commit
the linux mainline kernel. tracing_enabled use will generate a warning the linux mainline kernel. tracing_enabled use will generate a warning
and may no longer function as expected, therefore move to use tracing_on. and may no longer function as expected, therefore move to use tracing_on.
Upstream-status: Pending Upstream-Status: Pending
Signed-off-by: Dennis Hall <dennis.hall@windriver.com> Signed-off-by: Dennis Hall <dennis.hall@windriver.com>

View File

@ -13,7 +13,7 @@ of the function which can be any integer value.
lib/cache_mngr.c | 4 ++-- lib/cache_mngr.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-) 1 file changed, 2 insertions(+), 2 deletions(-)
Upstream-status: Pending Upstream-Status: Pending
diff --git a/lib/cache_mngr.c b/lib/cache_mngr.c diff --git a/lib/cache_mngr.c b/lib/cache_mngr.c
index dae8768..57cc1f9 100644 index dae8768..57cc1f9 100644