[ptxdist] Backporting Python3.5 and Django to PTXdist 2013.03

2017-02-09 Thread Ömer Maden
Hi, I am trying to backport Python3.5 and Django to PTXdist 2013.03. I was able to backport Python3.5 from PTXdist 2016.04 by copying python3 .in and .make files and also patches files. Then I also copied following files: 'ptxd_make_dts_dtc.sh' and 'ptxd_make_world_install.sh'. But I cannot

Re: [ptxdist] Backporting Python3.5 and Django to PTXdist 2013.03

2017-02-09 Thread Ömer Maden
I am using "WAGO-PFC-BSP-2016.10.2" which is based on PTXdist 2013.0. And I am not sure that I will be able to migrate all Wago stuffs. 2017-02-09 10:26 GMT+01:00 Michael Olbrich : > Hi, > > On Thu, Feb 09, 2017 at 10:21:16AM +0100, Ömer Maden wrote: > > Maybe I have

Re: [ptxdist] Backporting Python3.5 and Django to PTXdist 2013.03

2017-02-09 Thread Ömer Maden
Re, Maybe I have found concerned commit : 048b4aefcea1d9f51d5543f13d8dd1e386b8e52c (add helper to build python packages). I will test... Regards, Omer 2017-02-09 9:55 GMT+01:00 Ömer Maden : > Hi, > > I am trying to backport Python3.5 and Django to PTXdist 2013.03. > > I

Re: [ptxdist] Backporting Python3.5 and Django to PTXdist 2013.03

2017-02-09 Thread Michael Olbrich
Hi, On Thu, Feb 09, 2017 at 10:21:16AM +0100, Ömer Maden wrote: > Maybe I have found concerned commit > : 048b4aefcea1d9f51d5543f13d8dd1e386b8e52c (add helper to build python > packages). I will test... Yes, that one is definitively needed. There may be other related commits as well. Why not

[ptxdist] [PATCH] host-cmake: version bump 3.1.1 -> 3.7.2

2017-02-09 Thread Ulrich Ölmann
Signed-off-by: Ulrich Ölmann --- rules/host-cmake.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/host-cmake.make b/rules/host-cmake.make index d7a52bd5063e..5db8e76b76ad 100644 --- a/rules/host-cmake.make +++ b/rules/host-cmake.make

[ptxdist] [PATCH] libcap: make host-gperf dependency explicit

2017-02-09 Thread Clemens Gruber
Keep using gperf to optimize cap lookups at runtime, but make the dependency on host-gperf explicit. Signed-off-by: Clemens Gruber --- rules/libcap.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/libcap.in b/rules/libcap.in index 767b4f412..6262467d1

[ptxdist] [PATCH] host-libcap: disable gperf dependency

2017-02-09 Thread Clemens Gruber
Fixes a build error when the implicit dependency host-gperf is not available. As it is only an optimization used at build-time of other ptxdist packages, we can disable gperf support. Signed-off-by: Clemens Gruber --- rules/host-libcap.make | 2 +- 1 file changed, 1