diff options
author | Scott Garman <scott.a.garman@intel.com> | 2011-01-26 11:16:42 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-01 23:59:36 +0000 |
commit | edca98225b0359eb29f3d3056bd2c59b3bab4475 (patch) | |
tree | ad1c0448067fdac26ae2c5f98e8e0cdeb43c6908 /meta/recipes-devtools/opensp/opensp/rangmap-fix.patch | |
parent | 60450eb353c17faac98e12837507430e968e9d02 (diff) | |
download | poky-edca98225b0359eb29f3d3056bd2c59b3bab4475.tar.gz |
opensp: new recipe v1.5
Recipe derived from OpenEmbedded. Removed old-style staging
and converted to BBCLASSEXTEND.
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-devtools/opensp/opensp/rangmap-fix.patch')
-rw-r--r-- | meta/recipes-devtools/opensp/opensp/rangmap-fix.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/opensp/opensp/rangmap-fix.patch b/meta/recipes-devtools/opensp/opensp/rangmap-fix.patch new file mode 100644 index 0000000000..cc849ca3a8 --- /dev/null +++ b/meta/recipes-devtools/opensp/opensp/rangmap-fix.patch | |||
@@ -0,0 +1,15 @@ | |||
1 | Patch obtained from OpenEmbedded. | ||
2 | |||
3 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> | ||
4 | Index: OpenSP-1.5/include/RangeMap.cxx | ||
5 | =================================================================== | ||
6 | --- OpenSP-1.5.orig/include/RangeMap.cxx 2000-02-26 03:55:21.000000000 +1100 | ||
7 | +++ OpenSP-1.5/include/RangeMap.cxx 2007-06-02 11:48:17.000000000 +1000 | ||
8 | @@ -7,6 +7,7 @@ | ||
9 | #include "RangeMap.h" | ||
10 | #include "ISet.h" | ||
11 | #include "types.h" | ||
12 | +#include "constant.h" | ||
13 | |||
14 | #ifdef SP_NAMESPACE | ||
15 | namespace SP_NAMESPACE { | ||