diff options
| author | Saul Wold <sgw@linux.intel.com> | 2011-07-20 17:18:27 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-21 10:59:19 +0100 |
| commit | 51ff9bae5b2da80b432a9e4dbbb95282746e25e6 (patch) | |
| tree | 72593d507f0e92ad7c3d66329e5d3263fff6a30d | |
| parent | 1e261aee43b4415a4cbd2a93627650503b350c66 (diff) | |
| download | poky-51ff9bae5b2da80b432a9e4dbbb95282746e25e6.tar.gz | |
clutter-box2d: fix isfinite.patch
The original patch lost ^M and was not appliable.
(From OE-Core rev: 980f57f2d21818957165a73a0f1bc8cc19e10113)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-graphics/clutter/clutter-box2d/isfinite.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-box2d/isfinite.patch b/meta/recipes-graphics/clutter/clutter-box2d/isfinite.patch index fd2bf74923..94b1e32960 100644 --- a/meta/recipes-graphics/clutter/clutter-box2d/isfinite.patch +++ b/meta/recipes-graphics/clutter/clutter-box2d/isfinite.patch | |||
| @@ -7,7 +7,7 @@ Upstream-Status: Pending | |||
| 7 | Index: clutter-box2d-0.10.0/box2d/Source/Common/b2Math.h | 7 | Index: clutter-box2d-0.10.0/box2d/Source/Common/b2Math.h |
| 8 | =================================================================== | 8 | =================================================================== |
| 9 | --- clutter-box2d-0.10.0.orig/box2d/Source/Common/b2Math.h 2008-12-16 06:42:10.000000000 -0800 | 9 | --- clutter-box2d-0.10.0.orig/box2d/Source/Common/b2Math.h 2008-12-16 06:42:10.000000000 -0800 |
| 10 | +++ clutter-box2d-0.10.0/box2d/Source/Common/b2Math.h 2011-07-17 02:10:29.833825198 -0700 | 10 | +++ clutter-box2d-0.10.0/box2d/Source/Common/b2Math.h 2011-07-20 16:41:02.046430743 -0700 |
| 11 | @@ -60,7 +60,7 @@ | 11 | @@ -60,7 +60,7 @@ |
| 12 | #ifdef _MSC_VER | 12 | #ifdef _MSC_VER |
| 13 | return _finite(x) != 0; | 13 | return _finite(x) != 0; |
