diff options
author | Scott Garman <scott.a.garman@intel.com> | 2011-01-26 13:35:37 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-01 23:59:36 +0000 |
commit | 3c7183135d47878f1074b5d9f1ad7570682d44ee (patch) | |
tree | 9f32527fdce2ee09ae79e59b597490bce9791d41 /meta/recipes-devtools/openjade/openjade-1.3.2/makefile.patch | |
parent | edca98225b0359eb29f3d3056bd2c59b3bab4475 (diff) | |
download | poky-3c7183135d47878f1074b5d9f1ad7570682d44ee.tar.gz |
openjade: new recipe v1.3.2
Recipe derived from OpenEmbedded.
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-devtools/openjade/openjade-1.3.2/makefile.patch')
-rw-r--r-- | meta/recipes-devtools/openjade/openjade-1.3.2/makefile.patch | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/meta/recipes-devtools/openjade/openjade-1.3.2/makefile.patch b/meta/recipes-devtools/openjade/openjade-1.3.2/makefile.patch new file mode 100644 index 0000000000..ac5c7447f6 --- /dev/null +++ b/meta/recipes-devtools/openjade/openjade-1.3.2/makefile.patch | |||
@@ -0,0 +1,34 @@ | |||
1 | Patch obtained from OpenEmbedded. | ||
2 | |||
3 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> | ||
4 | Index: openjade-1.3.2/spgrove/Makefile.sub | ||
5 | =================================================================== | ||
6 | --- openjade-1.3.2.orig/spgrove/Makefile.sub | ||
7 | +++ openjade-1.3.2/spgrove/Makefile.sub | ||
8 | @@ -1,8 +1,8 @@ | ||
9 | LTVERSION=0:1:0 | ||
10 | LIB=ospgrove | ||
11 | INCLUDE=-I$(srcdir)/../grove | ||
12 | -DEPLIBS=-lm -L$(TOP)/grove -L$(TOP)/grove/.libs \ | ||
13 | - -L$(TOP)/lib -L$(TOP)/lib/.libs \ | ||
14 | +DEPLIBS=-lm $(TOP)/grove \ | ||
15 | + $(TOP)/lib \ | ||
16 | $(LIB_THREADS) | ||
17 | OBJS=GroveApp.o GroveBuilder.o SdNode.o | ||
18 | GENSRCS=grove_inst.cxx | ||
19 | Index: openjade-1.3.2/style/Makefile.sub | ||
20 | =================================================================== | ||
21 | --- openjade-1.3.2.orig/style/Makefile.sub | ||
22 | +++ openjade-1.3.2/style/Makefile.sub | ||
23 | @@ -1,8 +1,8 @@ | ||
24 | LTVERSION=0:1:0 | ||
25 | LIB=ostyle | ||
26 | -DEPLIBS=-lm -L$(TOP)/grove -L$(TOP)/grove/.libs \ | ||
27 | - -L$(TOP)/lib -L$(TOP)/lib/.libs \ | ||
28 | - -L$(TOP)/spgrove -L$(TOP)/spgrove/.libs | ||
29 | +DEPLIBS=-lm $(TOP)/grove \ | ||
30 | + $(TOP)/lib \ | ||
31 | + $(TOP)/spgrove | ||
32 | OBJS=LangObj.o \ | ||
33 | Collector.o \ | ||
34 | DssslApp.o \ | ||