[ptxdist] [PATCH] Add support for no-proxy option in URLS.

2013-02-28 Thread Dennis Herbrich
From: Dennis 'Gyroplast' Herbrich kontakt+...@veloxis.de Add support for wget no-proxy option in URLs. Signed-off-by: Dennis 'Gyroplast' Herbrich kontakt+...@veloxis.de --- scripts/lib/ptxd_make_get.sh |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

Re: [ptxdist] [PATCH] lowpan_tools: add patch to avoid crashing

2013-02-28 Thread Marc Kleine-Budde
On 02/26/2013 04:13 PM, Alexander Aring wrote: Add a non-mainlined lowpan_tools patch to avoid crashing in izcoordinator. Signed-off-by: Alexander Aring alex.ar...@gmail.com Please add the usual patch header to the fix_logging_issues_to_avoid_crash.patch To do so: ptxdist clean

Re: [ptxdist] [PATCH] Add support for no-proxy option in URLS.

2013-02-28 Thread Marc Kleine-Budde
On 02/26/2013 11:42 AM, Dennis Herbrich wrote: From: Dennis 'Gyroplast' Herbrich kontakt+...@veloxis.de Add support for wget no-proxy option in URLs. Signed-off-by: Dennis 'Gyroplast' Herbrich kontakt+...@veloxis.de applied, tnx Marc -- Pengutronix e.K. | Marc

[ptxdist] [PATCH] Formalize the meaning of Signed-off-by

2013-02-28 Thread Uwe Kleine-König
Up to now Signed-off-by was not formalized so I doubt it has had any significance. This patch makes the Linux Kernel's rules explicit (by borrowing even the wording from it). Signed-off-by: Uwe Kleine-König u.kleine-koe...@pengutronix.de --- README.devel | 55

Re: [ptxdist] [PATCH] Formalize the meaning of Signed-off-by

2013-02-28 Thread Marc Kleine-Budde
On 02/28/2013 11:34 AM, Uwe Kleine-König wrote: Up to now Signed-off-by was not formalized so I doubt it has had any significance. This patch makes the Linux Kernel's rules explicit (by borrowing even the wording from it). Signed-off-by: Uwe Kleine-König u.kleine-koe...@pengutronix.de

Re: [ptxdist] [PATCH] lowpan_tools: add patch to avoid crashing

2013-02-28 Thread Alexander Aring
Hi Marc, On Thu, Feb 28, 2013 at 11:24:03AM +0100, Marc Kleine-Budde wrote: On 02/26/2013 04:13 PM, Alexander Aring wrote: Add a non-mainlined lowpan_tools patch to avoid crashing in izcoordinator. Signed-off-by: Alexander Aring alex.ar...@gmail.com Please add the usual patch header

[ptxdist] [PATCH v2] mtd-utils: allow building and installing of flash_otp_{lock, write}

2013-02-28 Thread Uwe Kleine-König
Also fix a few flaws in flash_otp that are only relevant for writing to NAND chips. Signed-off-by: Uwe Kleine-König u.kleine-koe...@pengutronix.de --- Hello, changes since (implicit) v1: - add a S-o-b line - two more patches for flash_otp_write Thanks Uwe

[ptxdist] [PATCH] iw: Change download URL

2013-02-28 Thread Bernhard Walle
The old URL doesn't work any more. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/iw.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/iw.make b/rules/iw.make index 6020702..9472a2e 100644 --- a/rules/iw.make +++ b/rules/iw.make @@ -20,7 +20,7 @@

[ptxdist] [PATCH v2] lowpan_tools: add patch to avoid crashing

2013-02-28 Thread Alexander Aring
Add a non-mainlined lowpan_tools patch to avoid crashing in izcoordinator. Signed-off-by: Alexander Aring alex.ar...@gmail.com --- .../0001-Avoid-crashing-in-izcoordinator.patch | 139 + patches/lowpan-tools-0.3/series| 1 + 2 files changed, 140

Re: [ptxdist] [RFC] EW20.13.0 Social Event

2013-02-28 Thread Christoph Fritz
On Mon, Feb 25, 2013 at 04:15:05PM +0100, Josef Holzmayr wrote: Looks like I will also be travelling by train. So can anybody drop me at the local Schwarzenbach station prior to 22:20, maybe? I'll be there by car and can drive you. -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] extract tarballs with no toplevel directory

2013-02-28 Thread Jon Ringle
Most source tarballs have a top level directory in the form of package-version, but I've run into one that doesn't conform to this standard practice. I'm trying to build a .make file for pugixml-1.2 ( http://pugixml.googlecode.com/files/pugixml-1.2.tar.gz), but there is no directory pugixml-1.2/

Re: [ptxdist] py Openssl rule

2013-02-28 Thread Robert Schwebel
On Mon, Feb 25, 2013 at 07:43:13AM +0100, Markus Wolters wrote: using ptxdist since a week now, my knowledge is very limited at the moment. I've archived to build a rule for a small c++ lib, but when it comes to this python lib, I got stucked. I call the setup.py build_ext with -I, -L and