[ptxdist] toolchain build error on doc/gcc.info

2014-06-24 Thread Pavlo Ponomarov
Hello I'm trying to build OSELAS.Toolchain-2012.12.1 with arm-cortexa8-linux-gnueabihf on Ubuntu 14.04. I've made following steps: 1. Installed ptxdist 2013.1.0 2. In OSELAS.Toolchain folder selected toolchain target and now I see it in ptxdist menuconfig 3. ptxdist go After 5 minuter it stops

Re: [ptxdist] how to install everything into the ipk?

2014-06-24 Thread Michael Olbrich
Hi, On Mon, Jun 23, 2014 at 07:23:05PM +0200, Richard Cochran wrote: I have a new and complex application package, and I don't know exactly what is needed at run time. I know about the 'install_lib|tree|etc' macros to cherry pick the essential bits, but how can I just include everything from

Re: [ptxdist] toolchain build error on doc/gcc.info

2014-06-24 Thread Michael Olbrich
On Tue, Jun 24, 2014 at 07:24:10AM +, Pavlo Ponomarov wrote: I'm trying to build OSELAS.Toolchain-2012.12.1 with arm-cortexa8-linux-gnueabihf on Ubuntu 14.04. I've made following steps: 1. Installed ptxdist 2013.1.0 2. In OSELAS.Toolchain folder selected toolchain target and now I see it

[ptxdist] [PATCH] aumix: fix URL

2014-06-24 Thread Markus Niebel
From: Markus Niebel markus.nie...@tq-group.com Package is now located on sourceforge Signed-off-by: Markus Niebel markus.nie...@tq-group.com --- rules/aumix.make |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/aumix.make b/rules/aumix.make index 56af074..18848c7

[ptxdist] [PATCH] aumix: select HOST_GETTEXT

2014-06-24 Thread Markus Niebel
From: Markus Niebel markus.nie...@tq-group.com The autotools logic requests autopoint during reconfiguration. Therefore we need to have gettext in place. Signed-off-by: Markus Niebel markus.nie...@tq-group.com --- rules/aumix.in |1 + 1 file changed, 1 insertion(+) diff --git

Re: [ptxdist] how to install everything into the ipk?

2014-06-24 Thread Richard Cochran
On Tue, Jun 24, 2014 at 09:50:02AM +0200, Michael Olbrich wrote: @$(call install_tree, mypackage, 0, 0, -, /) should work. No, it doesn't. (That is why I asked the question in the first place.) I get the following. install_fixup: @DESCRIPTION@ - missing ... done.

[ptxdist] [PATCH] php5: version bump 5.4.27 - 5.4.29

2014-06-24 Thread Bruno Thomsen
Multiple bugs were fixed including security issues CVE-2014-0238, CVE-2014-0237 and CVE-2014-0185. Signed-off-by: Bruno Thomsen b...@kamstrup.dk --- rules/php5.make |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/php5.make b/rules/php5.make index

Re: [ptxdist] how to install everything into the ipk?

2014-06-24 Thread Michael Olbrich
Hi, On Tue, Jun 24, 2014 at 12:37:20PM +0200, Richard Cochran wrote: On Tue, Jun 24, 2014 at 09:50:02AM +0200, Michael Olbrich wrote: @$(call install_tree, mypackage, 0, 0, -, /) should work. No, it doesn't. (That is why I asked the question in the first place.) I get the

Re: [ptxdist] how to install everything into the ipk?

2014-06-24 Thread Richard Cochran
On Tue, Jun 24, 2014 at 06:01:42PM +0200, Michael Olbrich wrote: It is, and it's not so easy to fix. This should work as a workaround: @$(call install_tree, mypackage, 0, 0, -, /.) Fine, if that works, then it is good enough for me. Thanks, Richard -- ptxdist mailing list