mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
openjade: new recipe v1.3.2
Recipe derived from OpenEmbedded. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
edca98225b
commit
3c7183135d
@@ -0,0 +1,34 @@
|
||||
Patch obtained from OpenEmbedded.
|
||||
|
||||
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
|
||||
Index: openjade-1.3.2/spgrove/Makefile.sub
|
||||
===================================================================
|
||||
--- openjade-1.3.2.orig/spgrove/Makefile.sub
|
||||
+++ openjade-1.3.2/spgrove/Makefile.sub
|
||||
@@ -1,8 +1,8 @@
|
||||
LTVERSION=0:1:0
|
||||
LIB=ospgrove
|
||||
INCLUDE=-I$(srcdir)/../grove
|
||||
-DEPLIBS=-lm -L$(TOP)/grove -L$(TOP)/grove/.libs \
|
||||
- -L$(TOP)/lib -L$(TOP)/lib/.libs \
|
||||
+DEPLIBS=-lm $(TOP)/grove \
|
||||
+ $(TOP)/lib \
|
||||
$(LIB_THREADS)
|
||||
OBJS=GroveApp.o GroveBuilder.o SdNode.o
|
||||
GENSRCS=grove_inst.cxx
|
||||
Index: openjade-1.3.2/style/Makefile.sub
|
||||
===================================================================
|
||||
--- openjade-1.3.2.orig/style/Makefile.sub
|
||||
+++ openjade-1.3.2/style/Makefile.sub
|
||||
@@ -1,8 +1,8 @@
|
||||
LTVERSION=0:1:0
|
||||
LIB=ostyle
|
||||
-DEPLIBS=-lm -L$(TOP)/grove -L$(TOP)/grove/.libs \
|
||||
- -L$(TOP)/lib -L$(TOP)/lib/.libs \
|
||||
- -L$(TOP)/spgrove -L$(TOP)/spgrove/.libs
|
||||
+DEPLIBS=-lm $(TOP)/grove \
|
||||
+ $(TOP)/lib \
|
||||
+ $(TOP)/spgrove
|
||||
OBJS=LangObj.o \
|
||||
Collector.o \
|
||||
DssslApp.o \
|
||||
Reference in New Issue
Block a user