]> code.ossystems Code Review - openembedded-core.git/commitdiff
misc patches: fix patch headers
authorNitin A Kamble <nitin.a.kamble@intel.com>
Wed, 28 Dec 2011 20:21:52 +0000 (12:21 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 Jan 2012 12:10:47 +0000 (12:10 +0000)
These patches were marked by "UpstreamStatus:" line, fix it to use
"Upstream-Status:" instead.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
meta/recipes-bsp/libacpi/files/libacpi_fix_for_x32.patch
meta/recipes-connectivity/openssl/openssl-1.0.0e/openssl_fix_for_x32.patch
meta/recipes-core/glib-2.0/glib-2.0/glib-2.0_fix_for_x32.patch
meta/recipes-extended/findutils/findutils-4.4.2/findutils_fix_for_x32.patch
meta/recipes-extended/mdadm/files/mdadm-3.2.2_fix_for_x32.patch
meta/recipes-extended/pax/pax/pax-3.4_fix_for_x32.patch
meta/recipes-graphics/mesa/mesa/mesa_fix_for_x32.patch
meta/recipes-graphics/xorg-lib/libxt/libxt_fix_for_x32.patch
meta/recipes-graphics/xorg-proto/xproto/xproto_fix_for_x32.patch
meta/recipes-multimedia/pulseaudio/pulseaudio/pulseaudo_fix_for_x32.patch

index 5f2d034dd98c6e3fc0628f46e1aca02e8e9b2f8e..2fed344ba58eabbd5978db91757240a82a25a2ce 100644 (file)
@@ -1,4 +1,4 @@
-UpstreamStatus: Pending
+Upstream-Status: Pending
 
 Fix libacpi for x32
     
index 2dbcd01a9a27cf2a153a55f4c05745b6277ffdfe..3191ce96322bfe87cdfddc8b6d2dbc69c96b4fce 100644 (file)
@@ -1,4 +1,4 @@
-UpstreamStatus: Pending
+Upstream-Status: Pending
 
 Received from H J Liu @ Intel
 Make the assembly syntax compatible with x32 gcc. Othewise x32 gcc throws errors.
index 70cbbbe915d6bddf5141ab900c3c56c014c41943..2920e2fa34bcba1dbbc3f8e524215b777c6a4f6a 100644 (file)
@@ -1,4 +1,4 @@
-UpstreamStatus: Pending
+Upstream-Status: Pending
 
 Pass CC & CFLAGS vars so that tune parameters get used.
 This fixes compilation with x32 toolchain.
index dd2ab0e5ab6eea35d371f65518c03187b605547d..b78cc7539cd54a5eea6dd2df560ac157c618f731 100644 (file)
@@ -1,4 +1,4 @@
-UpstreamStatus: Pending
+Upstream-Status: Pending
 
 Author: H.J. Lu <hjl.tools@gmail.com>
 
index 79ba2cf9e908502cb7cf8157240ed359ec21c6e6..58d54f9d0cd76f7883d231f0f3fc13d64e5de8ae 100644 (file)
@@ -1,4 +1,4 @@
-UpstreamStatus: pending
+Upstream-Status: pending
 
 By hardcoding CC's definition in the Makefile, all the gcc parameters 
 set by tune settings are lost. Causing compile failure with x32 toolchain
index 11dfa0f30f850dc6ce40b97c6cc7534089bc58d4..80878f38b2d6c780f8ac2f0a455605a9dd9fa12b 100644 (file)
@@ -1,4 +1,4 @@
-UpstreamStatus: Pending
+Upstream-Status: Pending
 
 Author: H.J. Lu <hjl.tools@gmail.com>
 Date:   Tue Dec 6 10:34:53 2011 -0800
index dfd67fe55cc0de4dfaefb439ff54a3719c3354ec..8994faf15411c6d1366568d5eb95c3c46a19ea04 100644 (file)
@@ -1,4 +1,4 @@
-UpstreamStatus: Pending
+Upstream-Status: Pending
 
 get correct compiler options for x32 gcc.
 
index 57ddbebfb8e4c3bc2c5bc72f8259fd7fb41c7f80..ce6c756df9fe22bbda5ab5cfc1b5c5b1acd17721 100644 (file)
@@ -1,4 +1,4 @@
-UpstreamStatus: Pending
+Upstream-Status: Pending
 
 This fixes compilation with x32 toolchain.
 
index c9fbb6fce6146bdec23255a1ceb640c69c2e87e2..540ad27d43184e8c138fa30ebfce818a12e64cf1 100644 (file)
@@ -1,4 +1,4 @@
-UpstreamStatus: Pending
+Upstream-Status: Pending
 
 Don't always define LONG64 for AMD64
     
index 39dad32e0686334afbc647856023275e65fb9fa3..b68ac5b59d0de312b750c7e2b8b5a99894bc2d44 100644 (file)
@@ -1,4 +1,4 @@
-UpstreamStatus: Pending
+Upstream-Status: Pending
 
 This patch makes assembly syntax compatible to the x32 toolchain.