Re: [ptxdist] Qt 4.7

2011-06-14 Thread Marius Brehler
On 06/10/11 08:01, ayserd yawsedr wrote: Hi, Im new to ptxdist. Could you please tell me what to do with this file to get Qt4.7? Thanks in advance! Hi, sorry for my late answer, we had holiday yesterday and I did have the time to answer before the weekend. In this mail I'll give you a short

Re: [ptxdist] [PATCH] Add serdisplib package

2011-06-14 Thread Michael Olbrich
On Sun, Jun 12, 2011 at 08:18:42AM +0200, Bernhard Walle wrote: Signed-off-by: Bernhard Walle bernh...@bwalle.de --- Hmmm, installing fails. The It's a handwritten Makefile.in without DESTDIR support. See e.g. patches/libcgi-1.0/0003-makefile-destdir.diff for an example on how to fix this.

Re: [ptxdist] [PATCH] Add sitecopy

2011-06-14 Thread Michael Olbrich
On Sun, Jun 12, 2011 at 09:43:58AM +0200, Bernhard Walle wrote: Sitecopy is a simple tool to synchronize local and remote web site via FTP or WebDAV. Signed-off-by: Bernhard Walle bernh...@bwalle.de diff -r aaf41af0b677 -r cdce85a6b513 rules/sitecopy.in --- /dev/null Do Jan 01 00:00:00

[ptxdist] [PATCH] git-ptx-patches: use --no-signature only when supported

2011-06-14 Thread Michael Olbrich
Signed-off-by: Michael Olbrich m.olbr...@pengutronix.de --- Does this patch help? Michael scripts/git-ptx-patches |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/scripts/git-ptx-patches b/scripts/git-ptx-patches index 8637055..04b1405 100755 ---

Re: [ptxdist] [PATCH] Fix PTXCONF_DROPBEAR_KEY_DIR in /etc/init.d/dropbear

2011-06-14 Thread Michael Olbrich
On Sun, Jun 12, 2011 at 06:14:52PM +0200, Bernhard Walle wrote: As far as I can see, 0e0f5d31e0e004717320d732154d700405a13b31 broke it. Tnx. Applied. Michael Signed-off-by: Bernhard Walle bernh...@bwalle.de diff -r 5e07f35294bf -r 0f1bda2b5dab generic/etc/init.d/dropbear ---

Re: [ptxdist] [PATCH] Add serdisplib package

2011-06-14 Thread bernhard
On Tue, 14 Jun 2011 11:28:14 +0200, Michael Olbrich wrote: On Sun, Jun 12, 2011 at 08:18:42AM +0200, Bernhard Walle wrote: Signed-off-by: Bernhard Walle bernh...@bwalle.de --- Hmmm, installing fails. The It's a handwritten Makefile.in without DESTDIR support. See e.g.

[ptxdist] opkg in ptxdist 2011.06.0 fails

2011-06-14 Thread Alexander Dahl
Hello there, I tried migrating from ptxdist 2011.05.0 to 2011.06.0 today and got ask if I wanted to use ipkg or opkg for package management. When answering with opkg and building the project I get the following error: make: *** No rule to make target

[ptxdist] warning caused by systemd in rule

2011-06-14 Thread Alexander Dahl
Hei hei, after migration to ptxdist 2011.06.0 I get the following warning when running `ptxdist go`: /usr/local/lib/ptxdist-2011.06.0/rules/systemd.in:5:warning: 'select' used by config symbol 'SYSTEMD' refers to undefined symbol 'ROOTFS_RUN' I guess it's safe to ignore, especially when not

Re: [ptxdist] opkg in ptxdist 2011.06.0 fails

2011-06-14 Thread Juergen Beisert
Alexander Dahl wrote: Hello there, I tried migrating from ptxdist 2011.05.0 to 2011.06.0 today and got ask if I wanted to use ipkg or opkg for package management. When answering with opkg and building the project I get the following error: make: *** No rule to make target

Re: [ptxdist] [PATCH] git-ptx-patches: use --no-signature only when supported

2011-06-14 Thread Jon Ringle
On Tue, Jun 14, 2011 at 6:01 AM, Michael Olbrich m.olbr...@pengutronix.de wrote: Signed-off-by: Michael Olbrich m.olbr...@pengutronix.de --- Does this patch help? Michael  scripts/git-ptx-patches |    6 +-  1 files changed, 5 insertions(+), 1 deletions(-) diff --git

Re: [ptxdist] [PATCH] git-ptx-patches: use --no-signature only when supported

2011-06-14 Thread Jon Ringle
On Tue, Jun 14, 2011 at 11:53 AM, Michael Olbrich m.olbr...@pengutronix.de wrote: On Tue, Jun 14, 2011 at 10:36:42AM -0400, Jon Ringle wrote: On Tue, Jun 14, 2011 at 6:01 AM, Michael Olbrich m.olbr...@pengutronix.de wrote: Signed-off-by: Michael Olbrich m.olbr...@pengutronix.de +if git

Re: [ptxdist] [PATCH] git-ptx-patches: use --no-signature only when supported

2011-06-14 Thread Michael Olbrich
On Tue, Jun 14, 2011 at 12:02:48PM -0400, Jon Ringle wrote: On Tue, Jun 14, 2011 at 11:53 AM, Michael Olbrich m.olbr...@pengutronix.de wrote: On Tue, Jun 14, 2011 at 10:36:42AM -0400, Jon Ringle wrote: On Tue, Jun 14, 2011 at 6:01 AM, Michael Olbrich m.olbr...@pengutronix.de wrote:

[ptxdist] [PATCH] Add serdisplib package

2011-06-14 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de diff -r 738d48773e7a -r 22739a15eec4 patches/serdisplib-1.97.9/autogen.sh --- /dev/null Do Jan 01 00:00:00 1970 + +++ b/patches/serdisplib-1.97.9/autogen.sh Di Jun 14 21:01:32 2011 +0200 @@ -0,0 +1,1 @@ +../autogen.sh \ No newline at end

[ptxdist] [PATCH] Add sitecopy

2011-06-14 Thread Bernhard Walle
Sitecopy is a simple tool to synchronize local and remote web site via FTP or WebDAV. Signed-off-by: Bernhard Walle bernh...@bwalle.de diff -r 22739a15eec4 -r c6a44fc1b614 patches/sitecopy-0.16.6/series --- /dev/null Do Jan 01 00:00:00 1970 + +++ b/patches/sitecopy-0.16.6/seriesDi Jun