diff options
author | Scott Garman <scott.a.garman@intel.com> | 2012-05-07 15:49:14 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-08 14:49:15 +0100 |
commit | cc9b58e7a7886eddd7fdd873941ff06c22a19bc0 (patch) | |
tree | feb439e5b43442587d64271a7794fb677440dd5e /meta/recipes-devtools/opensp/opensp/rangmap-fix.patch | |
parent | e11c4958865455a31cd255d6f1aab60abb84da59 (diff) | |
download | poky-cc9b58e7a7886eddd7fdd873941ff06c22a19bc0.tar.gz |
opensp: upgrade to 1.5.2
Removed all patches, they've been integrated upstream. :)
Added --disable-doc-build to prevent creation of docs, which
otherwise fails with the following configure error:
could not find xmlto; set XMLTO or consider --disable-doc-build
Removed configure_prepend step that was deleting the m4/ directory,
since some macros needed for the build are defined there, and I've
not encountered any problems with keeping them there in my testing.
(From OE-Core rev: cbd055917b04bf8fc640eee289e443230de139a2)
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/opensp/opensp/rangmap-fix.patch')
-rw-r--r-- | meta/recipes-devtools/opensp/opensp/rangmap-fix.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-devtools/opensp/opensp/rangmap-fix.patch b/meta/recipes-devtools/opensp/opensp/rangmap-fix.patch deleted file mode 100644 index da31411495..0000000000 --- a/meta/recipes-devtools/opensp/opensp/rangmap-fix.patch +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | Patch obtained from OpenEmbedded. | ||
2 | |||
3 | Upstream-Status: Pending | ||
4 | |||
5 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> | ||
6 | |||
7 | Index: OpenSP-1.5/include/RangeMap.cxx | ||
8 | =================================================================== | ||
9 | --- OpenSP-1.5.orig/include/RangeMap.cxx 2000-02-26 03:55:21.000000000 +1100 | ||
10 | +++ OpenSP-1.5/include/RangeMap.cxx 2007-06-02 11:48:17.000000000 +1000 | ||
11 | @@ -7,6 +7,7 @@ | ||
12 | #include "RangeMap.h" | ||
13 | #include "ISet.h" | ||
14 | #include "types.h" | ||
15 | +#include "constant.h" | ||
16 | |||
17 | #ifdef SP_NAMESPACE | ||
18 | namespace SP_NAMESPACE { | ||