From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- .../regina-rexx/files/use-proper-host-tools.patch | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 recipes/regina-rexx/files/use-proper-host-tools.patch (limited to 'recipes/regina-rexx/files') diff --git a/recipes/regina-rexx/files/use-proper-host-tools.patch b/recipes/regina-rexx/files/use-proper-host-tools.patch new file mode 100644 index 0000000000..cd0dafcab8 --- /dev/null +++ b/recipes/regina-rexx/files/use-proper-host-tools.patch @@ -0,0 +1,48 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- regina-rexx-3.3-r0/Makefile.in~use-proper-host-tools.patch ++++ regina-rexx-3.3-r0/Makefile.in +@@ -321,8 +321,8 @@ + # Convert .mts to .mtb + # + $(MTBFILES): msgcmp$(EXE) $(MTSSRC) +- ./msgcmp $(MTSSRC) +- ./rexx $(srcdir)/checkmts.rexx $(srcdir) ++ $(STAGING_BINDIR_NATIVE)/msgcmp-multi-input $(MTSSRC) ++ $(STAGING_BINDIR_NATIVE)/rexx $(srcdir)/checkmts.rexx $(srcdir) + + msgcmp$(EXE): msgcmp.$(OBJ) + $(PURIFY) $(CC) $(LINKOPT) -o msgcmp$(EXE) msgcmp.$(OBJ) +@@ -919,22 +919,22 @@ + $(INSTALL) -m 644 -c ./de.mtb $(sharedir)/de.mtb + $(INSTALL) -m 644 -c ./es.mtb $(sharedir)/es.mtb + $(INSTALL) -m 644 -c ./pl.mtb $(sharedir)/pl.mtb +- $(bindir)/rexx $(srcdir)/preinst.rexx $(bindir)/rexx $(srcdir)/demo/rexxcps.rexx $(sharedir)/rexxcps.rexx ++ $(STAGING_BINDIR_NATIVE)/rexx $(srcdir)/preinst.rexx $(bindir)/rexx $(srcdir)/demo/rexxcps.rexx $(sharedir)/rexxcps.rexx + -chmod 755 $(sharedir)/rexxcps.rexx +- $(bindir)/rexx $(srcdir)/preinst.rexx $(bindir)/rexx $(srcdir)/demo/animal.rexx $(sharedir)/animal.rexx ++ $(STAGING_BINDIR_NATIVE)/rexx $(srcdir)/preinst.rexx $(bindir)/rexx $(srcdir)/demo/animal.rexx $(sharedir)/animal.rexx + -chmod 755 $(sharedir)/animal.rexx +- $(bindir)/rexx $(srcdir)/preinst.rexx $(bindir)/rexx $(srcdir)/demo/block.rexx $(sharedir)/block.rexx ++ $(STAGING_BINDIR_NATIVE)/rexx $(srcdir)/preinst.rexx $(bindir)/rexx $(srcdir)/demo/block.rexx $(sharedir)/block.rexx + -chmod 755 $(sharedir)/block.rexx +- $(bindir)/rexx $(srcdir)/preinst.rexx $(bindir)/rexx $(srcdir)/demo/dateconv.rexx $(sharedir)/dateconv.rexx ++ $(STAGING_BINDIR_NATIVE)/rexx $(srcdir)/preinst.rexx $(bindir)/rexx $(srcdir)/demo/dateconv.rexx $(sharedir)/dateconv.rexx + -chmod 755 $(sharedir)/dateconv.rexx +- $(bindir)/rexx $(srcdir)/preinst.rexx $(bindir)/rexx $(srcdir)/demo/timeconv.rexx $(sharedir)/timeconv.rexx ++ $(STAGING_BINDIR_NATIVE)/rexx $(srcdir)/preinst.rexx $(bindir)/rexx $(srcdir)/demo/timeconv.rexx $(sharedir)/timeconv.rexx + -chmod 755 $(sharedir)/timeconv.rexx +- $(bindir)/rexx $(srcdir)/preinst.rexx $(bindir)/rexx $(srcdir)/demo/newstr.rexx $(sharedir)/newstr.rexx ++ $(STAGING_BINDIR_NATIVE)/rexx $(srcdir)/preinst.rexx $(bindir)/rexx $(srcdir)/demo/newstr.rexx $(sharedir)/newstr.rexx + -chmod 755 $(sharedir)/newstr.rexx + + installregina: + $(INSTALL) -m 755 -c ./regina$(EXE) $(bindir)/regina$(EXE) +- $(bindir)/rexx $(srcdir)/preinst.rexx $(bindir)/regina $(srcdir)/demo/dynfunc.rexx $(sharedir)/dynfunc.rexx ++ $(STAGING_BINDIR_NATIVE)/rexx $(srcdir)/preinst.rexx $(bindir)/regina $(srcdir)/demo/dynfunc.rexx $(sharedir)/dynfunc.rexx + -chmod 755 $(sharedir)/dynfunc.rexx + + installlib: installregina -- cgit 1.2.3-korg