diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-12-28 12:21:52 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-03 12:10:47 +0000 |
commit | b33b373c9a33fe0ff51104c96d1e5b105efc63ed (patch) | |
tree | 40e24ac3dbf82667d1207cae2da53c556cc88575 /meta/recipes-graphics | |
parent | ea7e61c14f7fcf917ea1cf4811e5cceb5003a030 (diff) | |
download | openembedded-core-b33b373c9a33fe0ff51104c96d1e5b105efc63ed.tar.gz openembedded-core-b33b373c9a33fe0ff51104c96d1e5b105efc63ed.tar.bz2 openembedded-core-b33b373c9a33fe0ff51104c96d1e5b105efc63ed.zip |
misc patches: fix patch headers
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>
Diffstat (limited to 'meta/recipes-graphics')
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/mesa/mesa/mesa_fix_for_x32.patch b/meta/recipes-graphics/mesa/mesa/mesa_fix_for_x32.patch index dfd67fe55c..8994faf154 100644 --- a/meta/recipes-graphics/mesa/mesa/mesa_fix_for_x32.patch +++ b/meta/recipes-graphics/mesa/mesa/mesa_fix_for_x32.patch @@ -1,4 +1,4 @@ -UpstreamStatus: Pending +Upstream-Status: Pending get correct compiler options for x32 gcc. diff --git a/meta/recipes-graphics/xorg-lib/libxt/libxt_fix_for_x32.patch b/meta/recipes-graphics/xorg-lib/libxt/libxt_fix_for_x32.patch index 57ddbebfb8..ce6c756df9 100644 --- a/meta/recipes-graphics/xorg-lib/libxt/libxt_fix_for_x32.patch +++ b/meta/recipes-graphics/xorg-lib/libxt/libxt_fix_for_x32.patch @@ -1,4 +1,4 @@ -UpstreamStatus: Pending +Upstream-Status: Pending This fixes compilation with x32 toolchain. diff --git a/meta/recipes-graphics/xorg-proto/xproto/xproto_fix_for_x32.patch b/meta/recipes-graphics/xorg-proto/xproto/xproto_fix_for_x32.patch index c9fbb6fce6..540ad27d43 100644 --- a/meta/recipes-graphics/xorg-proto/xproto/xproto_fix_for_x32.patch +++ b/meta/recipes-graphics/xorg-proto/xproto/xproto_fix_for_x32.patch @@ -1,4 +1,4 @@ -UpstreamStatus: Pending +Upstream-Status: Pending Don't always define LONG64 for AMD64 |